Blogged: Introducing the Identity API endpoints - Exploring the .NET 8 preview - Part 8
https://andrewlock.net/exploring-the-dotnet-8-preview-introducing-the-identity-api-endpoints/
In this post I introduce the new Identity APIs, show how they differ from the existing Identity support, and show how to use them.
#aspnetcore #dotnet #dotnetcore
Did you see this?
Implicit Operators – Clean Code Secrets Or Buggy Nightmare?
https://open.substack.com/pub/devleader/p/implicit-operators-in-c?r=245t4w&utm_campaign=post&utm_medium=web
#dotnet #dotnetcore #csharp #programming
For your viewing pleasure!
Implicit Operators – Clean Code Secrets Or Buggy Nightmare?
https://dev.to/devleader/implicit-operators-clean-code-secrets-or-buggy-nightmare-ed6
#dotnet #dotnetcore #csharp #programming
Resharing this!
Implicit Operators – Clean Code Secrets Or Buggy Nightmare?
https://hackernoon.com/are-implicit-operators-a-path-to-clean-code-or-a-buggy-nightmare
#dotnet #dotnetcore #csharp #programming
Listening to the latest #dotnetRocks podcast, and @richcampbell reads a comment from @gaprogman "G-A, must be from Georgia." 😂 apparently unfamiliar with the #dotnetCore podcast, or at least it's host? Anyways, just found it amusing when worlds collide. @carlfranklin #dotnet
#dotnetrocks #dotnetcore #dotnet
Blogged: Keyed service dependency injection container support - Exploring the .NET 8 preview - Part 6
https://andrewlock.net/exploring-the-dotnet-8-preview-keyed-services-dependency-injection-support/
In this post I describe how keyed services work, when to use them, and the current limitations in the implementation.
#aspnetcore #dotnet #dotnetcore
Happy Saturday, developers!
Writing Faster C# Code - Task.WhenAll vs Parallel.ForEachAsync in DotNet
https://m.youtube.com/watch?v=GE-phyI6lEM&feature=youtu.be
#dotnet #dotnetcore #performance #LINQ
🗣I'm excited to announce that my new book 📕 ASP .NET Core in Action, Third Edition 📕 has been published and is available in print 🎉📚
What's more, today only (August 3rd), you can get 45% off my book at Manning: http://mng.bz/5mRz
In the latest edition, you'll learn about .NET 7, minimal APIs, and WebApplicationBuilder, as well as Razor Pages, authentication and authorization, and creating custom components!
#aspnetcore #dotnet #dotnetcore
🖥 Playing with #dotnet #serilog and #ELK stack. In few days the blog post with more details. #elasticsearch #kibana #dotnetcore
#dotnet #Serilog #elk #ElasticSearch #Kibana #dotnetcore
On this week's #ASPNET Community Standup:
🏗️ Migrate from framework to core with System.Web.Adapters
🎙️ Taylor Southwick, Jon Galloway
🗓 Tuesday | Aug 1
⏰ 10:00 AM Pacific | 17:00 UTC
Blogged: Replacing method calls with Interceptors - Exploring the .NET 8 preview - Part 5
https://andrewlock.net/exploring-the-dotnet-8-preview-changing-method-calls-with-interceptors/
In this post I look at the C#12 feature, interceptors. I show how and why they're useful, and how the minimal API source generator uses them
#aspnetcore #dotnet #dotnetcore
Join our next hands-on lab as Bill Wolff takes us through a full stack journey. We'll start with building back-end services using Minimal APIs in .NET Core 7. Then, we make our way to the front-end by harnessing Angular to craft dynamic UIs.
https://www.meetup.com/philly-net/events/295026043/
#phillydotnet #dotnetcore #minimalapi #angular #handsonlearning
#phillydotnet #dotnetcore #MinimalApi #angular #handsonlearning
Blogged: Exploring the new minimal API source generator - Exploring the .NET 8 preview - Part 4
In this post I take a look at the new minimal API source generator added in .NET 8 to support AOT and explore the code it generates.
#aspnetcore #dotnet #dotnetcore
C# on the Command Line! #dotnet #dotnetcore
https://www.youtube.com/watch?v=ZhcHN1KhNIY
#programming #coding #softwareengineering #softwaredeveloper #softwaredevelopment
#dotnet #dotnetcore #programming #coding #softwareengineering #softwaredeveloper #softwaredevelopment
"Unclear requirements == unclear code, unmatched expectations and generally misery all round."
A great quote from Jon Hilton's latest Practical ASP.NET email.
Blogged: Exploring the .NET 8 preview - Part 3 - Comparing WebApplication.CreateBuilder() to the new CreateSlimBuilder() method
In this post I look at why the new CreateSlimBuilder() method was added and how it differs from CreateBuilder()
#aspnetcore #dotnetcore #dotnet
Did someone get the new Avalonia browser apps working inside a docker?
I already got it build without issues but the part to host it is impossible for me.
#AvaloniaUi #CSharp #DotNetCore #DotNet #Docker #Dockerized #WebApp #WASM
#avaloniaui #csharp #dotnetcore #dotnet #docker #dockerized #webapp #wasm
Shoutout to @gaprogman Jamie Taylor, host of the #dotnetcore #podcast. Welcome to the #fediverse! Worth a follow if you are into that sort of thing.
#Fediverse #podcast #dotnetcore
Blogged: Exploring the .NET 8 preview - Part 2 - The minimal API AOT compilation template
https://andrewlock.net/exploring-the-dotnet-8-preview-the-minimal-api-aot-template/
In this post I discuss the Ahead of Time (AOT) compilation coming in .NET 8, look at it's benefits and limitations, and look at the new minimal API AOT template
#aspnetcore #dotnet #dotnetcore
Blogged: Validating nested DataAnnotation IOptions recursively with MiniValidation
Using @damianedwards' MiniValidation library to solve a common complaint with DataAnnotations - that nested types are ignored!
https://andrewlock.net/validating-nested-dataannotation-options-recursively-with-minivalidation/
#aspnetcore #dotnet #dotnetcore