Category: Uncategorized
-
SQL Server 2014 Launch in Montreal
As you should all know by now, SQL Server 2014 is done and will be released in the next few days. Now you can grab the bits and try it, or you can join the Montreal Launch event, hosted by the DotNetMontreal user group and Microsoft. The event will occur…
-
Entity Framework 6.1
Another day and another small update for Entity Framework… this time with something I really needed about 1 month ago. I had an entity that was declared like this : public class Sale { [Key] public int Id { get; set; } public virtual int Product_Id { get; set; }…
-
Adding onto Visual Studio
As most of you know, I am a big fan of Visual Studio for all of developer work. As most of you also know, Visual Studio is a environment that can be extended, and this post is about one of those extensions. I try to keep my Visual Studio clean,…
