Colorful.Console
Colorful.Console is a C# library that wraps around the System.Console class, making your console apps more colourful. Write ASCII art using Figlet fonts.
Colorful.Console is a C# library that wraps around the System.Console class, making your console apps more colourful. Write ASCII art using Figlet fonts.
Make certificate files by answering a few simple questions instead of using makecert.exe and pvk2pfx.exe, passing in some pretty cryptic arguments.
Log exception details and custom properties that are not output in Exception.ToString() using Serilog.Exceptions for .NET.
Shows Big-O time and space complexities of common algorithms used in Computer Science and the.NET Framework to write the most efficient code.
Muhammad Rehan Saeed has been awarded Microsoft MVP (Most Valuable Professional) status.
How to dynamically generate a sitemap.xml file using ASP.NET MVC to improve the Search Engine Optimization (SEO) of your site and get better search rankings.
With the release of ASP.NET Core Boilerplate, this post discusses what's new and what is currently missing due to ASP.NET Core still being in beta.
How much bandwidth does minifying HTML save. Minifying HTML in ASP.NET MVC 5 is hard work. Minifying HTML should be a built in feature of ASP.NET Core.
How to dynamically generate a robots.txt file using a simple ASP.NET MVC action method and only a few lines of code.
Use canonical URL's in ASP.NET MVC for better Search Engine Optimization (SEO) using ASP.NET Core Boilerplate and the RedirectToCanonicalUrlAttribute.