8000 GitHub - edwinwcw2021/EdtDotNet: A .NET Core REST API application that connects to an MSSQL server using Entity Framework.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

edwinwcw2021/EdtDotNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This demo application was initially developed for code assessment purposes. However, I hope it can also serve as a useful resource for new programmers learning how to use SQL Server, .NET Core for database connectivity, and Entity Framework with AngularJS.

Technologies Used:

Database: MSSQL 2022 Developer Edition

Frontend: Angular v19 (developed using Visual Studio Code)

Backend: C# .NET Core 8.0

Development Tools: Visual Studio 2022 Community Edition

Web Server: Nginx Reverse Proxy

Other: HTML, JavaScript, Certbot SSL

Features:

Users can search for books on the Book page, with results returning 100,000 records in less than one second thanks to the caching technology implemented. Borrowed books are displayed on the Borrowed page.

Date 31/01/2025

I forgot to use the Singleton pattern, a more modern approach to ensuring encapsulation and single-use practice in object-oriented design. I've now added it for better code practice. Please bear with me.

Click here to visit the live website.

Click here to download database backup.

About

A .NET Core REST API application that connects to an MSSQL server using Entity Framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0