Adding a NuGet package to your .NET project is a great way to get access to functionality that you might not otherwise have.
Category: .NET
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.
How to Add Form Validation to an ASP.NET Core MVC App
In this blog post, we are going to show you how to add form validation to an ASP.NET Core MVC app.
How to Pass Arguments to C# App Using .NET CLI
In this article, we will discuss how to pass arguments to C# applications using the .NET CLI.
Changing the Target .NET Core Framework Visual Studio
In this blog post, we’re going to show you how to change the target .NET Core framework in Visual Studio.