Convert C# URI/URL to Absolute or Relative 2017-11-24 07:56 UTC .NET C# Formatting URI There are many situations when you handle URLs or URIs in applications today, no matter if it's a web-application or not. Often you need to handle absolute...
Registering Autofac & AutoMapper Circularly 2017-11-20 08:08 UTC .NET Autofac AutoMapper C# Dependency Injection Have you ever wanted to register Autofac and AutoMapper circularly? By this I mean to do the inception of these two things, at the same time, in the same...
C# Clamp: Limit IComparable Between Two Values 2017-11-15 08:41 UTC .NET C# If you've ever needed to limit a value between two known limits of values, then you have been looking for Clamping. Sometimes when you do calculations on...
ASP.NET Core MVC SEO-Framework 2017-05-18 17:18 UTC .NET ASP.NET ASP.NET Core Projects SEO Following my last post on my ASP.NET MVC SEO-Framework I started looking at adding support also for ASP.NET Core MVC, with its superior Dependency Injection...
ASP.NET MVC SEO-Framework 2017-01-18 08:37 UTC .NET ASP.NET Projects SEO See also the ASP.NET Core-implementation of this project. For any serious web-application you should always implement a solid Search engine...