Take advantage of user secrets management in ASP.NET Core to prevent the sharing of sensitive application data in your projects When working with ASP.NET web applications, you will want to protect ...
Take advantage of the free and flexible NLog to log your application data with the features and efficiency you need. NLog is an open source and lightweight logging platform with rich log routing and ...
Eric Vogel's articles on authentication (here and here) in ASP.NET Core show what you have to do in order to authenticate a user against a local database. At the end of that process, you're ready to ...