All my tweets about C# 10 features in one thread. 𧡠Retweets are appreciated π #dotnet #csharp #coding #devcommunity
Week 38, 2021
Monday, 20 September 2021 - Sunday, 26 September 2021
Today I give you O365Essentials. #PowerShell module that uses unsupported API to read and set settings available mostly via GUI in #Office365 - 150+ commands at your disposal. evo.yt/rrtf @DebugPrivilege @joslieben @NikCharlebois
Nice to see that the built-in Task CE capabilities for #fsharp are already available to test in .NET 6. No external NuGet packages were harmed in the making of this screenshot!
F# Weekly #39, 2021 β New NuGet.org Package Details Page
Is it time to start creating C# Azure Functions in isolated mode?
Remember this, @VisualStudio visualstudiowallpapers.com ?
It's important to know how healthy your API running in the cloud βοΈ is. #ASPNETCore allows for near-real-time monitoring of the state of your system. ...and, with only a few lines of code. This article from @ThePracticalDev gives you a good overview: msft.it/6010Xpfdy
Avoiding Memory Leaks in Visual Studio Editor Extensions
Hah my async/await guidance is on hackernews π news.ycombinator.com/item?id=286414β¦ #dotnet #csharp
.NET 6 introduces implicit namespace support for C# projects. Namespaces are implicitly included by utilizing the 'global using' feature introduced in C# 10. Since RC1 the option is enabled by default. #dotnet #coding #devcommunity
DotNetRocks #1758 F# and JavaScript with Zaid Ajaj
Asynchronous Programming in C#
Monsters Weekly 223 - Processing CSV files in C#
Operators with different color in Visual Studio
Dapr and .NET Microservices with Davide Bedin
A lot of people have been asking me for .NET MAUI tutorials and a 101 series and I plan on doing original videos for .NET MAUI but until then I have a playlist of all the Xamarin content that maps 1:1 to .NET MAUI youtube.com/playlist?list=β¦ #dotnetmaui
Introducing the New NuGet.org Package Details Page
Now you can bring the themes you love from VS Code into the #VisualStudio IDE! Discover resources and get inspired to build a personal, flexible workspace that better fits your needs: msft.it/6016Xw57o #PersonalizeVS
ASP.NET Core 5 Microsoft Power BI Reporting
C# 9 has introduced 'with' expression for record types. It produces a copy of its operand with the specified properties and fields modified. In C# 10 you can also use 'with' expression with struct types π #dotnet #coding #devcommunity
Building the Excel to JSON Angular App: Part 2 - JSON File Download and ASP.NET Web API - Brian Lagunas
Why Should I Choose C# As My Programming Language?
How to write clean validation clauses in .NET
F# and JavaScript with Zaid Ajaj
Tips and Ticks when creating a Custom Control in Xamarin Forms. Part. 1 - XamGirl
We've made great new improvements to #ASPNETCore in the new #dotNET6 Release Candidate 1 (RC1); including: β‘οΈ Major updates to Blazor support β‘οΈ .NET to JavaScript streaming β‘οΈ JavaScript initializers β‘οΈ Template improvements ...but so much more. π msft.it/6016XrfhQ
I am excited to announce that I am now a member of the @dotnetfdn board directors. Thanks to anyone that voted and supported me to get here, I will do my very very best to promote the Foundation's agenda during my tenure. #dotnet #africa #opensource @clairernovotny @jongalloway
We shipped the Package Validation tool (devblogs.microsoft.com/dotnet/packageβ¦) a tool for .NET library authors to ensure your customers have a great experience (breaking change detection etc)! #dotnet
ASP.NET Core 6: Streaming JSON responses with IAsyncEnumerable, example with Angular
PS2EXE - Module To Compile Powershell Scripts To Executables kitploit.com/2021/09/ps2exe⦠#Pentesting #PowerShell #Windows #CyberSecurity #Infosec
Learn more about .NET on AWS options for developers at the FREE AWS Virtual Workshop on "Assess, Migrate, and Operate Microsoft Workloads on AWS" on Sep 24th. #dotNET #dotNETonAWS REGISTER TODAY: go.aws/3Aymbn4
Become a productive .NET Developer with JetBrains Rider - PHINUG 2021.10
.NET Foundation Board of Directors Election 2021: Results!
We've been working hard with the community in the open on the dev of .NET MAUI, and we are committed to providing the best experience, performance, and quality on day 1. Read the latest updates on what's coming for the next release of #dotNETMAUI: msft.it/6010XrIco
Was prototyping some #dotnetmaui #blazor apps today with @original_ejl and our minds were blown when we did DI & IOC all the way from app to page. Can take it further with View Models and so much more! ππ
In the last preview of Visual Studio 2022, you can synchronize namespaces to match your folder structure from Solution Explorer. #dotnet #coding #devcommunity
[Last Week in .NET #60]- Sourcing Your Packages
π #dotnet developers: Take a look at @The_Kyle_Johns' library for creating & managing wallets and building & signing transactions on #Cardano. Keep building βοΈ Keep contributing π bit.ly/2XE8tjK #developer #CardanoDeveloperPortal
Blogged: Comparing WebApplicationBuilder to the Generic Host - Exploring .NET Core 6 - Part 2 buff.ly/3CvECct #aspnetcore #dotnetcore #dotnet
Did you spot the "-IncludeLiveDump" parameter of the "Get-StorageDiagnosticInfo" #PowerShell cmdlet? It does exactly what the name suggests: live dump of the entire OS memory π Yet another way, built-in tools only, again π€·π»ββοΈ