My #PowerShell module for managing toast notifications on Windows, #BurntToast, has officially had more than 10 million installs from the PowerShell Gallery! Thanks to everyone that uses it. Additionally... sorry for the lack of progress on v1 😬 powershellgallery.com/packages/Burnt…
Week 9, 2023
Monday, 27 February 2023 - Sunday, 5 March 2023
PowerShell Scripting Azure Microsoft365 Exchange Active Directory Fun Intune Endpoint Manager Hyper-V VSCode Sandbox
New release of EF Core Power Tools, my free Visual Studio extension with almost 300.000 users. Multiple improvements to UI and automagic package installation - simplicity rules. #efcore #dotnet #nuget github.com/ErikEJ/EFCoreP…
What really is the entry point of a #dotnet application? Is it `public static void Main()`, or are there other places that we should look at when reverse engineering .NET samples? 👉Read about it in my new blog post: washi.dev/blog/posts/ent… #reversing #malware
F# Weekly #9, 2023 – Amplifying F#
🌊 C#: ProducesResponseType attribute 🌊 When exposing APIs, remember to take care of the API consumers. The ProducesResponseType attribute adds the expected Status Codes in the Swagger definition. A simple attribute can speed up the development process for the API… #dotnet
How to Read and Parse a JSON File in C#
Float-Parsing Benchmark: Regular Visual Studio, ClangCL and Linux GCC
I’m happy to share that I’m starting a new position as Software Engineer (Internship) at The Linux Foundation! where I would be working on building ORAS .NET SDK for pushing and pulling OCI artifacts against OCI registries. #opensource #dotnet #golang
Clean Architecture Project Setup From Scratch With .NET 7
Our Perspectives on the Future of .NET with Mark J Price
Akka.NET v1.5 is Now Available
.NET MAUI Community Toolkit Monthly Standup, March 2023
🚨Microsoft #DefenderForOffice365 Recommended Configuration Analyzer (#ORCA) 2.2 #PowerShell Module released. Read all the Details in my #Blog 📣 bit.ly/3kGPWiN
Hey @thurrott, we thought it be fun to try your .NETpad app with Avalonia XPF. Check out the diff at the end to see how easy it was to take your WPF app to new platforms. Powered by @AvaloniaUI 🎉
Write a high-quality README for NuGet packages
Microsoft Teams’ Permission Service migration to .NET 6
Why is .NET so Insanely Fast? with Stephen Toub | Keep Coding Podcast
Why is Microsoft Changing C# Syntax So Much?
Stop using async void in C#! Do this instead.
#dotnet can let you write some really, really fast code. Don't let anyone tell you otherwise. 🚀
The Next C# with Mads Torgersen
The Next C# with Mads Torgersen
Difference Between Returning and Awaiting a Task in C#
GitHub Copilot in Visual Studio 2022
This company called @Microsoft runs this package manager called @nuget. They host a curl package there, that was last updated in 2013 and now contains **68** documented vulnerabilities. But there is apparently no way I can report this or make them act on this.
In Visual Studio 2022 17.6 Preview 1 Brace Pair Colorization is available out of the box ❤ ... This is an awesome improvement as VS Code has supported this natively for a while but in @VisualStudio we used to have to use extensions to enable it. #dotnet #csharp
Join us for Hack Together: Microsoft Graph and .NET
Try Visual Studio 2022 v17.6 Preview 1
Announcing NuGet 6.5 – The Sweetest Way to Manage Your Packages
Sentence Similarity in ML.NET Model Builder
Make Your ASP.NET Core API Controllers Incredibly Simple
The fastest way to add files and folders - Visual Studio Blog
Speed Up ASP.NET Core JSON APIs with Source Generators
.NET 8 FrozenDictionary benchmarks 👇🏻 ... Time to create READ OPTIMIZED FrozenDictionarys is huge compared to alternatives BUT the trade off is faster reads. They are intended for long-lived state used repeatedly in the life of a service. A great addition to #dotnet ❤ ...