argorar / Northwind-CRUD

CRUD for Northwind DB, Web API (ASP.Net) made on C# and Front End on Angular.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Northwind CRUD

CRUD for Northwind DB, Web API (ASP.NET) made on C# and Front End on Angular.
This project is a demonstration of several technologies

Entity Framework

Entity Framework is an Object Relational Mapper (ORM) which is a type of tool that simplifies mapping between objects in your software to the tables and columns of a relational database. Entity Framework (EF) is an open source ORM framework for ADO.NET which is a part of .NET Framework.

database-firts

ASP.NET Web API

ASP.NET makes it easy to build services that reach a broad range of clients, including browsers and mobile devices. With ASP.NET you use the same framework and patterns to build both web pages and services, side-by-side in the same project.

Angular

Angular is a platform that makes it easy to build applications with the web. Angular combines declarative templates, dependency injection, end to end tooling, and integrated best practices to solve development challenges. Angular empowers developers to build applications that live on the web, mobile, or the desktop.

Web Interface

The web interface was made on the open source project ngx-admin.

ScreenShots

1

2

3

4

About

CRUD for Northwind DB, Web API (ASP.Net) made on C# and Front End on Angular.

License:MIT License


Languages

Language:TypeScript 42.3%Language:C# 30.9%Language:SCSS 17.1%Language:HTML 8.4%Language:JavaScript 1.2%Language:ASP.NET 0.1%