Browse by Tags

All Tags » TDD (RSS)
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...
If you are a TDD purist, you should know that accessing file system in Unit Test is violating the rule. But in our application, our infrastructural code often requires to access the configuration values form web.config/app.config. In this post, I will...
Posted by Kazi Manzur Rashid | 7 comment(s)
Filed under: , , ,
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