Category: .NET
-
Azure Pipeline Publish .NET Artifact to Web App
This Azure Pipeline blog post will show you how to create and publish a .NET app into an artifact and deploy it to an Azure Web App, App Service.
-
Add .NET 6 to PATH On Linux
This blog post will show you how to add .NET to your Linux PATH and set the OS to use the correct version.
-
Set Default Dotnet SDK Version
Sometimes when developing applications, we need to “lockdown” the SDK version and not use the latest version installed on the machine.
-
Add .NET Package to The .csproj Project File
Adding a NuGet package to your .NET project is a great way to get access to functionality that you might not otherwise have.
-
How to Edit ASP.NET Core .csproj File
The .csproj file is one of the most critical files in any ASP.NET project. This file contains all of Visual Studio’s information to build your project.
-
Install Entity Framework Core Packages Using PowerShell
This blog post will show you how to install Entity Framework Core packages using PowerShell.
-
How to Enable Developer Mode on Windows 11 Using PowerShell
In this blog post, we will show you how to enable Developer Mode on Windows 11 using PowerShell.
-
How to Use Dotnet Watch: Tips and Tricks for Streamlining Development
When you are developing .NET applications, there are times when you need to compile your code on the fly.
-
How to Use CSS With ASP.NET 6 Application
ASP.NET 6 provides great support for CSS, which allows you to style your web pages in a much more efficient way.
-
Create C# Console App With PowerShell
In this blog post, we will show you how to create a C# console app with PowerShell. We will walk you through the steps required to get your project up and running and explain some of the key concepts involved.