Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benmccallum/coreweb

A library of core helpers, extensions, constants, enums and other useful things for .NET Web projects.
https://github.com/benmccallum/coreweb

asp-net aspnet aspnet-mvc dotnet extension-methods helpers helpers-library

Last synced: 13 days ago
JSON representation

A library of core helpers, extensions, constants, enums and other useful things for .NET Web projects.

Awesome Lists containing this project

README

        

CoreWeb
=======
[![Build status](https://ci.appveyor.com/api/projects/status/an3ae5b27guf47iu)](https://ci.appveyor.com/project/benmccallum/coreweb)

A library of core helpers, extensions, constants, enums and other useful things for .NET Web projects.

## Get it on NuGet!

Install-Package CoreWeb

## Additional setup

### Static file cache busting

I like to use a @madskristensen inspired cache-busting technique for my static assets. See his original post [here](http://madskristensen.net/post/cache-busting-in-aspnet). Mine has a slight variation though so relative URLs in CSS still work. The corresponding URL Rewrite rule to my Fingerprint helper (that resolves the versioned path to the original, physical file path) needs to be added to your web.config, like so: