Browse by Tags
All Tags »
Development Tools (
RSS)
On part 1 and part 2 I explored how to apply 2 different inheritance models ( TPH & TPT ) in Entity Framework . In this part I'm going to demonstrate associations between 2 base entities. And how to filter end properties to return specific type...
In the previous part I discussed Table-per-Hierarchy Inheritance , in this part I'll go through Table-per-Type Inheritance model. There is a video demonstrating this model if you wish to watch. Here I'll update my previous sample with new entities...
Recently I’ve finished reading the marvelous book ASP.NET AJAX IN ACTION . After that I thought to start build some simple ASP.NET AJAX Enabled Controls. Unfortunately I’m not an advanced JavaScript developer and I consider most of the scripts I wrote...
The Microsoft ASP.NET Futures May 2007 (“Futures”) release contains an early developer preview of features providing a wide range of new functionality for both ASP.NET and Silverlight™. The functionality in the Futures release includes...
Microsoft built a new starter kit for Workflow foundation and ASP.NET. It is a web application that includes task-oriented workflow using Windows Workflow Foundation. This starter kit is a Visual Studio 2005 project that demonstrates using Windows Workflow...
Tom Hollander's announced the release of Enterprise Library 3.0 which is available for download . Enterprise Library on CodePlex Community Enterprise Library on Microsoft
I was reading a post on Derek Smyth's Software Development Blog about C# coding standards, and I thought I can join him but posting another useful document about C# coding standards and VB.Net Coding standards too. I've read few of IDesign document...