Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 732 Bytes

ReadMe.MD

File metadata and controls

23 lines (14 loc) · 732 Bytes

Introduction

This is the source code for my ASP.NET Core 2 course. You can check the whole course HERE.

Target audience

My target are developers which want to start fullstack web development and don't know where to start.

I'm explaining all basic concepts like MVC and Dependency injection and some back-end patterns like Repository with a realy simple application.

Further on I will explain concepts like pipeline, routing, services and simple CRUD.

Used technologies

  • MVC
  • Repository pattern
  • Inversion of control and Depency injection

Used patterns

  • ASP.NET Core 2.0
  • Razor views
  • Entity Framework