Today's applications require monitoring, logging, configuration, etc. Each of these concerns can be implemented as a ...
Take advantage of these best practices to reduce resource consumption and improve the performance of your ASP.Net Core applications ASP.Net Core is a fast, lightweight, open-source, cross-platform ...
If you model your Web application to follow a particular navigation path, you probably wrapped up your navigation paths through an action or a verb. This action or verb is usually realized as a ...
Azure Application Insights is an extensible application performance management (APM) service that can be used to monitor performance, detect anomalies, and diagnose performance issues for a web ...
Protect your ASP.NET applications from Cross-Site Request Forgery attacks by leveraging ARMOR, a C# implementation of the Encrypted Token Pattern. Here's how. The Encrypted Token Pattern is a defense ...
There are various ways to interface with a database, including Access and HTML, but one approach takes advantage of legacy Microsoft ASP (with ADO/ADOX) to build a front end. This method, which I will ...
Practical ASP.NET Configuring Your Application-Wide Objects in ASP.NET Core ASP.NET Core's support for sharing objects defined at startup is great ... but what if you need to set options on those ...