Skip to main content

Posts

Showing posts from November, 2022

ASP.NET Core Configuration

Create a Solution in Visual Studio 2022   I.     Create a Blank Solution in Visual Studio 2022 (Ecommerce)   II.     In the Solution Add a new Project except for Individual Account authentication with Https Required/not required (Ecommerce. UI)                         a. Required NuGet packages                         i.    Microsoft.EntityFrameworkCore.SqlServer—6.0.9                        ii.    CreateArea[Admin and Customer                            III.             Add a new Class Library Project in the Solution (Ecommerce. Models)      IV.             Add a new Class Library Project in the Solution (Ecommerce.DataAccess) a.        Required NuGet Packages:                                                                 i.       Microsoft.AspNetCore.Identity.EntityFrameworkCore—6.0.9[stable]                                                                             ii.         Microsoft.EntityFrameworkCore.Tools—6.0.9[Stable]-Migration package