😎 Route groups are really cool thing in .NET 7 Minimal API. If you enjoyed this, you might want to subscribe to my channel: youtube.com/c/Codewrinkles #dotnet #csharp #programming #programmingtips
Week 18, 2023
Monday, 1 May 2023 - Sunday, 7 May 2023
F# Weekly #18, 2023 – The Business of F#
4 Structured Logging Techniques in ASP .NET core Every Developer Should Know (Dotnet 7+) by @Damien_Doumer doumer.me/4-structured-l… #aspnetcore
ArrayList and List Comparasion in C#
Stefan Pölz – How to test C# unit tests with mutation testing – Webinar Recording
.NET MAUI Community Toolkit Monthly Standup, May 2023
I managed to make a 100% #PowerShell Websocket server without resorting to C#, providing a zero dependency host for my (potential) websocket custom transport for #PowerShell remoting.
How can you enforce your software architecture rules? Architecture tests. These are automated tests that verify the structure and design of your code. You can use them to enforce various design rules expressed with C# code. #dotnet
Uploading Large Files in ASP .NET Core by @CodeMazeBlog code-maze.com/aspnetcore-upl… #aspnetcore
Visual Studio Code April 2023
.NET Rocks! #1844 Supporting Open Source with Joseph Finney
NativeAOT for .NET APIs Is Here and It’s INSANE!
C# Support in Fleet: Solution View, Unit Testing, and More!
DX11 rendering on native Linux with Avalonia UI 🤯🤯🤯 Cross-platform #dotnet has never been more interesting 🎉
Did you try out the 𝘄𝗶𝘁𝗵 𝗲𝘅𝗽𝗿𝗲𝘀𝘀𝗶𝗼𝗻 when working with records? Here's something you may not have known. You can also use the with expression on anonymous types. This is called non-destructive mutation. What do you think about this feature? #dotnet
JetBrains .NET Day Online 2023 – Call for Speakers
Ryujinx: Experimental Nintendo Switch Emulator written in C#
Uploading Large Files in ASP.NET Core
Temporal .NET – Deterministic Workflow Authoring in .NET
What happens when you navigate to the "same page" in Blazor?
ReSharper 2023.2 Roadmap
💡 Tracking vs No Tracking Queries in EF - Tracking - No Tracking - Identity Resolution - As No Tracking With Identity Resolution🧵🔽 #dotnet
Fluent Emoji Gallery is out of preview! ➡️ microsoft.com/store/productI… #dotnet #WindowsDev #UWP #FluentDesign
📢ANNOUNCING: Full mobile debugging in @code Build .NET mobile apps with either Uno Platform or @dotnet MAUI without ever leaving VS Code. platform.uno/posts/VS-Code-…
Using sizeof() Operator in C#
Announcing a new version of the .NET Upgrade Assistant with support for .NET MAUI and Azure Functions!
.NET Annotated Monthly | May 2023
Fleet Preview Update 1.18 Is Out! With Prettier on Save, .NET Unit Testing, In-Tree Test Rerun, Safe Quitting, Updated Debug Console, Git Integration Improvements, and More
Channels - .NET
Documenting all GPOs with PowerShell
💡 Start Learning .NET - YouTube Channels - Microsoft Video Tutorial - E-Books - Books #dotnet
Running Vite with ASP.NET Core Web Applications
Generate .ico files quickly and easily on Windows with Simple Icon File Maker! Newly redesigned UX thanks to @Niels9001! In the #Microsoft Store here: apps.microsoft.com/store/detail/s… Open Source on GitHub Here: github.com/TheJoeFin/Simp… #dotnet #Windows
On .NET Live - Uplevel your code with the power of .NET community
Web API development in Visual Studio 2022
Create JSON Web Tokens For Development And Testing by @Phoesion c-sharpcorner.com/article/create… #aspnetcore
How to lock orientation at runtime on iOS 16 with .NET MAUI and Xamarin.Forms
.NET MAUI Videos Free
The Most Confusing C# 12 Feature Yet
💡 Implementation of Singleton Lazy Loaded in C# - How - Why sealed class - Why private constructor - Why lazy - How to make sure one instance - It is not best still , why #dotnet