And this is why you should stay on the latest version of #dotnet
Week 5, 2023
Monday, 30 January 2023 - Sunday, 5 February 2023
C# Tip 💡 Can you guess how many lines of code it takes to define the simplest API possible in .NET 7? As .NET developers, we're used to having to write a lot of boilerplate code to create APIs. However, now all you need is 3 lines of code. #dotnet
Stride – Open-source C# Game Engine
F# Weekly #5, 2023 – OpenAI-fsharp and F# Backend Web Frameworks
jasontaylordev/CleanArchitecture: Clean Architecture Solution Template for .NET 7 by @jasontaylordev github.com/jasontaylordev… #aspnetcore
.NET Security Headers: A Senior Developer’s Guide✨
[WIP] ASP.NET Core Roadmap for .NET 8 · Issue #44984 · dotnet/aspnetcore
Clean Architecture in 2023 with Steven Smith - .NET Rocks!
Visual Studio Code January 2023
ReSharper C++ 2023.1 EAP: Call Tracking and C++23 Features
ReSharper 2023.1 EAP 3 Is Here!
Webinar – Aaron Stannard – .NET Systems Programming Learned the Hard Way
C# Tip 💡 Here's how local functions can be helpful in C#. The type IEnumerable is lazily evaluated. This means that the actual code runs only when it is 𝘦𝘯𝘶𝘮𝘦𝘳𝘢𝘵𝘦𝘥. You will typically achieve this by calling ToList() or ToArray() on an IEnumerable. #dotnet
#EFCore 8 News and Progress: aka.ms/ef-news 🦄 DateOnly and TimeOnly for SQL Server 🦄 (Many thanks to @ErikEJ and @shayrojansky!) And on📺 Azure Cosmos DB Live TV 📺 don't miss: 🦄 Streamline Your Data Access with EF Core 🦄 #Dotnet #EntityFramework
.NET MAUI Community Toolkit Monthly Standup, February 2023
Basic Windows Machine Hardware information from WMI for Exception Logging from .NET
C# Tip 💡 Here's why you should know about 𝗻𝗼𝗻-𝗱𝗲𝘀𝘁𝗿𝘂𝗰𝘁𝗶𝘃𝗲 𝗺𝘂𝘁𝗮𝘁𝗶𝗼𝗻. You may be familiar with this feature from C# records. But did you it also works with anonymous types? #dotnet
Optimizing String Performance Easily in C#
Visual Studio Integration Tool in Code Plugins - UE Marketplace
We continue to be the most active community-led .NET Foundation (@dotnetfdn) project. Almost half the commits made in January were for Avalonia UI 🎉🙌🚀
I wanted to challenge myself by creating a #dotnetmaui+MauiReactor app with complex UI/UX so I took the wonderful @MengTo's app and @rive_app course. This is what I came to so far. Source: github.com/adospace/rive-… App: designcode.io/swiftui-rive-a… Check it out!😉👇
#PowerToys 0.67 is here! This version introduces the new quick launch flyout that allows you to launch PowerToys apps directly from your system tray! Go check it out! #winui #fluentdesign #windev
Getting started with ML.NET
Method Overriding in C#
How to Execute CLI Applications From C#
#Sharpnado CollectionView for #dotnetmaui is here! Including drag and drop, grouping, reveal animations, and still performance-oriented! 👉sharpnado.com/collectionview…
Live coding & Blazor with Jeff Fritz | Keep Coding Podcast
VS Toolbox: MAUI App Accelerator to Jump-Start .NET MAUI Scaffolding
ReSharper 2023.1 EAP2 Is Available!
Tracking Application Health With OpenTelemetry Metrics in .NET
ReSharper C++ 2023.1 EAP: Macro Expansion Preview
Play Audio and Video in .NET MAUI apps with the new MediaElement
Did you know #PowerShell has a mechanism for suspending execution in the current scope and provide an interactive prompt? #Host.EnterNestedPrompt() FTW!
Speaking on .NET MAUI in Prague
Creating and downloading zip files with ASP.NET Core
On .NET Live - Mapping with GeoBlazor
How to Get an Enum Member as a String in C#
Object Oriented Programming In C#
If you have an ASP.NET WebForms application that you want to port to .NET 6+, bookmark this youtube.com/watch?v=T90OXl… #dotnet #aspnetcore #webforms
Probably the last lunchtime video of my Augmented Reality @github contribution data viewer poc. This time the app is calling the GitHub GraphQL API to retrieve my real contribution data and individual days can be selected. #arkit #dotnet #xamarin #augmentedreality