ASP.NET MVC 5.1 is a minor upgrade from the fifth version of the ASP.NET Model-View-Controller platform for web applications
Only use this tag if it address specific issue with the new features from this release:
- Attribute routing improvements
- Enum support in views
- Bootstrap support for editor templates
- Unobtrusive validation for MinLengthAttribute and MaxLengthAttribute
- Supporting the ‘this’ context in Unobtrusive Ajax
Or if you have issues with the breaking changes introduced:
- (Ambiguities in) Attribute Routing
- Scaffolding MVC/Web API into a project with 5.1 packages
- Syntax Highlighting for Razor Views in Visual Studio 2013
- Type Renames
- IDirectRouteProvider -> IDirectRouteFactory
- RouteProviderAttribute -> RouteFactoryAttribute
- DirectRouteProviderContext -> DirectRouteFactoryContext
partly copied and redacted based on the release notes