.NET has 4 built-in dictionary/map types: - Hashtable - Dictionary - ConcurrentDictionary - ImmutableDictionary There’s no guidance on when to use what, mostly individual documentation on each implementation. #dotnet
Week 39, 2021
Monday, 27 September 2021 - Sunday, 3 October 2021
Blazor in Action
One step closer to a finished book! I've finished updating #Blazor in Action to #dotNET6 and the manuscript will be off for it's final review very soon 🥳 bit.ly/blazorinaction
F# Weekly #40, 2021 – Fable.Lit 1.0 & VS4Mac 2022 Preview
.NET Conf 2021 - Pakistan
.NET Foundation Project Spotlight - Verify
.NET Foundation Project Spotlight - .NET nanoFramework
ASP.NET Core Diagnostic Scenarios
Visual Studio 2022 for Mac Preview 1 is now available!
🎉 Hey Immo - What's new in .NET 6? Here's @terrajobst with his answer. Info on .NET 6 RC1: msft.it/6010X98XG Learn lots more on these new features at the .NET Conference 2021 coming November 9th: msft.it/6011X98XH #dotNET #dotNETConf
What Parts of C# Are Obsolete? Should I Even Learn The .NET Framework?
7 tips for writing better library code in .NET
That's right we have .NET Lambda Functions running on Arm. .NET + Arm in the cloud is a happening! Here is a sample Arm .NET Lambda function with lots of .NET specific details about the Arm Lambda release. #aws #dotnet github.com/normj/LambdaNE…
How I organise my Blazor components
Have your heard about Dapr for building your Microservices in #dotnet? Check out this awesome book docs.microsoft.com/en-us/dotnet/a… by @robvettor and friends.
With .NET 6 around the corner are you planning to port your older .NET Framework applications to .NET 6? Tell us about your porting plans and help us improve the Porting Assistant for .NET by taking this .NET modernization survey - go.aws/3EXjb6h #dotNET #dotNETonAWS
Custom deployment layout for Blazor WebAssembly apps
.NET 6 ASP.NET Core Migration
Have you seen @davidfowl's Migrating to #ASPNETCore in .NET 6 page on GitHub Gist? It has everything you need to get started...resources, notes, and snippets. Check it out: msft.it/6015XkQOc #dotNET6
PowerShell: the best SQL Server management tool #PowerShell is, very simply, the most important management tool DBAs have. With PowerShell, you can manage hundreds of objects at once with just a few lines of code. minionware.net/powershell-for… #SQLServer #DBA #database
Events in C#
[Last Week in .NET #61] - We named the dog Patches
Exploring the code behind WebApplicationBuilder: Exploring .NET Core 6 - Part 3
Yo! Currently debugging a @dotnet and #react app on my iPad! @github #Codespaces is legit! I even have my dotfiles, complete with my #powerlevel9k and @ohmyzsh config. So dope!
Here is an example of how to use .NET 6 on AWS Lambda today using our custom runtime support. I'm liking the look of using top level statements to code it. What do others think? github.com/normj/LambdaNE… #dotnet
Compress Strings With .NET and C#
Monsters Weekly 224 - New LINQ methods in .NET 6
Caching with LocalStorage in Blazor WebAssembly - A TimCo Retail Manager Video
How Assembly Scanning keeps your .NET code clean
Fable ❤️ @buildWithLit: Fable.Lit 1.0 is out! A new superpower for #fsharp developers fable.io/Fable.Lit/
Wow, look at the the difference in CPU usage between .NET Framework 4.8 and .NET 5.0! Awesome performance improvements from the @dotnet team. Well done! #dotnet #performance