![]()
x-platform - win + OSX + linux
modular/composable - get your nuget packages here, add just what you need/want, a lighter, faster .net
open source - on github, dotnet, aspnet, docs also
performance focused -
---
a VS "solution" - is a collection of "projects", a solution has a both a global project.json and project project.json configuration file that specifies the projects dependencies
VS supports by default - dual project structure - you can target both the full-framework .net(4.6) , .netCore (5.0)
asp.net5 uses a new project structure - 1 security benefit is it that isolates private data(db connection strings, api secrets)
.net5 apps are portable, you can run them "standalone", no OS(system) dependancies, everything you need to run the app is "compiled" into your , you can have different .net apps with different .netCore CLR's running on the same machine (not possible previously)
dnx - executable environment,
dnvm - version manager, show installed versions, switch versions
dnu - restore packages ?
JIT compiler, compiles to memory, doesnt write to disk, (faster)
get started - using VS Community
- install VS community
get started - using VS Code
- install VS Code
ID: 4763
NAME: what-is-new-in-net-v5
DESCRIPTION: an ELI5 summary of the changes to microsofts asp.net platform
AUTHOR: article.author/s
EDITOR: article.editor/s
PUBLISHER: article.publisher/s
STATUS: Write
PRIORITY: -5
OWNER ID: 75