Browse by Tags
All Tags »
DDD »
Asp.net (
RSS)
In the previous post , we have created our initial repositories, in this post I will show how you can use the compiled query of Entity Framework in our repository. To use the compiled query we will put each query of our repositories into its own class...
In the previous post we have created our initial domain model, in this post I will show you how the domain model is mapped to database with Entity Framework 4.0. But before that I would like to discuss how I usually structure the Visual Studio Projects...
Creating a full blown url shrinking service was pocking around in my mind for quite some time(of course by using Twitter). Since I heard quite a few good things on Entity Framework 4.0, so I decided to start with it. The first thing I usually do when...
In my previous post , I have shown how to create Linq to Sql Repository which will have the maximum code coverage, In this post, I will show a simple UnitOfWork class which will flash the changes back to your database. I will be again use my ongoing UnityCommonServiceLocatorMVC...
As mention in my previous post that I will be discussing the technical side of KiGG . So this is the beginning and it will be a multi-part series. I will try to put as much detail as possible, do let me know if I missed anything. Just for a recap, KiGG...
DotNetShoutout is a Web 2.0 style social news site for .NET developers running on our open source project KiGG . Background KiGG was started as a fun project to get familiar with the new ASP.NET MVC framework and with no exception I started to hear terms...
More Posts