Week 34, 2024
Monday, 19 August 2024 - Sunday, 25 August 2024
Mastering Active Directory Hygiene: Automating Stale Computer Cleanup with CleanupMonster - Evotec
Want To Send Email in .NET? Check Out FluentEmail
I have 2.5 years of experience as a .NET dev and I feel dumb when I watch channels like Milan JovanoviΔ, Nick Chapsas.
Aspire for seasoned devs
C#+React. What IDE do you use?
Get Started With Neural Networks in C#
.NET Contributors
Am I just the dumbest mf on here or is this just a mistake in the book Iβm reading
Creates a PSSession that targets a scheduled task process
π .NET 9 Preview 7 is now available! π We just shipped our seventh preview release, adding to some major enhancements across the .NET Runtime, SDK, libraries, C#, #ASPNET Core, Blazor, and #dotNETMAUI. Check it out. π msft.it/6018lsQCq
Testing Local APIs on Device with Dev Tunnels and .NET MAUI
Want to tail the log , live, from Office operations running via officeclicktorun.exe in an easily digestible/filterable format? #PowerShell FTW as it's tab delimited. gc C:\Windows\Temp\GLHV11FLX01-20240821-1734.log -Wait | convertfrom-csv -Delimiter "`t"|ogv
Programming C# 12 Book, by Ian Griffiths, published by O'Reilly Media, is now available to buy.
.NET 9 adds experimental dark mode for Windows Forms
Four awesome Visual Studio features ... you might not be aware of! + HTTP files + Endpoints Explorer + Dev Tunnels + Paste Json as Classes Scroll the thread for details ... #dotnet @VisualStudio
What Hosting platform do you prefer?
Why is it bad practice to inject a DbContext into an ASP.NET controller?
Async2 β The .NET Runtime Async experiment concludes
Async2 β The .NET Runtime Async experiment concludes
Enhancing Code Comprehension: GitHub Copilotβs Features in Visual Studio 2022 17.11
Anti-Microsoft Sentiment Experiences? C# -> Java
Show HN: VirtualStorageLibrary β .NET Tree solutions for items, dirs, symlinks
Show HN: VirtualStorageLibrary β .NET Tree solutions for items, dirs, symlinks
Supercharge your testing experience with MSTest.Analyzers
Binding and Using Native Libraries in .NET MAUI
Every new AI feature in .NET 9
ReSharper Tips & Tricks with Matt Ellis β Livestream
New C++ features in Visual Studio v17.11
Stop Using IEnumerable The Wrong Way in .NET! | Code Cop #019
New debugging and diagnostic features
Sending Emails in .NET Using FluentEmail
What programming language do you use alongside C#?
.NET 8 v .NET 9 exception handling benchmarks 76% faster handling in .NET 9 for the benchmark code I ran (in the 1st comment below). Should we use exceptions for control flow now? Still no π #dotnet