Week 33, 2021
Monday, 16 August 2021 - Sunday, 22 August 2021
Making progress (pun intended) in my new FileUtility module for #PowerShell. Will require PS7 due to using new .NET APIs. Copy is not only quicker, but also shows progress! Still targeting making the repo public by end of month.
New in #VisualStudio 2022โyou can debug external sources of code with the Solution Explorer! Learn more about this productivity-saving feature: msft.it/6014nfuvI
Don't Miss Mads Torgersen on C# 8 and 9
Donโt Miss Mads Torgersen on C# 8 and 9
Watch @buhakmeh's great presentation about .NET 6 and minimal APIs youtube.com/watch?v=vPf55Xโฆ #dotnet #aspnetcore
This is C++, C++ is cool, Be like C++! Stop the fight ๐ #java #javascript #python #cpp #csharp
If you want to convert Json sent in an email, or from a web page into #PowerShell, copy it to the clipboard and then use `Read-Clipboard` to convert it. Once in PowerShell, save it, change it, add more info, and more.
F# Weekly #34, 2021 โ HTML highlighting in F# interpolated strings
I just published my first @code extension! It highlights HTML and SQL templates in #fsharp files to make HTML-in-F# a dream come true. I hope you find it useful. marketplace.visualstudio.com/items?itemNameโฆ
.NET Foundation August 2021 Update
Bite-Size C# 10 - Semi-Auto Properties and 'field' Keyword
How to Copy files from Windows to Linux using PowerShell Remoting ๐ฅtechcommunity.microsoft.com/t5/itops-talk-โฆ #PowerShell #PoSh #Linux #Windows
Episode 97: The New .NET MAUI Podcast
This is what gRPC looks like with .NET 6. cc @JamesNK #dotnet #grpc #microservices #csharp
DotNetRocks #1753 Visual Studio 2022 Productivity with Mika Dumont
C#'s Enum performance trap your code is suffering from
Using SignalR in your Blazor applications | On .NET
Carter Community for ASP.NET Core means enjoyable Web APIs on the cutting edge
C# Language Highlights: Properties | On .NET
Hey #PowerShell and #DevOps folk. We would be grateful if you could answer a few questions about #PsConfEU vNext. Please would you be so kind as to visit beard.media/psconf All RT's welcome to increase visibility.
One of my favorite features coming in minimal APIs in the next release: We'll infer the if parameters are required or not using nullable annotations. On the left the todo can be null, on the right it can't be null (that will result in a 400). cc @captainsafia #dotnet #aspnetcore
Visual Studio 2022 Productivity with Mika Dumont
If you wanted to use SQL DATALENGTH() function in EF Core 3.1, you had to write the SQL. Entity Framework Core 5.0 has a new method to call this function in queries. #dotnet #efcore #coding #newfeature
My first blog post on the .NET blog has just been published. Many thanks to all that motivated and helped me. #dotnet #cshar devblogs.microsoft.com/dotnet/understโฆ
Understanding the cost of C# delegates
๐ข Great news! We join to @dotnetfdn ๐ #aspnetboilerplate #opensource #AspNetCore #dotnetforall #IAMDOTNET
Finally, a library that improves role authorization in ASP .NET Core by @thereformedprog thereformedprogrammer.net/finally-a-librโฆ #aspnetcore
How to Create a new Solution and Projects using dotnet CLI
New Pluralsight Course Update: Working with Nulls in C#
.NET MAUI Community Toolkit Monthly Standup - September 2021
What is Blazor [1 of 11] | Beginner's Series to: Blazor
Performance Improvements in .NET 6
Flexibleย theming capabilities for Visual Studioย
Improving developer security with Visual Studio 2022
ADO.NET provider 8.5.0.0 for Firebird is ready
Are ASP.NET Core 6 minimal APIs just for demos?
The new Angular 12 project template in .NET 6 is excellent. It's still built and published as a single unit. It starts Angular CLI in the background, but then keeps it running. The .NET 6 hot reload experience works seemlessly. Awesome work! #aspnetcore #angular