I now need to build a WEB site in NET CORE
And I don't know how to copy the files in the project correctly
Does anyone have an example project or good links?
I now need to build a WEB site in NET CORE
And I don't know how to copy the files in the project correctly
Does anyone have an example project or good links?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tuhin PaulPosted Mar 23, 2023, 6:15 PM
Try the following :
Step 1: Open Visual Studio and select "Create a new project."
Step 2: Select "ASP.NET Core Web Application" and give your project a name.
Step 3: Choose the type of web application you want to create. You can choose from a variety of templates, such as MVC, Web API, or Razor Pages.
Step 4: Click "Create" to create the project.
Step 5: Once the project is created, you can copy files into the project. To do this, you can simply drag and drop the files into the project's directory in Visual Studio's Solution Explorer.
Step 6: If you need to reference the copied files in your code, make sure you include them in your project by right-clicking on the project in the Solution Explorer and selecting "Add Existing Item."
Build and run your project to ensure that everything is working correctly.
Naimish MakwanaPosted Mar 23, 2023, 3:11 PM
Hello ELI,
Refere below links:
https://www.c-sharpcorner.com/article/web-api-3-layers-architecture-with-net-6/
https://medium.com/aspnetrun/layered-architecture-with-asp-net-core-entity-framework-core-and-razor-pages-53a54c4028e3
Thanks
Naimish Makwana
Vishal YelvePosted Mar 23, 2023, 2:56 PM
Hi,
refer below link.
https://www.c-sharpcorner.com/article/three-tier-architecture-in-asp-net-core-6-web-api/