Monday, February 18, 2008 8:51 PM
Kazi Manzur Rashid
Kigg - A Digg like application developed in ASP.NET MVC
For last few weeks, I was bit busy developing a sample application with the new ASP.NET MVC Framework and I am really glad that we finally made it. So, from the DotNetSlackers.com Team I am presenting Kigg. Kigg is Developed with:
- Regular Web Forms for View.
- LINQ to SQL for developing the Model.
- ASP.NET Ajax for Ajax operation.
- Both VSTest and NUnit for Unit Test.
- Rhino Mock.
While developing it, our main goal was to make it simple and stupid, without considering those Ioc/DI, View Engine, View Factory etc, So the average Joe developer can get a good start on the ASP.NET MVC Framework.
We will soon publish a series of Articles which will cover the complete development details of Kigg.
You can see the live version running in DotNetSlackers.com.
The Source is as usual hosted in CodePlex.com.
Enjoy!!!.
Note: The Name Kigg = K is taken from DotNetKicks and igg from Digg.
Filed under: Asp.net, Ajax, MVC, LINQ to SQL