asp.net mvc

Using Ninject With .NET–Videos & Sample Code To Get Started

Ninject is an awesome open source library to implement Dependency Injection in any Microsoft.NET applications. Today I started a new ASP.NET MVC 3 project and for implementing dependency injection Niject was the first choice. To get started with Niject the following two videos from dimecast.net site helped me a lot. Introduction to the Ninject IoC …

Using Ninject With .NET–Videos & Sample Code To Get Started Read More »

How To Fix: Missing SVC MIME Types and Script Mappings Required for WCF Web Services

Very tiring day today. We struggled almost 5 hours to configure a corrupted IIS 7 on Windows Vista to deploy one of our web applications(WCF Web Services + ASP.NET MVC based). Everything was alright on our development boxes but nothing is running is Vista based computer. When we try to access any of the Web …

How To Fix: Missing SVC MIME Types and Script Mappings Required for WCF Web Services Read More »

How to Fix 404 Errors of ASP.NET MVC Website Deployed On IIS 6 & Windows Server 2003

We are developing a web site for one of our customers using ASP.NET MVC. MVC framework is awesome, it provides a very clean architecture for separating UI, business logic & data . For the past 2 weeks I was developing the prototype using Visual Studio 2008 and today the prototype is deployed on one of …

How to Fix 404 Errors of ASP.NET MVC Website Deployed On IIS 6 & Windows Server 2003 Read More »