edumserrano / dotnet-guides

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET guides

This repo contains guides for developing apps using .NET SDK. These guides are applicable for .NET core 3.1 and higher.

Guides

GitHub Workflows

Worflow Status and link
all-guides-sln Build Status

Building

Using Visual Studio

  1. Clone the repo and open the DotNet.Guides.sln solution file.
  2. Press build on Visual Studio.

Using dotnet CLI

  1. Clone the repo and browse to the directory using your favorite shell.
  2. To build the solution that contains all guides run: dotnet build DotNet.Guides.sln

Notes

There are also individual solutions for each of the demo apps for the guides present at the folder level for the demo. Example: AmbientDataDemo.sln at src/guides/ambient-data/AmbientDataDemo.

License

This project is licensed under the MIT license.

About

License:MIT License


Languages

Language:C# 100.0%