Adding favicons to your ASP.NET Core website with Real Favicon Generator
In this post I will show how you can add favicons to your ASP.NET Core MVC application, using the site realfavicongenerator.net.
The days of being able to add a simple favicon.ico to the
root of your new web app are long gone. There are so many different
browsers, platforms and devices, each of which require slightly
different sizes and semantics for their favicons,...
Saturday, April 29, 2017
April 29, 2017
Millions of software has been built in last couple of decades which helped in coming up a set of patterns for resolving different problems and we have a ready reference as GoF design patterns from quite long now. In last decade, Inversion of Control and one of its implementation Dependency Injection (DI) became one of most used pattern across platforms for building great soft wares. Agile methodology for building software which focuses on small...