New blog post! Update all PowerShell modules on a system With this script, you can update all your #PowerShell modules and remove old versions in one cmdlet. Use the parameters to make it fit your own needs. 4bes.nl/2021/09/19/upd…
Week 37, 2021
Monday, 13 September 2021 - Sunday, 19 September 2021
This is the best thing I've found today. The [BestFriend] attribute 🤣 #dotnet github.com/dotnet/machine…
In .NET 6 rc1 and VS 2022 preview4, it's now possible to reference the Program class generated by top level statements. This is useful for APIs that like to use assemblies for scanning for types and for any API that needs a type reference to the entry point class. #dotnet
In C#, if you want to pass the type to an attribute, you can use the 'typeof' expression. However, there is no way to constrain what types are allowed to be passed. C# 10 allows generic attributes🙂 The feature is still in preview. #dotnet #coding #devcommunity
Dependency Injection in .NET with Steve Collins
ASP.NET Core .NET 6 migration guide gist.github.com/davidfowl/0e03… #aspnetcore #dotnet
Editing my #dotnetMAUI Preview 8 videos! Hot Reload everywhere, XAML, C#, Live Preview.... oh and iOS Hot Restart to deploy to an iOS device from Windows!
1/ #fsharp has quickly become my favourite language. Why? - Functional domain modeling - Pattern matching - The type inference - Access to the .NET ecosystem
F# Weekly #38, 2021 – .NET 6 RC1, VS2022 Preview 4 and Fable Rust by ncave
Hello everyone, I've released a new package called AzureHunter, a Cloud Forensics Powershell module to run threat hunting playbooks on Azure UnifiedAuditLog data. #cloud #azure #dfir #PowerShell #ThreatHunting github.com/darkquasar/Azu…
GitHub - darkquasar/AzureHunter: A Cloud Forensics Powershell module to run threat hunting playbooks on data from Azure and O365
C# - Always valid value objects
Literally just finished the pre-alpha-hack-poc for #SkiaSharp running on #Blazor #WebAssembly github.com/mattleibow/Ski…
This was a *ton* of work and we’re not done yet! HTTP/3 in .NET 6. #dotnet #aspnetcore devblogs.microsoft.com/dotnet/http-3-…
HTTP/3 support in .NET 6
KCDC 2021 - 10 Opinions For More Maintainable .NET Apps
A quick way to prevent Windows session to lock, go into standby or hibernate: #PowerShellTips #PS1Tips #PowerShell Start-Process cmd -ArgumentList "/c PresentationSettings /start" -NoNewWindow Start-Process cmd -ArgumentList "/c PresentationSettings /stop" -NoNewWindow
Episode 98: The Ultimate .NET MAUI Update
Implicit Usings in .NET 6
Visual Studio 2022 version 17.0 Preview 4 released with these features
Extending .NET Minimal APIs with Swagger, Authentication & Validation
On 14-Nov-2021 celebrate #PowerShell’s 15th birfday! The min price of “Shell of an Idea: The Untold History of PowerShell” (ebook) will be $0, you choose how much to pay, ALL proceeds go 2 charity! Use link on 14-Nov-2021: sbee.link/ywk7advn3t Tell friends! Mark calendar!
Windows 10 update KB5005565 fixes PowerShell bug and more
.NET DeveloperDays 2021
.NET MAUI Delayed! What This Means for .NET 6 and MAUI
.NET MAUI will not be ready for production with .NET 6 GA in November. .NET MAUI GA is now targeting early Q2 of 2022. devblogs.microsoft.com/dotnet/update-… #dotnet
#AspNetCore updates in .NET 6 Release Candidate 1 ✨Render Blazor components from JavaScript ✨Blazor custom elements ✨Manipulate query string from Blazor ✨.NET to JavaScript streaming ✨PageX/PageY in MouseEventArgs ✨Minimal API updates + lots more! devblogs.microsoft.com/aspnet/asp-net…
Update on .NET Multi-platform App UI (.NET MAUI)
new update on #dotnetmaui and our roadmap to GA. aka.ms/maui-update Exciting bits here along with VS22 Preview 4: * it's ALL in the VS installer - much easier to get started * Hot Reload for XAML and C# on all platforms on WIndows * Layout updates * MauiProgram * RTL
Here is an update on #dotnet MAUI: devblogs.microsoft.com/dotnet/update-…. We want to make sure it is really ready. New BCL, Modern Project System, Single Project and support for Mac and Windows is a lot of work.
ASP.NET Core updates in .NET 6 Release Candidate 1
Announcing .NET 6 Release Candidate 1
.NET September 2021 Updates – 5.0.10 and 3.1.19
[Last Week in .NET #59] - Min/Max Life Changes
WebSocket per-message compression in ASP.NET Core 6
Update on .NET Multi-platform App UI (.NET MAUI)
Visual Studio 2022 Preview 4 is now available!
Looking inside ConfigurationManager in .NET 6: Exploring .NET Core 6 - Part 1
WUG: Co nás čeká v .NET 6 a C# 10 (Zlín)
Using .NET To Validate JSON with JSON Schema
Monsters Weekly 222 - DateOnly and TimeOnly in .NET 6
We’ve made several improvements to file IO In #dotNET 6. ...now with a faster and more reliable FileStream and high-performance file IO features like concurrent reads and writes, scatter/gather IO and introduced new APIs for them. So much is new. 📖 ➡️ msft.it/6010XHVMC