C# was way ahead of its time! ๐ #StrangerThings4 #dotnet #csharp
Week 22, 2022
Monday, 30 May 2022 - Sunday, 5 June 2022
Someone did a webforms port to ASP.NET Core! devblogs.microsoft.com/dotnet/incremeโฆ #dotnet #aspnetcore
Go vs C#, Part 3: Compiler, Runtime, Type System, Modules, and Everything Else
Very nice series about go vs C# by @alexyakunin medium.com/servicetitan-eโฆ #dotnet #csharp
In my new blog post I will introduce a script that creates a Company Portal system tray icon. ๐๐ป jannikreinhard.com/2022/06/05/comโฆ #MEM #Microsoft #Intune #PowerShell
F# Weekly #23, 2022 โ Fabulous 2.0, FsPdf and F# Weekly Reading
Blazor is ๐ฅ๐ฅ reddit.com/r/Blazor/commeโฆ #dotnet #blazor
Today we had a meeting about experimenting with a green threads implementation in .NET. More info to come soon, exciting times! #dotnet
all new, hot out of the editing bay is a .NET MAUI for Beginners video series! Thanks @JamesMontemagno and the awesome production team for making a top-notch series to help devs with #dotnetmaui Youโll also learn a bunch of cool Mvvm Toolkit stuff. youtube.com/playlist?list=โฆ
Grafiki - Threat Hunting Tool About Sysmon And Graphs dlvr.it/SRWwFm #Grafiki #PowerShell #Processes #RegistryKey
Have you wondered what's with the chatter around #webassembly exceptions support? The following code runs 1.75x faster with Wasm Exceptions rather than its previous Javascript based equivalent. This removes a javascript transition and three frames. @dotnet 7 is going to be fast!
.NET MAUI Community Toolkit Monthly Standup (June 2022)
Twin Cities .NET User Group - Database DevOps
.NET Rocks! #1796 Indexing Video using KlipTok with Jeff Fritz
A Thread ๐งต In this video from @nickchapsas, he recommends _not_ throwing exceptions in #csharp and instead using the "Result" type (a monad ๐ง) to model failures. I've been using this approach for several years now and I can say it _works very well_! youtube.com/watch?v=a1ye9eโฆ
Don't throw exceptions in C#. Do this instead
Windows Triaging with Powershell โ Part 2: Artifacts Collection aditya-pratap9557.medium.com/windows-triagiโฆ #Pentesting #Powershell #Windows #CyberSecurity #Infosec
Introducing the private preview of port tunneling in #VisualStudio for #ASPNET Core projects. ๐ Dev an API consumed by Power Platform ๐ Dev a web hook for an external service ๐ Test a web app on an external device Learn more: msft.it/6011bpwFL
Probit Regression Using C#
[Last Week in .NET #91] - Ctrl+Shift+B
Super excited to announce what's been long in the making! My first series will be building a web API from scratch using #dotnet, following Clean Architecture and Domain Driven Design principles. Here is the link to my upcoming channel ๐๐ฝ youtube.com/channel/UClz49โฆ
Introducing Fabulous 2.0
Introducing Fabulous 2.0 #fsharp #xamarin #mvu timothelariviere.com/2022/06/01/intโฆ
Bookmark these 10 Essential NuGet Libraries for ASP.NET Core
Trying out LiteDB, a serverless database. Ideal for mobile apps, desktop apps, and even web apps. It has a MongoDB-like interface with LINQ support. litedb.org #dotnet #aspnetcore
Incremental ASP.NET to ASP.NET Core Migration
Heard at #MSBuild... 5 million .NET devs have a first-class, cross-platform UI stack targeting Android, iOS, macOS, and Windows. Learn more about how you can get started building anything and everything with exciting new .NET 6 and #dotNETMAUI projects: msft.it/6016bpwmQ
Response Caching in ASP.NET Core
PowerShellGet 3.0 Preview 14
Understanding PathBase in ASP.NET Core
How to add Swagger to ASP.NET Core 6 Application
Change C# Record Comparison with Source Generators
What's the point of async/await in an ASP.NET Core application?
New blog post: Adding CorrelationIds to ASP.NET APIs using middleware. Created a NuGet package too! markgossa.com/2022/05/asp-neโฆ #dotnet, #AspNetCore