Category: Uncategorized
johnpapa/HotTowel-Angular · GitHub
Angularjs demo proejct
Dapper – a simple object mapper for .Net
Dapper – a simple object mapper for .Net
Features
Dapper is a single file you can drop in to your project that will extend your IDbConnection interface.
https://github.com/StackExchange/dapper-dot-net/blob/master/Readme.md
My Essential .NET Dev Tools – Spencer Schneidenbach Spencer
Here is my (mostly) comprehensive list of tools I use for development, either at home or work.
Exploring Caching in ASP.NET – CodeProject
SubSonic: All Your Database Are Belong To Us
Unit testing in EPiServer 7 – Ted & Gustaf
c# – Log4Net: Programmatically specify multiple loggers with multiple file appenders – Stack Overflow
Episerver Commerce performance improvements: Don’t let CatalogEntryFull slows you down.
EPiServer 7.5 – Get pageReference from external URL
In EPiServer 7.5 you can use:string url = “http://site.com/subpage”;var contentReference = UrlResolver.Current.Route(new UrlBuilder(url));