In this article, we will discuss how to pass arguments to C# applications using the .NET CLI.
Category: .NET
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.
Get IP Address and Host Name With C# 10
In this article, we will show you how to get the IP address and host name with C# 10. We will be using the System.Net.Dns class for this purpose.
Pass Arguments To a C# Application From The Command-Line
Passing arguments to a C# .NET application from the command line can help pass values and variables and process information.
Difference Between .NET SDK And .NET Runtime
Microsoft .NET is a software framework that is used to build, run, and deploy applications across multiple platforms. It includes a rich class library, compilers, metadata, and several application models for building both standalone and hosted applications on the web.
Add a New Razor Page To ASP.NET 5 Project
ASP.NET Razor Pages is a new web framework for building dynamic pages using templates, partials, and code-behind files. Razor Pages has been built from the ground up with a singular focus on creating simple yet powerful web pages. There’s no view engine to decide between server-side or client-side templating, so you have the option to… Continue reading Add a New Razor Page To ASP.NET 5 Project
Calculate X Days From A Date With C# .NET
C# is a multi-paradigm language and has properties of various programming languages such as C++, Java and Basic. C# is based on the Common Language Infrastructure (CLI) specification.
Create ASP.NET 5 Form Using Tag Helpers
This article will show you how to create a basic ASP.NET 5 (ASP.NET Core 1.X) Form using Tag Helpers. We will form HTML elements based on a C# model and use standard Razor syntax in the markup. There are various options available when creating an ASP.NET 5 page, including [and not limited to] using [plain… Continue reading Create ASP.NET 5 Form Using Tag Helpers
How To Run ASP.NET 5 Websites On IIS Server
ASP.NET 5 (formally Core) is the latest release of the ASP.NET web development framework by Microsoft. ASP.NET 5 is cross-platform, which means it can be run on any operating system with support for .NET frameworks, unlike previous versions that were only available for Windows operating systems.
Ask A User For Date Input With C# 9
This blog post will show you how to ask a user for date input in C# 9. This is important because the computer needs information before it can process anything else. We will be showing a code example so that you can get an idea of your best option depending on what type of program… Continue reading Ask A User For Date Input With C# 9