
.NET Big-O Algorithm Complexity Cheat Sheet
Shows Big-O time and space complexities of common algorithms used in Computer Science and the.NET Framework to write the most efficient code.
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.
How to build a fully featured RSS/Atom feed for ASP.NET MVC, including Google's PubSubHubbub and the 'Subscribe to this feed' button.
C# 6.0 helps reduce human error and save developers from themselves using the nameof operator, string interpolation and the null-conditional operator.
Content Security Policy (CSP) is a HTTP header which white-lists content the browser is allowed to load. This post discusses its application in ASP.NET MVC.