Tag: mvc
All the articles with the tag "mvc".
BCrypt and ASP.net MVC
Published: at 07:27 AMAn overview of using BCrypt for password hashing in ASP.NET MVC applications, highlighting its advantages for secure password storage.
Change the color of a transparent PNG image icon on the fly using ASP.NET MVC
Published: at 10:33 AMAn overview of using a ColorMatrix to transform the non-transparent pixels of a PNG image on the fly using ASP.NET MVC, including a detailed guide and code examples.
ASP.NET MVC Simple authentication without a database
Published: at 08:40 AMA guide on implementing simple authentication in ASP.NET MVC applications without using a database, including configuration and code examples.