Skip to content

spartaglobal/KickStart-ExploringCSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Kick Start - Exploring C#

 

This repository contains the 'end-state' of a simple ASP.NET Core API project used to demonstrate developing an API with a repository layer. Please clone or download this code and, if you haven't already done so, # for the Career Kick-Start|Exploring C# Workshop!

The workshop will take you through developing the API from start to finish. It will show

  • The initial use of a List<> as the data source for a basic CRUD API using controllers
  • The development of a repository layer to provide separation from the data source
  • How we can take advantage of the Dependency Inversion Principle to change from using the List<> to using Entity Framework Core with a database.

 

We'll end up with the following

 

Exploring CSharp Workshop - Final Aim

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages