Remaining Relevant as a .NET Developer
http://www.lhotka.net/weblog/RemainingRelevantAsANETDeveloper.aspx
http://www.lhotka.net/weblog/RemainingRelevantAsANETDeveloper.aspx
Visual Studio 2019 Launch: What is coming with .Net Core 3.0 https://youtu.be/cteCGBRUB_4
YouTube
Visual Studio 2019 Launch: What’s Coming with .NET Core 3.0
See what makes .NET Core 3.0 such a big deal for .NET developers no matter what kind of apps you're building. See the productivity and performance improvements and innovative new ways to build and enhance your .NET applications.
Debuging ASP. NET Core with Visual Studio and Docker Desktop https://nicksnettravels.builttoroam.com/post/2019/04/10/Debugging-ASPNET-Core-with-Visual-Studio-and-Docker-Desktop.aspx
Nick's .NET Travels
Debugging ASP.NET Core with Visual Studio and Docker Desktop - Nick's .NET Travels
File uploads in ASP.NET Core integration tests
https://gunnarpeipman.com/testing/aspnet-core-integration-tests-file-upload/
https://gunnarpeipman.com/testing/aspnet-core-integration-tests-file-upload/
Gunnar Peipman - Programming Blog
File uploads in ASP.NET Core integration tests
Writing integration tests for ASP.NET Core controller actions used for file uploads is not a rare need. Here's how to test single and multiple file uploads.
Watch all the on-demand content from Microsoft Build 2019.
https://www.youtube.com/playlist?list=PLlrxD0HtieHgspNIlv1x2H5_cxSRm7B17
https://www.youtube.com/playlist?list=PLlrxD0HtieHgspNIlv1x2H5_cxSRm7B17
Asp.net core Dev blog series 2019. https://wakeupandcode.com/aspnetcore/#aspnetcore2019
Wake Up And Code!
ASP .NET Core Dev Blog Series
Looking for my for my blog home? Here: On This Page ASP .NET Core 2018 Blog Series Happy New Year 2019! ASP .NET Core 2019 Series ASP .NET Core 2019 eBook ASP .NET Core 2020 P…
ASP.NET Core 3.0 is loaded with new features for building modern web applications and services. In this session, we'll show you how to use ASP.NET Core 3.0 to build beautiful and interactive client-side web UI with Blazor backed by high-performance gRPC microservices and long-running worker service processes. We’ll show you how to secure your APIs with IdentityServer integration, use SignalR for client-to-server streaming and take advantage of the latest performance improvements.
https://www.youtube.com/watch?v=y7LAbdoNBJA
https://www.youtube.com/watch?v=y7LAbdoNBJA
YouTube
Full stack web development with ASP.NET Core 3.0 and Blazor - BRK3017
ASP.NET Core 3.0 is loaded with new features for building modern web applications and services. In this session, we'll show you how to use ASP.NET Core 3.0 to build beautiful and interactive client-side web UI with Blazor backed by high-performance gRPC microservices…
👍1
by
Jonathan Allen
In an attempt to correct many perceived deficiencies in Entity Framework Core, Microsoft is introducing 40 breaking changes to EF Core 3. You can see the entire breaking changes list on Microsoft Docs, but here are some of the highlights.
https://www.infoq.com/news/2019/06/EF-Core-3-Breaking-Changes/?fbclid=IwAR3hAJ94nq6noYk6hWCFbQgz9cwyBSXfVH5J-8kyHit7HEoTy_lfB-vBDN4
Jonathan Allen
In an attempt to correct many perceived deficiencies in Entity Framework Core, Microsoft is introducing 40 breaking changes to EF Core 3. You can see the entire breaking changes list on Microsoft Docs, but here are some of the highlights.
https://www.infoq.com/news/2019/06/EF-Core-3-Breaking-Changes/?fbclid=IwAR3hAJ94nq6noYk6hWCFbQgz9cwyBSXfVH5J-8kyHit7HEoTy_lfB-vBDN4
InfoQ
40 Breaking Changes in EF Core 3
In an attempt to correct many perceived deficiencies in Entity Framework Core, Microsoft is introducing 40 breaking changes to EF Core 3.
Below you can find a chart demonstrating the paths that you can take and the libraries that you would want to learn to become an ASP.NET Core developer. I made this chart as a tip for everyone who asks me, "What should I learn next as an ASP.NET Core developer?"
https://github.com/MoienTajik/AspNetCore-Developer-Roadmap
https://github.com/MoienTajik/AspNetCore-Developer-Roadmap
GitHub
GitHub - MoienTajik/AspNetCore-Developer-Roadmap: Roadmap to becoming an ASP.NET Core developer in 2025
Roadmap to becoming an ASP.NET Core developer in 2025 - MoienTajik/AspNetCore-Developer-Roadmap
Breaking change Identity UI uses the new static web assets · Issue #380 · aspnet/Announcements · GitHub
https://github.com/aspnet/Announcements/issues/380
https://github.com/aspnet/Announcements/issues/380
GitHub
Breaking change Identity UI uses the new static web assets · Issue #380 · aspnet/Announcements
In ASP.NET Core 3.0 we've moved Identity UI to use the new static web assets feature introduced in 3.0. As part of this move there are a few API breaking changes to note. Bootstrap4 is the ...
👍1
Not really for ASP.NET Core, but useful for speedup calculations. https://github.com/Sergio0694/ComputeSharp
GitHub
GitHub - Sergio0694/ComputeSharp: A .NET library to run C# code in parallel on the GPU through DX12, D2D1, and dynamically generated…
A .NET library to run C# code in parallel on the GPU through DX12, D2D1, and dynamically generated HLSL compute and pixel shaders, with the goal of making GPU computing easy to use for all .NET dev...