ASP.NET MVC Extensions is developed on top of ASP.NET MVC extensibility point, which allows your IoC Container to rule everywhere. The one of key features is fluent model metadata registration; an extremely powerful replacement for DataAnnotations.
Read more about features on our wiki
Stable version is 2.5.0. Current dev version is 3.0.0. Read more about changes from 2.5.0
First, install NuGet. Then, install MvcExtensions from the package manager console:
PM> Install-Package MvcExtensions
MvcExtensions Core requires one of following IoC adapter:
- MvcExtensions Autofac Adapter
- MvcExtensions Windsor 2.5 Adapter
- MvcExtensions Windsor 3 Adapter
- MvcExtensions StructureMap Adapter
- MvcExtensions Unity Adapter
- MvcExtensions Ninject 2.2 Adapter
- MvcExtensions Ninject 3 Adapter
Check out the getting started guide.
Microsoft Public License (Ms-PL)
ReSharper - ReSharper is a renowned productivity tool that makes Microsoft Visual Studio a much better IDE. Thousands of .NET developers worldwide wonder how they’ve ever lived without ReSharper’s code inspections, automated refactorings, blazing fast navigation, and coding assistance.