Blogged: Building distributed applications have never been easier with Dapr Pub/Sub APIs and Azure Container Apps! Continue reading here: bit.ly/3Rxs37Y #AspNetCore #Dotnet #Azure #azureservicebus #Serverless #dapr #containers
Week 35, 2022
Monday, 29 August 2022 - Sunday, 4 September 2022
F# Weekly #35, 2022 – .NET 7 Performance and Giraffe.Pipelines
Publish/Subscribe (PubSub) is a popular pattern for building loosely-coupled applications. In this video, Cloud Architect @plantpowerjames explores how to add PubSub to a serverless #dotnet application using multiple #AWS services. youtube.com/watch?v=k3-gE4… #dotNETonAWS
A Dozen Utilities Every .NET Programmer Needs
Containers are an excellent way to bundle and ship applications. ... and now, container images are a supported output type of the #dotNET SDK. Learn what that means for you: msft.it/6015jgrtz
Visual Studio Code August 2022
How to Change an Azure Function Written in .NET from In-Process to Isolated Process
💰💴💶💵Great news! The .NET Foundation is eliminating its $100 membership fee. Stay tuned for a new membership application and membership portal. #dotnet
🖥 A tool that can help IT Support and your users at the same time! joseespitia.com/2022/09/01/sup… #WPF #PowerShell #EndUserSupport @syst_and_deploy @Hoorge @danielclasson
Hosting ASP.NET Core Web API with AWS Lambda - Truly Serverless REST APIs
Incrementally Migrating an ASP.NET Framework application to Razor Pages
Looping iOS Remote Simulator Connection Issue with .NET MAUI
How IEnumerable can kill your performance in C#
Performance Improvements in .NET 7 .NET 7 is fast. Really fast. A thousand performance-impacting PRs went into runtime and core libraries this release. It’s the fastest .NET ever. #dotnet #csharp #aspnetcore 🔗 devblogs.microsoft.com/dotnet/perform…
NEW BLOG - Run Scripts - Run Windows Update garytown.com/run-script-run… Check if Updates Available, Trigger the Install, Trigger a Restart using the #ConfigMgr Client or Restart Right Away. #SCCM #MEMCM #PowerShell PS, this code for controlling updates via POSH is Cool! @theznerd
AWS for the .NET Developer - AWS Concepts and Security
.NET MAUI Community Toolkit Monthly Standup (September 2022)
🧪 Deconstruction in C# allows us to return multiple values from types. 👨🔬 Using extension methods, we can deconstruct ANY type into ANY of its parts. 🧟 Let's hope we don't create any monsters @dotnet #csharp #developer #dev #khalidtip
Automating Azure Abuse Research — Part 2
Rainbow Colorized Brackets in Visual Studio
How to Test a REST API with .NET and xUnit
We found an interesting video where #MSMVP @binarythistle shows us how to perform a full step-by-step build of a #dotNETMAUI app that interacts with a separate .NET 6 API - and then discusses how to test it on both Windows and Android. 🎥 msft.it/6010jeyuI
Performance Improvements in .NET 7
Writing .NET Application Services for Kubernetes
Rate limiting middleware in ASP.NET Core
I've been (reluctantly 😂) making barcode scanning work with #dotnetmaui and the lovely ZXing.Net library. Here's a new version with some more barcodey scanny things: github.com/Redth/ZXing.Ne…
PowerShell Extension for Visual Studio Code August 2022 Update
What an amazing conference! We loved meeting you all. Thank you so much to everyone who came to watch @romero’s DOOM Post-Mortem talk, and an even bigger thank you to #DotNet for having us! ☺️👏 Hopefully we’ll see you all again sometime soon. #Switzerland
Dev snapshot: Godot 4.0 alpha 15
[Last Week in .NET #98] - Ad-ing to Microsoft's Product Line
No more Dockerfiles with the help of .NET CLI
JWT Bearer Authentication in ASP .NET 6 by @amantinband youtube.com/watch?v=7ILCRf… #aspnetcore
Troubleshooting .NET Blazor WASM Debugging
.NET MAUI Cloud Skills Challenge – Learn .NET MAUI, Get Stickers!
C# 11 preview: generic math, required members, and more
.NET DeveloperDays 2022
ASP.NET Core 6: Handling gRPC exception correctly server side
Broken Access Control in ASP.NET Core – OWASP Top 10
Cleaning Up The Program.cs File In .NET 6 Now That Startup.cs is Gone
The fastest way to cast objects in C# is not so obvious
Introduction to Machine Learning with C# and ML.NET
Secure ASP.NET Core GRPC API hosted in a Linux kestrel Azure App Service
With .NET we set such a high bar for performance and I get worried that we might not make huge gains every single release. Then I look back at the commits and I'm amazed at the improvements we are able to accomplish *every single time*. .NET 7 is no different. #dotnet