aspdev

Stories submitted by aspdev

ASP.NET MVC Tip: Add a new T4 template for making MVCContrib Grid Help(weblogs.asp.net)

submitted by aspdevaspdev(30) 3 years, 2 months ago

Demonstrate how you can add a T4 scaffolding template within the “Add View” dialog of the ASP.NET MVC Framework and creating a List scaffolding template for MVCContrib Grid helper component. read more...

add a comment |category: |Views: 111

tags: another

ASP.NET MVC Tip: Dependency Injection with StructureMap(weblogs.asp.net)

submitted by aspdevaspdev(30) 3 years, 7 months ago

In this tip, I demonstrate how you can use the dependency injection with StructureMap within an MVC application. StructureMap is an open source Dependency Injection framework for the .NET platform and has been in use since 2004 .StructureMap supports both setter and constructor injection and also offers testing and diagnostic features such as logging, tracing and wiring of mock objects. read more...

add a comment |category: |Views: 181

tags: another