Tagged Questions

3
votes
2answers
503 views

Is Kigg MVC application DRY? Can we tweak the Repository

I was recently taking a look at the Kazi Manzur Kigg MVC implementation (Kazi rocks) and noticed some code that seemed to defeat the DRY/SOC principle. I'd love to have everyone's thoughts on a ...
0
votes
3answers
630 views

ASP.NET MVC: Using Kigg as a base MVC application

Looking to create my first MVC application. Coming from WebForms I'm pretty excited to create an application that I can easily test. I have looked into Kigg (the Digg clone done in MVC) and from the ...