invain

Stories kicked by invain

ASP.NET MVC, TDD and Fluent Validation(richarddingwall.name)

submitted by JemmJemm(9604) 2 years, 9 months ago

"Yesterday I wrote about ASP.NET MVC, TDD and AutoMapper, and how you can use them together in a DDD application. Today I thought I would follow up and explain how to apply these techniques to another important (but boring) part of any web application: user input validation." read more...

add a comment |category: |Views: 367

tags: another

Quality Sounds Good...I Think.(codethinked.com)

submitted by pitadev_ajpitadev_aj(300) 2 years, 9 months ago

Justin Etheridge muses on software as a tangible product that we should be selling. read more...

add a comment |category: |Views: 149

tags: another

Generic Types and Inheritance(west-wind.com)

submitted by rstrahlrstrahl(7226) 2 years, 9 months ago

Although I use Generics extensively, every once in a while it still throws me for a loop when dealing with complex generic parameters and inheritance. In this post I talk about a compilation error I ran into when trying to inherit a generic type including its generic parameters and a way to get around this particular issue. read more...

add a comment |category: |Views: 278

tags: another

C# lambda and foreach variable(resnikb.wordpress.com)

submitted by resnikbresnikb(110) 2 years, 9 months ago

Surprising behavior of lambdas read more...

4 comments |category: |Views: 647

tags: another