You are about to start and new C# project and have opened Visual Studio. Let’s discuss some best practices you…
Cosmos DB is a cloud-native, geo-distributed, highly scalable schema-less database provided by Microsoft Azure. Cosmos DB achieves cloud-scale horizontal scalability…
Once you’ve decided to instrument your ASP.NET Core application with Application Insights, you may be looking for how to anonymize…
Read More about "ASP.NET Core: Application Insights and Anonymizing Data"
Once you’ve decided to instrument your ASP.NET Core application with Application Insights, you may be looking for a quick way…
Read More about "ASP.NET Core: Troubleshooting Application Insights"
When building a web API or web application it is critically important to know that the application is functioning as…
Read More about "ASP.NET Core: Telemetry and Application Insights"
Are you writing a lot of JavaScript as part of your web application? Spending a lot of time debugging that…
Read More about "Debugging JavaScript – dynamically adding console.log statements"
AIS developed a prototype web application that leverages open standards for real-time data sharing and geospatial processing. It’s highly suggested…
Read More about "Sharing Geospatial Data Through Web Technology, Part Three"
Are you working on a REST API and using the new Web API to implement it? You’ve written an ApiController…
Read More about "Web API: Mixing Traditional & Verb-Based Routing"