Who has some great #Dotnet #microservices examples/samples out there besides the ones on the Microsoft website
Week 4, 2022
Monday, 24 January 2022 - Sunday, 30 January 2022
Data and Memory access patterns are important for performance: (Example in C# .NET but it's the same everywhere :)) #dotnet
Anyone up for a C# code challenge? Who can use the fewest characters to get an ASP .NET Core Web API to return a valid JSON response? This includes a valid JSON content-type response header. Syntax style and readability can be ignored. #dotnet #dotNETonAWS
Powershell for Hackers, Part 1: Getting Started with Powershell #powershell #infosec #cybersecurity #cyberwarrior hackers-arise.com/post/2017/04/2…
If you want to learn #Windows Desktop dev today, go and learn #WPF. It's not EOL, @VisualStudio 2022 is actually a WPF app, and many parts like start window are pure WPF. The #XAML skills you will learn apply to #WinUI, @UnoPlatform, @AvaloniaUI and a lot also to .NET MAUI
F# Weekly #5, 2022 – F# and WebAssembly, F# Show
Performance improvements in ASP.NET Core 6 devblogs.microsoft.com/dotnet/perform… #dotnet #aspnetcore
I have added underline guides to source code maps in my C# / .NET disassembler. (I should be able to add the same kind of support to Rust disassembler) This looks really good 🤩 Link: github.com/badamczewski/P… #dotnet
Azure DevOps requires TLS 1.2 on all connections including Visual Studio
‼️ Announcing .NET MAUI Preview 12 ‼️ Last week we began shipping Preview 12 of #dotNET Multi-platform App UI with tons of quality improvements... and even some new capabilities. Here are all the info and resources you need: msft.it/6010Z0hvj
Happy Friday to all the #dotnet devs out there. 🥳
I just discovered minimal-apis.github.io. Nice, clean and pleasantly presented knowledge;) #csharp #dotnet #CodeNewbie
Performance improvements in ASP.NET Core 6
WUG: .NET 6 extravaganza: Entity Framework Core 6 (online)
New post diving into #AzureAD App Registration, Enterprise Apps, and Service Principals. I struggled with these terms when I began writing #PowerShell scripts for AzureAD and wanting a service account, so I wrote the "sysadmin's guide to..." I wish I had. xkln.net/blog/understan…
Understanding Azure App Registration, Enterprise Apps, And Service Principals
Clean up your .NET Controllers with ApiEndpoints
Compilers are a gift that just keeps on giving (C# .NET) PS. Just because this is C# doesn't mean that your fav language doesn't have even bigger problems. Don't provoke me ;) #dotnet
4 Days left!! Get 25% off on the 6th edition of our bestseller C# 10 and .NET 6 – Modern Cross-Platform Development by @markjprice on amazon.com. Use CODE-25MARKPRICE Order today! #csharp #DotNet amzn.to/3JAt0cE
Modernizing DasBlog - from Web Forms to .NET 6
Just found a nice use for switch expressions. Flattening multiple if statements into a flat truth table #dotnet
Pro Microservices in .NET 6 with Sean Whitesell, Rob Richardson, and Matthew Groves
Code search in Visual Studio 2022 is about to get much faster
Another nice milestone 🎉. Lesson one of the PowerShell Master Class hit 300,000 views! I keep this updated with recent new lessons around version 7, debugging, secrets and more. youtube.com/playlist?list=… github.com/johnthebrit/Po… #powershell #azure
.NET Framework January 2022 Cumulative Update Preview
Visual Studio 2022 for Mac Preview 5
I'm getting ready for the big @dotnet 20th anniversary celebration! #dotnetlovesme
Using Guard Clauses in .NET - XamGirl
Awesome .NET libraries - Part 3 👇🏽🧵 #dotnet
Let's see🤔 How can you control life cycle of injected elements in ASP..NET Core DI Container? We have three live cycles: ➡️ Singleton ➡️ Scoped ➡️ Transient How do they work? Here is the thread 🧵👇 with the demo and code #dotnet #csharp #devcommunity
Super happy to announce the first official preview of the .NET Community Toolkit, now available on NuGet! There are tons of improvements and new features, like incremental source generators for the MVVM Toolkit, .NET 6 support, and more! 🎉 devblogs.microsoft.com/ifdef-windows/… #csharp #dotnet
.NET 6.0 - JWT Authentication with Refresh Tokens Tutorial with Example API by @jason_watmore jasonwatmore.com/post/2022/01/2… #aspnetcore
.NET Watch Launch Setting Profile For ASP.NET Core
How to get ASP.NET Core server URLs
Online Talk (DevFest SD) - Trabajando con máquinas de estados en.NET - XamGirl
Online Talk (MVP Conf Latam) - State Machines en .NET - XamGirl
Save yourself… learn from my pain. Add this to your #aspnetcore projects
TIL that part of the UK Coronavirus Dashboard is written in #fsharp. github.com/publichealthen…