This is a set of tutorials I've created for my junior team using ASP.NET Boilerplate. Specifically ASP.NET Boilerplate using ASP.NET Core running on .NET Core with the Angular 2 SPA.
- Visual Studio 2017
- VSCode
- NodeJS
.NET Core can be thought of as a cross-platform version of the .NET Framework supporting Windows, macOS and Linux, and can be used in device, cloud, and embedded/IoT scenarios. It implements the .NET Standard Library specification.
ASP.NET Core is no longer based on System.Web.dll ASP.NET Core apps can run on .NET Core or on the full .NET Framework
The technology formerly known as Entity Framework 7 (EF7) was renamed to Entity Framework Core (EF Core) in early 2016 but can run on the full .NET Framework or on .NET Core.
Angular is an open-source frontend web application platform
- How to Initialize and Run a Clean Template
- How to Create an Entity
- How to Update the Database
- How to Create an Application Service