Week 3, 2022 - Tips I learned this week
Tooling around .NET, Azure DevOps, and VS Code.
.NET 6 introduced a new way to build a .NET application using the new WebApplication
and WebApplicationBuilder
classes. One thing I like about it is how configuration is handled. Instead of using the ConfigureAppConfiguration
method to add a new configuration source, you can directly use the Configuration
property on the WebApplicationBuilder
instance. You can see an example of this change on this screenshot of the ASP.NET Core documentation:
tooling (13)
tips learned this week (12)
Azure (10)
vscode (9)
git (7)
IaC (5)
Pulumi (5)
.NET (5)
Azure CLI (5)
Azure Active Directory (4)
GitHub (4)
ASP.NET Core (4)
Azure Functions (3)
Configuration (3)
Azure Key Vault (3)
GitHub Actions (3)
winget (3)
package manager (3)
HTTP (3)
rest (3)
learning (3)
Vue.js (2)
Visual Studio (2)
DevOps (2)
Azure SQL Database (2)
Azure DevOps (2)
Azure Storage (2)
PowerShell (2)
nushell (2)
development box setup (2)
Azure Pipelines (2)
shell (2)
TypeScript (1)
Terraform (1)
Code analysis (1)
Diagram (1)
Vite (1)
Statiq (1)
open source (1)
csharp (1)
jest (1)
Azure SignalR (1)
Visio (1)
jq (1)
wingetcreate (1)
Azure SDK (1)
records (1)
refit (1)
Azure IoT (1)
Application Insights (1)
Windows Terminal (1)
IT (1)
Microsoft Teams (1)
Razor (1)
Xamarin (1)
Templating (1)