by Dmitry [dimaka] Pavlov
10. March 2010 23:33
I like C# for a long time. And now I like it even more once I have tried LINQ extension introduced in .NET Framework 3.5. And even more with combination LINQ with Lambda Expressions (anonymous functions). I won't write ABOUT a lot, just some lines of code: Example 1: Filter and sort collection Li...
[More]
by Dmitry [dimaka] Pavlov
29. January 2010 00:43
Today I have spent some time fighting with this this error:
Primary file must be at least 3 MB to accommodate a copy of the model database.
If you are getting the error above when deploying your database project in Visual Studio 2008 to a local SQL Server 2005, you might want to enlarge the si...
[More]