Week 32, 2021
Monday, 9 August 2021 - Sunday, 15 August 2021
The weekend is a great time to play with bleeding edge bits devblogs.microsoft.com/dotnet/announcโฆ #dotnet #aspnetcore
I wrote up some notes on "pattern matching on arbitrary objects" and why it's de-emphasized to do this directly in F#. Instead we want people to learn to write active patterns. This puts you on a smooth, trajectory to simpler, more readable code #fsharp github.com/dsyme/fsharp-pโฆ
F# Weekly #33, 2021 โ .NET 6 Preview 7 and Paket 6
Implicit usings will be opt-in in the next preview of .NET 6. Enabled by default in new projects but won't affect upgraded projects. #dotnet #aspnetcore
Jupyter-style interactive SOC playbooks done in Visual Studio Code?? All written in #PowerShell? Yup! You can do that, and @jcjohnson34 is here to tell you how to do it in this video, premiering in a few minutes with live Q&A! youtu.be/NLyLVb_ZoQE #infosec #CyberSecurity
Bite-Size C# 10 - Anonymous 'with' Expressions
ASP.NET Core 6: Working with minimal APIs
Using Server Timing headers in #aspnetcore minimal API endpoint. Itโs pretty neat.
The New JavaScript/TypeScript Experience in Visual Studio 2022 Preview 3
Introducing C# 10: File-scoped namespaces
Teaser time... #dotnet #dotnetcore #aspnetcore
C# Language Highlights: The "in" Parameter Modifier | On .NET
Here are the options for declaring auth at the call site with minimal APIs. You can go full declarative with attributes or imperative with method calls. #dotnet #aspnetcore #csharp
Minimal APIs aren't an island, they build on existing primitives. That means you can mix and match controllers, pages, endpoints, grpc services in the same application. You can apply the same middleware, use the same authentication and authorization. #dotnet #aspnetcore #csharp
Hot Reload in Visual Studio 2022 with Dmitry Lyalin
Ask the Expert: What's New in C# 10.0 with Mads Torgersen | Ask the Expert
ref vs out in C#
Multi-repo Support in Visual Studio
Personalize Your Visual Studio 2022
Blazor - The Future of #WebDevelopment? Join me & @LayZeeDK as we build a web app LIVE, using Blazor - The #WebAssembly framework. Join the free, live webinar & get involved in the convo ๐ Sign up now ๐ - bit.ly/BlazorConnects #javascript #dotnet #webinar #100DaysOfCode
now available in #dotnetmaui preview 7: * all new layouts * new a11y extensions * auto scaling fonts * Shell for Android, and navigating with complex objects * so much more! CLI install with maui-check and use your fav editor or VS22 Preview 3. devblogs.microsoft.com/dotnet/announcโฆ
Announcing .NET MAUI Preview 7
Preview Features in .NET 6 โ Generic Math
String Interpolation in C# 10 and .NET 6
๐ #AspNetCore updates in .NET 6 Preview 7 devblogs.microsoft.com/aspnet/asp-netโฆ
ASP.NET Core updates in .NET 6 Preview 7
Announcing .NET 6 Preview 7
.NET August 2021 Updates โ 5.0.9, 3.1.18, 2.1.29
.NET Framework August 2021 Security and Quality Rollup
#VisualStudio 2022 Preview 3 is now available. Check out whatโs new: โ Multi-repo Git support โ Linux remote debugging and testing โ New Angular, Vue, and React project types โ New breakpoint options โ Deadlock analyzer for memory dumps Learn more: msft.it/6018naeQ0
Building serverless .NET applications on Azure
Join me tomorrow for "Building Serverless .NET applications on Azure" I'll remove some of the mysteries of serverless technologies and show you how to build cool #dotnet stuff on Azure. get.acloudguru.com/building-serveโฆ
Nice repo of #aspnetcore examples github.com/dodyg/practicaโฆ
Visual Studio 2022 Preview 3 now available!
Bite-Size C# 10 - Global Usings
[Last Week in .NET #54] - Disorderly Sunset
Visual Studio 2019 v16.11 is Available Now!
Simple Redirects With ASP.NET Core Endpoints
PowerShellGet 3.0 Preview 11 Release
PowerShell for Visual Studio Code August 2021 Update
ASP.NET Core Middleware - Creating Flexible Application Flows
Like to play with the latest #csharp 10 features? Download the LINQPad 6 beta and enable "Use Roslyn Daily Build" in preferences. Stay on the cutting edge, no install required! linqpad.net/LINQPad6.aspx#โฆ
C# has a very useful class that lets you access internal arrays of data structures without paying the price of copying them. #dotnet