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 bookmarks and blogposts regarding Software Development in .NET, C#, Angular, JavaScript, CSS, Html
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
Here is my (mostly) comprehensive list of tools I use for development, either at home or work.
In EPiServer 7.5 you can use:string url = “http://site.com/subpage”;var contentReference = UrlResolver.Current.Route(new UrlBuilder(url));