Lib.Web.Mvc is a library which contains some helper classes for ASP.NET MVC such as strongly typed jqGrid helper, attribute and helper providing support for HTTP/2 Server Push with Cache Digest, attribute and helpers providing support for Content Security Policy Level 2, FileResult providing support for Range Requests, action result and helper providing support for XSL transformation and more.
The ASP.NET Core version of this library has been splitted into several independent libraries:
- Lib.AspNetCore.Mvc.Security - security features like Content Security Policy and Strict Transport Security
- Lib.AspNetCore.Mvc.JqGrid - support for jqGrid usage in ASP.NET Core
Lib.Web.Mvc is available on NuGet.
PM> Install-Package Lib.Web.Mvc
Alpha packages are available on MyGet.
The library documentation is available as a part of the release (chm file).
There is also a series of blog posts describing key features of the library:
- jqGrid Strongly Typed Helper - Introduction
- jqGrid Strongly Typed Helper - Caption layer, dynamic scrolling and grouping
- jqGrid Strongly Typed Helper - jQuery UI Integrations
- Range Requests in ASP.NET MVC – RangeFileResult (How RangeFileResult works)
- Content Security Policy in ASP.NET MVC - Scripts (How ContentSecurityPolicyAttribute and ContentSecurityPolicyExtensions work)
- HTTP/2 Server Push and ASP.NET MVC
- HTTP/2 Server Push and ASP.NET MVC - Cache Digest
There are several sample projects available, showing different features of the library:
- jqGrid in ASP.NET MVC - Strongly typed helper
- jqGrid in ASP.NET MVC 3 and Razor
- VideoJS in ASP.NET MVC
- XSL Transformation in ASP.NET MVC
My blog and open source projects are result of my passion for software development, but they require a fair amount of my personal time. If you got value from any of the content I create, then I would appreciate your support by buying me a coffee.
You are encouraged to ask questions related to Lib.Web.Mvc on Stack Overflow.
The lib.web.mvc tag has been created specially for this purpose and it is being monitored daily by the library author.
Visit the Contributor Guidelines for more details.
Copyright © 2009 - 2022 Tomasz Pęczek
From October 2009 to August 2014 licensed under the Ms-PL License.
From August 2014 licensed under the MIT License