DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

brianmd Subscribe to this feed
brianmd
Profile Kicked Submitted Comments Tags Friends Kicked By Friends Submitted By Friends

Stories kicked by brianmd
4
kicks
submitted by StackOverflow 7 days, 19 hours ago

blog.dynback.com — Tutorial about howto make Rep<Person>.GetById(personId)! read more...

Add a comment add a comment | category: | Views: 3
tags: , , , | tag it

4
kicks
submitted by james.crowley 7 days, 20 hours ago

developerfusion.com — Tried TDD and abandoned it the moment you've tried it on 'real' code? Learn how to tackle these 'hard-to-test' areas, that those presentations and introductory books just don't seem to explain well. read more...

Add a comment add a comment | category: | Views: 5
tags: | tag it

14
kicks
published 3 days, 4 hours ago, submitted by maartenba 8 days, 3 hours ago

blog.maartenballiauw.be — Abstract: "This screencast demonstrates how code can be made more maintainable and testable by delegating binding to client data to the ASP.NET MVC model binder architecture." read more...

Add a comment add a comment | category: | Views: 147
tags: , | tag it

15
kicks
published 1 day, 17 hours ago, submitted by maartenba 9 days, 23 hours ago

blog.maartenballiauw.be — When building an ASP.NET MVC application, chances are that you are using master pages. After working on the application for a while, it's time to spice up some views with jQuery and partial updates. read more...

Add a comment add a comment | category: | Views: 194
tags: , | tag it

4
kicks
submitted by maartenba 24 days, 23 hours ago

blog.maartenballiauw.be — When using Team Foundation Server 2008 and Team Build, chances are you are developing unit tests in Microsoft’s test framework which is integrated with Visual Studio 2008. This integration offers valuable data hen a build has been finished on the build server: test run results are published in the Team Foundation Server 2008 data warehouse and can be used to create detailed metrics on how your development team is performing and what the quality of the product being developed is. Not all software development teams are using Microsoft’s test framework. Perhaps your team is using Team Foundation Server 2008 and creates (unit) tests using NUnit. By default, NUnit tests are not executed by the Team Build server nor are they published in the Team Foundation Server 2008 data warehouse. The following guide enables you to leverage the features Team Foundation Server 2008 has to offer regarding metrics, by customizing the build process with the necessary steps to publish test results. read more...

Add a comment add a comment | category: | Views: 6
tags: | tag it

3
kicks
submitted by volume4 29 days, 1 hour ago

dotnet.dzone.com — Microsoft’s PDC is taking place this week and more details were shared with the attendees about project Oslo, an effort announced last year to drastically improve the use of models across the application lifecycle. read more...

Add a comment add a comment | category: | Views: 9
tags: | tag it

25
kicks
published 28 days, 23 hours ago, submitted by Jemm Jemm 29 days, 5 hours ago

weblogs.asp.net — Great collection of links. Again. read more...

Add a comment add a comment | category: | Views: 387
tags: , , , , | tag it

4
kicks
submitted by rasmuskl 29 days, 19 hours ago

rasmuskl.dk — ASP.NET MVC is all the rage these days - and after Microsoft announced their partnership with the great folks over at jQuery and started shipping it - I knew I had to explore the whole AJAX experience again. I've still not played too much with the MVC framework, but I am working on switching a few projects over from WebForms - and I must say that the experience is quite different. So I've set out to do the smallest (simple) demo possible of ASP.NET MVC AJAX with jQuery - just to get (and give you) the flavor of it. read more...

Add a comment add a comment | category: | Views: 46
tags: , , , | tag it

3
kicks
submitted by pbrooks pbrooks 1 month ago

jeff.wilcox.name — A week ago, we gave the world the first release of the Silverlight Toolkit. Shawn Burke told you that we’re agile, and that we have a neat release model. The fun continues! Today, the source code to the Silverlight Unit Test Framework is available with the same open source license. It is checked in to the source control for the toolkit on CodePlex. read more...

Add a comment add a comment | category: | Views: 3
tags: | tag it

4
kicks
submitted by maartenba 1 month, 4 days ago

blog.maartenballiauw.be — How about this action method, using a Person class which is a Linq to SQL entity type. It accepts a Person object as a parameter. The Person class is a Linq to SQL entity type. It's cleaner not to use the Linq to SQL data context here! Using the ASP.NET MVC ModelBinder infrastructure, I am actually able to bind action method parameters to real objects, based on simple query string parameters like, in this case, id. A custom ModelBinder maps this string id to a real Person instance from my Linq to SQL DataContext. Let me show you how I've created this ModelBinder. read more...

Add a comment add a comment | category: | Views: 30
tags: , , | tag it

15
kicks
published 1 month, 13 days ago, submitted by diggerdanh diggerdanh 1 month, 13 days ago

bradygaster.com — A slick little ASP.NET MVC + JQuery example. read more...

Add a comment add a comment | category: | Views: 324
tags: , | tag it

21
kicks
published 1 month, 13 days ago, submitted by maartenba 1 month, 13 days ago

blog.maartenballiauw.be — Some people may have already noticed the link in my VISUG session blog post, but for those who didn't... I've released my sample application CarTrackr on CodePlex. CarTrackr is a sample application for the ASP.NET MVC framework using the repository pattern and dependency injection using the Unity application block. It was written for various demos in presentations done by Maarten Balliauw. read more...

Add a comment add a comment | category: | Views: 410
tags: , , , | tag it

27
kicks
published 1 month, 13 days ago, submitted by jonas jonas 1 month, 14 days ago

donovanbrown.com — Neptune is a SMTP Development Server targeted for use in automated testing. It's a SMTP server that does not relay the message and allows you to query for messages and their content. read more...

Add a comment add a comment | category: | Views: 268
tags: , , | tag it

5
kicks
submitted by maartenba 2 months, 2 days ago

blog.maartenballiauw.be — Just after the ASP.NET MVC preview 5 was released, I made a quick attempt to using the ModelBinder attribute. In short, a ModelBinder allows you to use complex objects as action method parameters, instead of just basic types like strings and integers. While my aproach was correct, it did not really cover the whole picture. So here it is: the full picture. read more...

Add a comment add a comment | category: | Views: 22
tags: , | tag it

3
kicks
submitted by daveschinkel 2 months, 2 days ago

haacked.com — Where have I been? ;) You probably heard the news already from the GU already, but just in case, we will be shipping JQuery with Visual Studio. ASP.NET MVC will have the privilege of being one of the first products to include JQuery. I am glad we finally announced this because I got tired of stifling my mouth everytime someone suggested we just read more...

Add a comment add a comment | category: | Views: 8
tags: | tag it

5
kicks
submitted by John_Idol 2 months, 3 days ago

dotnetbutchering.blogspot.com — When you need to store config data in some specific format and key value pairs are not enough you can use Custom Configuration Sections as they are not complex to use (unless you need a fairly complex section) read more...

Add a comment add a comment | category: | Views: 15
tags: | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge