Working with dates and LINQ to SQL
DateTime.MinValue doesn't match the SQL server minimum date. So how do you deal with it using LINQ to SQL?
DateTime.MinValue doesn't match the SQL server minimum date. So how do you deal with it using LINQ to SQL?
Well I'm making good headway with LINQ to Umbraco, in the next few days I'll be doing a very interesting check in (which I'll also blog here about). My tweet-peeps already have an …
So an interesting post come up on Stack Overflow (which, if you're not into you really should be) which was on the idea of ORM's and whether why are they becoming popular. I'm a …
Unit testing is a vital role of development these days, and with recent development within the .NET framework and the Visual Studio system it is easier than ever to create unit …