Answers for "dotnet core"

0

dotnet core webapp

dotnet new webApp -o myWebApp --no-https
cd myWebApp
dotnet run

#Open Pages/Index.cshtml in any text editor and replace all of the code with the following,
#then save the file.
Posted by: Guest on December-20-2020
1

asp.net core

'Roadmap'
  https://github.com/MoienTajik/AspNetCore-Developer-Roadmap
'Kudvenkat Videos'
  https://www.youtube.com/watch?v=3AYoipyqOkQ&list=PL6n9fhu94yhXQS_p1i-HLIftB9Y7Vnxlo
'Clone These For Practice'
  https://github.com/bhrugen/Spice
  https://github.com/bhrugen/Uplift
  https://github.com/shahedc/NetLearnerApp
  https://github.com/etrupja/DrinkAndGo
  https://github.com/etrupja/complete-ecommerce-aspnet-mvc-application
  https://github.com/dotnet-architecture/eShopOnWeb
'More Resources'
  https://github.com/jasonhua95/awesome-dotnet-core/blob/master/README_EN.md
  https://github.com/dodyg/practical-aspnetcore	
  https://github.com/thangchung/awesome-dotnet-core
'Content Management System(CMS)'
  https://github.com/PiranhaCMS/piranha.core
  https://github.com/cofoundry-cms/cofoundry
Posted by: Guest on October-24-2021
3

Asp.net core

Always go to microsoft docs, when you have a question.
//Docs Link
https://docs.microsoft.com/en-us/aspnet/core/?view=aspnetcore-6.0
Posted by: Guest on October-12-2021

Browse Popular Code Answers by Language