Skip to content

christian-bonayon/ASPNETCoreWebAPICRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET Core Web API CRUD

This repository is my self-study drafts in .NET Core development.

Technology Used:

  • C#
  • ASP.NET Core Web API
  • Logging
  • Entity Framework Core (ORM)
  • FluentAPI
  • PostgreSQL

Tools Used:

  • Visual Studio 2022 for IDE
  • Postman for API Testing
  • pgAdmin4 for PostgreSQL
  • A5:SQL MK-2 for a lightweight SQL Scripting Tool
  • Nuget Package Manager for dependencies

Dependencies Used:

  • Microsoft.EntityFrameworkCore v8.0.20
    • for building a clean, portable, and high-level data access layer with .NET (C#) across a variety of databases.
  • Microsoft.EntityFrameworkCore.Tools v8.0.20
    • for managing Migrations and to scaffold a DbContext and entity types by reverse engineering the schema of a database.
  • Npgsql.EntityFrameworkCore.PostgreSQL
    • to interact with PostgreSQL and use familiar LINQ syntax to express queries.

About

This repository is part of my self-study drafts in .NET Core development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages