C# 10 introduces a new way of namespace declarations - file scoped namespaces. However, you cannot declare a nested namespace or a second file-scoped namespace in the same file. C# continue to rid of curly brackets {๐} #dotnet #programming #devcommunity
Week 36, 2021
Monday, 6 September 2021 - Sunday, 12 September 2021
Blogged: An opinionated look at Minimal API in .NET 6 dev.to/nikiforovall/aโฆ #AspNetCore #DotNet #MinimalApi #Carter
We added native support for IAsyncEnumerable<T> into the JSON serializer in .NET 6. This means you can properly stream JSON responses to and from the client. Here's an example using minimal APIs. #dotnet #aspnetcore
F# Weekly #37, 2021 โ Don Syme defends lack of type classes
Did a dump of the minimal API features gist.github.com/davidfowl/ff1aโฆ. We'll be making this part of the official docs for the next release. #dotnet #aspnetcore #minimalapis
Starting from C# 10, you can reference nested properties or fields within a proper pattern. The property pattern becomes more readable and requires fewer curly brackets ๐ What do you think about the feature? #dotnet #coding #devcommunity
This lang-in-#fsharp thing may be getting out of control ;)
Powershell for Hackers, Part 1 #powershell #powershell4hackers #infosec #cybersecurity #cyberwarrior hackers-arise.com/post/2017/04/2โฆ
Minimal APIs in .NET 6 but where are the Unit Tests?
SANS PowerShell Course SEC505
And for everyone attending the free Blue Team Summit this week at SANS, all of my scripts for my SANS PowerShell course are also free and in the public domain here: BlueTeamPowerShell.com #SEC505 #BlueTeamSummit #BlueTeam #PowerShell #InfoSec #CyberSecurity @SANSDefense
Web Live Preview | Visual Studio Toolbox
The Future of Visual Studio Extensibility is Here!
๐โโ๏ธ So who is using .NET? โ Well, Microsoft and...Immo Landwerth, @terrajobst, tells about other companies that are using .NET. Learn more: msft.it/6011XMLlz Check out the .NET Conference 2021: msft.it/6012XMLlM #dotNET #dotNETConf
Locking editor panes in Visual Studio Code helps unwanted multi-tab experiences
5 open source .NET projects that deserve more attention
ASP.NET 6.0 Minimal APIs - Why should you care?
Just upgraded a major service from .NET Framework 4.8 to .NET 5.0 this week and after ironing out a few bugs we're seeing MASSIVE improvements in response times and reduced CPU usage. I'll post more data later today hopefully :) #dotnet #performance
The C# team did issue triage for C# 11, you can see the results here github.com/dotnet/csharplโฆ. Lots of goodies in there like discriminated unions but this one is also very interesting github.com/dotnet/csharplโฆ. Statements as expressions. #dotnet #csharp
๐ Got my โsmallโ #hackTheBox shirt and listening to @joehelle so I can get in-depth knowledge of #PowerShell . Good night! #YouTube video here: youtube.com/playlist?list=โฆ
Learn about building a real-time NET application on AWS in this talk by Ganesh Jangir on Sept 13 at .NET Enterprise Developer Day. REGISTER TODAY: go.aws/3yUt00B #dotNETonAWS #dotNETEDD #dotNET
Learn about monitoring SQL Server on Amazon RDS in this session by Asif Mujawar on Sept 13 at .NET Enterprise Developer Day. REGISTER TODAY: go.aws/3yUt00B #dotNETonAWS #dotNETEDD #dotNET
Open sourcing the .NET 5 C# Language Extension for SQL Server - Microsoft SQL Server Blog
IntelliSense for Hosted C# Script
Quick (but working) #PowerShell-based workaround for the Office 0-day known as CVE-2021-40444: github.com/gtworek/PSBitsโฆ
PSBits/Disable-ActiveX.ps1 at master ยท gtworek/PSBits
Explore the AWS Toolkit for Visual Studio in this session with @theburgerfan on Sept 13 at .NET Enterprise Developer Day. REGISTER TODAY: developerweek.com/global/confereโฆ #dotNETonAWS #dotNETEDD #dotNET
Favorite improvements in .NET 6
Learn how to modernize legacy .NET applications using Porting Assistant for .NET in this session by Ashwini Rudra on Sept 13 at .NET Enterprise Developer Day. REGISTER TODAY: developerweek.com/global/confereโฆ #dotNETonAWS #dotNETEDD #dotNET
#fsharp people One simple way to help F# is to help us fill in basic F# code samples for all the F# core library functions. These should have been done long ago, but let's do them now! Here's an example of the sort of thing that needs to be added: github.com/dotnet/fsharp/โฆ
Minimal APIs at a glance in .NET 6
C# static constructor called multiple times
Visual Studio Code August 2021
Deconstructing Azure PowerShell APIs with Fiddler
Using Source Generators with Blazor components in .NET 6
Redirecting more than just Known Folders to Onedrive for Business: lieben.nu/liebensraum/20โฆ #PowerShell #Office365
How To Map A Route in an ASP.NET Core MVC application
Self-contained apps are cool in #dotnet. You can bundle runtime and framework with the app. The downside is the size. To resolve the size problem you can use app trimming. .NET 5 introduces multiple options to trim the app. 1/4 ๐งต #coding #devcommunity
New video: Addressing the .NET Minimal API critisisms youtube.com/watch?v=4ORO-Kโฆ #dotnet #aspnetcore