Skip to content

kaanoztekin99/Contacts-WEB-Application

Repository files navigation

Contacts-WEB-Application

My Internship Project: using ASP.NET Core, EntityFramework, MsSQL, N Tier Architecture

Prerequisites : (Explained in README.pdf File with Images)

  • We used Microsoft Visual Studio Community 2019 IDE in our project. Our reason is that we can list the features such as compatible and stable operation, ease of use, intellisense with the ASP.NET Core WEB Application projects we have created. After our IDE installation, we also pay attention to the installation of ASP.NET and web development, .NET desktop development packages with Visual Studio Installer.

  • We used ASP.Net Core 3.1.27 as it has long term fully supported throughout our project. For this reason, we also preferred 3.1 versions of IdentityServer packages and EntityFramework packages.

Since our project is created in N-layer architecture, after downloading our files, the installation of our layers and the installation of EntityFramework libraries are required. We do this from the Nuget Packages section.

In addition to the setup, we must set our projects, that is, our layers, to reference each other so that we can use our data in other layers.

  • We used Microsoft SQL Server Management Studio 2018 for our database operations.

We gave the port we chose while starting the server as the path in the Concrete class that I created in the Data Access Layer, and we established the connection in this way.

  • To start our project, we clicked our Login Index file which is located on our Presentation Layer(Demo_Product)/Views and right click -> view in browser.

About

My Internship Project: using ASP.NET Core, EntityFramework, MsSQL, N Tier Architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published