https://github.com/jongalloway/netcoreworkshop
This workshop has been migrated to https://github.com/dotnet-presentations/dotnetcore-workshop
https://github.com/jongalloway/netcoreworkshop
aspnet-core docker dotnet-core microservices-architecture
Last synced: 9 months ago
JSON representation
This workshop has been migrated to https://github.com/dotnet-presentations/dotnetcore-workshop
- Host: GitHub
- URL: https://github.com/jongalloway/netcoreworkshop
- Owner: jongalloway
- License: mit
- Created: 2017-03-27T04:22:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T23:58:03.000Z (about 9 years ago)
- Last Synced: 2025-08-11T09:33:01.790Z (10 months ago)
- Topics: aspnet-core, docker, dotnet-core, microservices-architecture
- Homepage:
- Size: 11.4 MB
- Stars: 7
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Are you ready to get started with .NET Core? Learn the skills that will make you successful in building .NET applications no matter what operating system you are targeting. We’ll start with an overview of the framework and development tools, dig into ASP.NET Core web development, show you what you need to know to update from the .NET Framework to .NET Core, overview code reuse across frameworks, and wrap-up up with some real world microservices and container architectural recommendations. Bring your laptop and roll up your sleeves for this full day of instructor-led training with the .NET team.
Please note the event will take place on the Microsoft Campus in Redmond. You are responsible for your own transportation. Please bring a laptop with Visual Studio 2017 and the ASP.NET workload installed so we can start with hands on samples right away!
## Schedule
From | To | Session
---------|----------|-------------------------------------------------
9:00 AM | 10:00 AM | [Overview, Tools and Acquisition](1-Overview-Tools-Acquisition) (1 hour)
10:00 AM | 12:00 PM | [Web Dev 101](2-Web-Dev) (2 hours)
12:00 PM | 1:00 PM | Lunch
1:00 PM | 2:00 PM | [Maximize Code Reuse With .NET Standard](3-NET-Standard) (1 hour)
2:00 PM | 2:45 PM | [Porting From .NET Framework](4-Porting-From-NET-Framework) (1 hour)
2:45 PM | 3:00 PM | Afternoon Break
3:00 PM | 4:00 PM | [.NET Microservices](5-NET-Core-Microservices) (1 hour)
4:00 PM | 5:00 PM | Additional Lab Time
## Where to go next
* [http://dot.net](http://dot.net) - .NET Core overview, tutorials, links
* [http://doc.microsoft.com](http://docs.microsoft.com) - All the docs, tutorials, more!
* [ASP.NET Documentation](https://docs.microsoft.com/en-us/aspnet/)
* [.NET Standard docs](https://docs.microsoft.com/en-us/dotnet/articles/standard/library)
* [Microservices e-book](http://aka.ms/MicroservicesEbook)