This repository is my self-study drafts in .NET Core development.
- C#
- ASP.NET Core Web API
- Logging
- Entity Framework Core (ORM)
- FluentAPI
- PostgreSQL
- 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
- 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.