Comment on Evolving the Go Standard Library with math/rand/v2parentComments−wiseowise2y“Don’t you guys have internet?”What happened to batteries-included support?−giancarlostoro2yASP isnt included OOTB anymore, so if you want to do web dev in .NET you have to install it, they decoupled a ton of things from the core of the language.−metaltyphoon2yASP comes included in SDK. All you need is to specify in the csproj that you want a Web project−neonsunset2yYou don’t get it through NuGet. You get it by specifying the sdk type in the project.https://learn.microsoft.com/en-us/dotnet/core/project-sdk/ov...−giancarlostoro2yUsed to be this way for .NET Core, I guess with modern .NET they changed it?https://www.nuget.org/profiles/aspnetSome projects listed were last updated in 2022.
Comments
“Don’t you guys have internet?”
What happened to batteries-included support?
ASP isnt included OOTB anymore, so if you want to do web dev in .NET you have to install it, they decoupled a ton of things from the core of the language.
ASP comes included in SDK. All you need is to specify in the csproj that you want a Web project
You don’t get it through NuGet. You get it by specifying the sdk type in the project.
https://learn.microsoft.com/en-us/dotnet/core/project-sdk/ov...
Used to be this way for .NET Core, I guess with modern .NET they changed it?
https://www.nuget.org/profiles/aspnet
Some projects listed were last updated in 2022.