Meng Lin

Tech advocate of good engineering practices and new technologies

Implement Dependency Injection in MVC 4 with Ninject

This time, I would like to show off the tricks I used to get Ninject working in MVC 4, to archive dependency injection. But you don't need to go through all the hustle if you are using MVC 3. After creating an empty MVC 4 project, the first thing I...


URL Rewrite in IIS 7.5

I use ASP.NET and IIS 7.5 for my web development. As I am currently working on dynamic websites, the long-string-unreadable-URL like "/Feeds.aspx?Key=66a718c4-1982-43b1-9e47-afeddea650e4&FeedType=PAGE" has been a major complain from clients. Therefore, I decided to rewrite URL which shortens the raw URL to a menu-name-related form. In order to implement URL rewrite,...