Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/benmccallum/coreweb
- Owner: benmccallum
- License: mit
- Created: 2014-07-10T10:49:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-07-16T15:09:01.000Z (over 6 years ago)
- Last Synced: 2025-01-06T08:08:02.352Z (25 days ago)
- Topics: asp-net, aspnet, aspnet-mvc, dotnet, extension-methods, helpers, helpers-library
- Language: C#
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: