Creating a New ASP.NET Core Project

This post is part of a series for helping beginners get started with ASP.NET Core. You can find an updated list of topics in this series here. In this post, we will be starting creating a blank ASP.NET Core project from scratch. No fully feature templates here. First, however, I want to talk about the application I will be building …

A List of Great C# Git Repos

Most Popular These repos are some of the most popular C# repositories. You are likely familiar with most of these by reputation at least. .NET Core – This is the granddaddy of C# open source projects. The .NET Core Framework. Roslyn – This is the project that performs code analysis for C# and Visual Basic. Mono – The original cross-platform …