C# Tip 💡 Did you know you can use expression-body constructors? It was introduced in C# 7. You can specify your arguments using a tuple and deconstruct them into your property values. The result is being able to write your constructor as an expression. #dotnet
Week 3, 2023
Monday, 16 January 2023 - Sunday, 22 January 2023
Check it out. @VisualStudio now has Endpoints Explorer feature to show you all the endpoints available in your ASP.NET Core project. This feature is available in Visual Studio 2022 Preview 3.0 #visualstudio #dotnet #csharp #endpoints #apis
#PowerShell tip: if you're using `Get-Content` to simply read a file, it's much faster to use [System.IO.File]::ReadAllBytes() or [System.IO.File]::ReadAllText() even in a pipeline. About 95% faster! `Get-Content` is useful if you want objs per line.
F# Weekly #3, 2023 – F# eXchange, ChatGPT as a service
PowerShell Extension for Visual Studio Code January 2023 Update
With #VRAGE3 we are developing complete tool suite in the form of editor (to author content of the game and mods) and HUB (to maintain game and mod projects). Both are developed using @AvaloniaUI.
Associating File Uploads with a Form - The Blazor File Upload Mini Course
Release PowerShell App Deployment Toolkit 3.9.1 · PSAppDeployToolkit/PSAppDeployToolkit
The future of .NET with David Fowler | Keep Coding Podcast
2022 Akka.NET Year-in-Review and Future Roadmap
#EFCore 8 News and Progress: aka.ms/ef-news Raw SQL queries for unmapped types - Parameterized SQL from interpolation syntax - Uses C# parameterized constructor - SQL can be further composed with LINQ Merged for EF Core 8 Preview 1! #Dotnet #EntityFramework
.NET Framework January 2023 Cumulative Update Preview
Version 5.1 of Microsoft.Data.SqlClient is finally here with full support for SQL Server 2022 TDS8 protocol and TLS 1.3 - also adds support for DateOnly and TimeOnly with .NET 6 #dotnet #sqlserver #AzureSQL nuget.org/packages/Micro…
Fusion Development with Vishwas Lele - .NET Rocks!
Visual Studio Spell Checker Preview Now Available
ReSharper 2023.1 Starts Its Early Access Program
ReSharper C++ 2023.1 Early Access Program Is Now Open
New C# features are just syntactic sugar
Visual Studio 2022 17.5 Preview 3 is here!
C# is used all over the game development industry. In this #dotNETConf session replay we see an overview of different tools and frameworks to build cross-platform games with C# and #VisualStudio. 🎥 msft.it/6010etpXw
Announcing .NET Community Toolkit 8.1! Better, faster MVVM source generators, .NET 7 support, and more!
QuestPDF: Modern .NET library for PDF document generation
Uploading Files to Blazor - The Blazor File Upload Mini Course
In SQL Server Management Studio we can set the COLOUR OF THE STATUS BAR when connecting to a particular DB. This is useful to distinguish between DIFFERENT ENVIRONMENTS and should stop us doing something stupid on the WRONG DB environment... #ssms #sqlserver #dotnet #databases