Installation
Visual studio installation does not includes .Net Core, you need to download and install it from
https://www.dot.net
Templates available in Visual Studio for
- API
- Console App
- ASP.Net Core web application
- ASP.Net Core web application(MVC)
- Angular
- React.js
Project file structure (.csproj or .vbproj)
- Includes wwwroot folder.
- Only wwwroot folder is accessible from browser
- Nothing is accessible by default
- Only files accessible included in white list
- Solution explorer directly maps local stored drive location. It means adding any file on hard drive shown directly in solution explorer.
- Includes .Net core framework version
- Includes Package/library references
Meta Package
- It includes every thing required in ASP.net core and Entity Framework.
- It also include internal and external dependencies