7248510 / .NET

.NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET

Work:

  • For each folder in the business folder there are readme's with images that show the functionality of the application.
  • The business folder corresponds to ASP.NET Core MVC by Murach. The work inside the repository, are the solutions to the problems.
  • SQL Server is used in some of the examples.
  • There are examples in the main folder as well as the business folder.

API:

  • The API is from MSDN. There are two variants, one using the name as the primary key, the other being the ID.

API Setup:

  • Visual Studio Code
  • dotnet new webapi --no-https
  • dotnet build && dotnet run OR dotnet build | dotnet run
  • Command Line ^
  • Visual Studio(GUI) select "ASP.NET Core Wep API"

Resources for C#:

About

.NET


Languages

Language:C# 67.2%Language:JavaScript 28.6%Language:HTML 3.9%Language:CSS 0.2%