skhudolii / University-Management-System

University Management System is an ASP.NET Core application that aims to provide a comprehensive management solution for educational institutions. It is built using .NET Core & ASP.NET Core & EF Core technologies.
MIT License
0 stars 1 forks source link

Database Script #1

Open Asad-00 opened 1 month ago

Asad-00 commented 1 month ago

Hi Skhudolii,

Hope you're doing great.

Can you please share with me the database file?

Thanks and regards

skhudolii commented 2 weeks ago

Hi Asad-00,

I hope you're doing well.

Since my application is designed using the code-first approach, the database is created upon the first run of the application. So, I can't give you a pre-existing database file.

However, I can guide you through the process of setting up and running the application so that the database is generated on your system. Please let me know if you need any assistance with this.

Thanks and regards,

Skhudolii