Browse by Tags

All Tags » DDD (RSS)

Shrinkr - Url Shrinking Service Developed with Entity Framework 4.0, Unity, ASP.NET MVC And jQuery (Part 3) by Kazi Manzur Rashid's Blog

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...

Shrinkr - Url Shrinking Service Developed with Entity Framework 4.0, Unity, ASP.NET MVC And jQuery (Part 2) by Kazi Manzur Rashid's Blog

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...

Shrinkr - Url Shrinking Service Developed with Entity Framework 4.0, Unity, ASP.NET MVC And jQuery (Part 1) by Kazi Manzur Rashid's Blog

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...

Implementing UnitOfWork Pattern In Linq To SQL Application by Kazi Manzur Rashid's Blog

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...

Domain Model (Developing KiGG v2.0 Part 1) by Kazi Manzur Rashid's Blog

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...
Powered by Community Server (Non-Commercial Edition), by Telligent Systems