(Ben Nadel) I’ve been spending a lot of time lately trying to figure out how to optimize the SQL queries required to render a given view.
Tag: Development
A Lesson Learnt: Test Explorer Processor Architecture Settings
(Steve Gordon) I recently posted about the process to upgrade from ASP.NET Core 3.1 to ASP.NET Core 5.0 (preview 1) and mentioned that I had an issue with running my unit tests from Visual Studio 16.6 (preview 1).
Logging in ASP .NET Core 3.1
(Shahed C) You could write a fully functional ASP .NET Core web application without any logging. But in the real world, you should use some form of logging.
Visual Studio Online Tweak Aids Remote Development Surge
(David Ramel) With developers primarily working from home amid the COVID-19 pandemic, preview functionality in Visual Studio Online helps .NET coders connect more easily with home machines during the remote work surge.
C# 9 – Positional or Nominal Creation
(Christian Nagel) C# allows writing code with positional or nominal code style. Using positional code style, constructors can be used.
Reporting API in ASP.NET Core – Network Error Logging
(Tomasz Pêczek) Some time ago I’ve written a post about general aspects of Reporting API and how to use it in the context of ASP.NET Core. In this post, I want to focus on one specific aspect – reporting network errors.
Considering MySQL, CFQueryParam, Prepared Statements, And SQL Queries That Use IN Clauses In ColdFusion
(Ben Nadel) I’ve been using ColdFusion’s CFQueryParam for longer than I can remember. It seems like it’s just always been there, protecting us against SQL-Injection attacks and helping to speed up query parsing and performance.
Prevent Code Access for Developers Working Remotely using Azure DevOps (Protecting Code and IP during Lockdown)
(Subodh Sohoni) Azure services and Azure DevOps can be used in combination in such a way that the code can be edited by developers without it being copied on the physical computer. In this tutorial, I will demonstrate how to implement Conditional Access on Azure DevOps to prevent access to it from a
IdentityServer4 Integration with ASP.NET Core
(Marinko Spasojevic) In this article, we are going to learn about IdentityServer4 Integration with ASP.NET Core project.
What’s New for Azure Cosmos DB SDKs for .NET and Java
(David Ramel) Azure Cosmos DB is a globally distributed, multi-model database service, helping users and developers elastically and independently scale throughput and storage across Azure regions with a click of a button.