Archives
-
Entity Framework Pitfalls: Using Stored Procedures for Basic Operations
Entity Framework, as of version 6, allows the usage of stored procedures for its CUD (Create, Update and Delete) operations. We just need to override the DbContext’s OnModelCreating method and call MapToStoredProcedures.
-
Entity Framework Pitfalls: Lazy Loading and Proxy Creation
There are two properties that control the ability to lazy load navigation properties:
-
ASP.NET Multitenant Applications Succinctly Released
-
Blend for Visual Studio 2012 by Example: Beginner’s Guide Discount Offer
I recently published a review of Pack Publishing’s new book, Blend for Visual Studio 2012 by Example - Beginner’s Guide. Well, guess what, Pack is offering a 50% off discount if you buy it between 17th and 25th of September! You just need to use this discount code:
-
Local Machine Interprocess Communication with .NET
Note: updated on 29/11/2024
-
Blend for Visual Studio 2012 by Example Review
I was recently asked by Packt Publishing to review another of their books. This time it was Blend for Visual Studio 2012 by Example, a book by Abhishek Shukla (@abbeyshukla), apparently, the first book on Blend for Visual Studio, even if it still covers Visual Studio 2012, most of it will apply to 2013 as well. My interest in Blend came from the fact that I recently had to work with Silverlight, and Blend is, of course, one of the must-have tools.