Sitemap
.Net Programming

Explore the .Net with the latest in C# from basic to advanced, including .Net versions 9, 8, 6, 5, Core 3.1, .Net Framework, ASP.NET Core, MVC, design patterns, OOPS, and SOLID principles. Get top tutorials, best practices, and hands-on code examples on GitHub.

Member-only story

C# CONCEPTS

Introduction to C#

C# has been around for quite some period, and it continues to develop, obtaining more enhanced features.

2 min readMay 23, 2021

--

Photo by Ann H from Pexels

Learning Objective

  • How to install Visual Studio
  • How to write your first C# program

Prerequisites

The article is beginner level, so previous coding experience is not required.

Getting Started

C# is an object-oriented programming language which allows developers to build various kinds of reliable and healthy applications.

Programming language C# is used to develop following applications

  • Desktop based application: For example WinForms, WPF and many more.
  • Mobile based applications: using Xamarin cross platform development.
  • Web applications: using ASP.Net MVC and ASP.Net Core MVC.
  • Web services: via ASP.Net Web API, ASP.Net Core Web API and WCF services.
  • Games: Unity framework
  • and much more.

Software Dependency

--

--

.Net Programming
.Net Programming

Published in .Net Programming

Explore the .Net with the latest in C# from basic to advanced, including .Net versions 9, 8, 6, 5, Core 3.1, .Net Framework, ASP.NET Core, MVC, design patterns, OOPS, and SOLID principles. Get top tutorials, best practices, and hands-on code examples on GitHub.

Sukhpinder Singh | C# .Net
Sukhpinder Singh | C# .Net

Written by Sukhpinder Singh | C# .Net

C# .Net developer 👨‍💻 who's 100% convinced my bugs are funnier than yours. 🐛💥 #BugLife Pubs: https://medium.com/c-sharp-programming

Responses (3)