Category: ASP.NET

ASP.NET C# MVC

Dead Simple ASP.NET MVC Authentication

You may already know that, due to its lightweight architecture, ASP.NET MVC makes it simple to get a website up and running. But another advantage to such a manageable framework is how simple it is to implement any necessary component with just the bare minimum functionality. One such requirement is the need to enforce Forms […]

CONTINUE READING
ADO.NET ASP.NET Factory MySql Providers SqlServer web.config

Adding MySql.Data.MySqlClient to DBProviderFactories in ADO.NET

Today I had an opportunity to travel back in time all the way to 2005 and work with the classic ADO.NET classes in .NET. Needless to say, I’d forgotten everything about it… The end goal was to create a control that can connect to different databases, even different types of databases, and execute the same […]

CONTINUE READING