Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seankilleen/presentation_netcoreworkshop
Sean's .NET Core Modernization workshop.
https://github.com/seankilleen/presentation_netcoreworkshop
dotnet dotnet-core modernization talk workshop
Last synced: 11 days ago
JSON representation
Sean's .NET Core Modernization workshop.
- Host: GitHub
- URL: https://github.com/seankilleen/presentation_netcoreworkshop
- Owner: SeanKilleen
- License: mit
- Created: 2022-07-02T00:13:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T11:01:20.000Z (about 1 month ago)
- Last Synced: 2024-10-11T01:52:11.488Z (27 days ago)
- Topics: dotnet, dotnet-core, modernization, talk, workshop
- Homepage: https://netcore-workshop.seankilleen.com
- Size: 42.9 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Presentation_NetCoreWorkshop
Sean's .NET Core Modernization workshop.
## Benefits of .NET Core
* Speed
* Resource utilization
* Containerization & Deployment
* Xplat
* Better project files
* Hosting Options## The Coming of .NET 5
* .NET Core is where all the new stuff will happen
* .NET 4.x is the last version that does things that way
* .NET 5 _is_ .NET Core.## Obstacles to .NET Core Modernization
## Setting Ourselves Up For Success
## Pitfalls
* Reinstalling packages
* Dependencies not doing what they need to do
* Needing to move to OWIN middleware first
* Package updates causing headaches.### Automated Testing
### Benchmarking
## Going through the process
### Getting to .NET Framework 4.7.2
### .NET Core Portability Analyzer
### Use the Roslyn API Analyzer
### Upgrading the Startup Files
### Updating Packages
### Updating the Project Format