Please enable JavaScript.
Coggle requires JavaScript to display documents.
.Net Core (dotnet cli commands (dotnet restore, dotnet run, dotnet…
.Net Core
dotnet cli commands
dotnet restore
dotnet run
dotnet build'
dotnet clean
dotnet new web {web is a template here}
Web Servers
IIS
Nginx
Kestral
Apache
Web Listener
Best Practices
Single Responsibilty
High Cohesion
Modularity
Low coupling
Etc
Read about .Net Standard Library
Used for migration from .net to .net core
Create the logic, compile it to generate the binaries
The hig
her the version, the more the features, lesser the compatibility
Compilers
JIT: Just In Time
AOT: Ahead of Time
Open source
Create a custom package
Modular
Faster dev cycle
cross-platform
very fast
Seamless transition from on-premises to cloud and cloud ready
Performs the job of procmon/ perfmon
Docker Container support
Cloud support
Check ELM for logging
Dependency Injection, Dependency Lifetime
Day-2
Asp.net MVC Scaffolding
Model Binder
Code first dev and approaches
ViewBag, ViewData
View Component- Business logic can be added here
Partial Views
Helper Classes
Tag Helpers
Service Injection in Views instead of ConfigreServices method
Day-3
Attributes