need to develop an e-commerce web application in .Net Core.

Saadia

Member
Joined
Dec 2, 2022
Messages
11
Programming Experience
1-3
I am not a fresher but I have confusion in my mind, as I am asked to develop an e-commerce web application in .Net Core. for now I am asked to RND before starting it,I just want some guideline to start this project,
And most importantly can anybody please make me clear whether .Net core includes ASP.net core or MVC?
 
.NET Core let's you bring in ASP.NET Core and use MVC.
 
Solution
Beware that Blazor is okay for single web server, but scaling out to have a web farm gets more complicated if you don't already have a standing Redis configuration.
 
Back
Top Bottom