Moses on DotNetSlackers

.Net Gorean Lifestyler

This site

News

@ Cambridge, UK

Blogs

Sponsors

  • MaximumASP
  • Breaking News
  • Find a Job
  • Social Bookmarking
    Tidebuy Reviews
    Online Shopping
    asp.net hosting
    UK online local dating

Browse by Tags

All Tags » Development Tools (RSS)
Inheritance and Associations with Entity Framework Part 3
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...
Inheritance and Associations with Entity Framework Part 2
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...
Using Script# to build ASP.NET AJAX Enabled Controls
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...
Microsoft ASP.NET Futures (May 2007)
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...
Windows Workflow Foundation Web Workflow Approvals Starter Kit
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...
Enterprise Library 3.0 - April 2007 Just Released!
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
.Net Coding Standards
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...