Get ready for an incredible 3-day event! Discover the world of Data Science in F# with inspiring talks and dynamic collaboration. Explore Biology, Finance, and Logistics and help shape F#'s rapidly growing Data Science ecosystem. #fsharp #DataScience buff.ly/3mzTBjl
Week 15, 2023
Monday, 10 April 2023 - Sunday, 16 April 2023
PSKoans: A simple, fun, and interactive way to learn the PowerShell language
💡HTTP Client Class in C# . Introduction Methods Properties Dependency injection 🧵⏬ #dotnet
How can you run SQL queries with EF Core? In EF8, you can query unmapped types with SQL. You can also compose SQL queries with LINQ for some fun results. Yesterday, 14.942 people learned how to use this upcoming EF Core feature. What's the performance like? #dotnet
F# Weekly #15, 2023 – Data Science in F# (Berlin, 28–30 September)
💡 Start Watching these 10+ YouTube Channels to learn .NET 1. Dotnet (bit.ly/3L2CUqn) 2. Edureka (bit.ly/3GLdT0k) 3. Brackeys (bit.ly/3zYDMWA) 4. Kudvenkat (bit.ly/3MGsSfK) 5. QuestPond (bit.ly/3N303KP) #dotnet
Adding dependency injection in Azure Functions might be a little bit tricky. But here are the simple steps to achieve this without any head aches. Subscribe to my channel if you enjoyed this video: youtube.com/c/Codewrinkles #azure #dotnet #serverless #programming #programmingtips
CQRS Command Validation with MediatR in ASP .NET Core by @Damien_Doumer doumer.me/cqrs-command-v… #aspnetcore
Quipu, a simple Nelder Mead solver in F#
Visual Studio Code Day 2023
💡 C# Versions and Frameworks C# 11 - .NET 7 C# 10 - .NET 6 C# 9 - .NET 5 C# 8 - .NET Core 3 C# 7 - .NET Core 2 C# 6 - .NET Framework 4.6 C# 5 - .NET Framework 4.5 C# 4 - .NET Framework 4 C# 3 - .NET Framework 3 C# 2 - .NET Framework 2 C# 1 - .NET Framework 1 #dotnet
Converting Strings to .NET Objects - IParsable and ISpanParsable
ASP .NET Core Route Tooling Enhancements in .NET 8 - .NET Blog by @JamesNK devblogs.microsoft.com/dotnet/aspnet-… #aspnetcore
.NET 8 Preview 3 is now available and includes great new improvements to #ASPNETCore. 👉 support for native AOT 👉 Server-side rendering with Blazor 👉 Sections support in Blazor 👉 Monitor Blazor Server circuit activity 👉 Short circuit routes Learn more. msft.it/6010gymn6
NuGet.org Terms of Service Update on Unexpected Behavior and Hate Speech
Improving Visual Studio performance with the new Instrumentation Tool
How Entity Framework Tries to Copy Dapper in .NET 8
Get started with OpenAI in .NET
💡 Microsoft Development Options Web - ASP .NET Core - Web API’s - Blazor - Razor Pages - MVC - Signal R Native Desktop and Mobile - .NET MUAI - Window Forms - WPF - Xamarin Where do you stand now? Do you have any plans to move from Web to Mobile or vice versa #dotnet
.NET Multi-platform App UI in .NET 8 is now available‼️ We've improved the quality of the UI controls, layout, and memory management. ➕, we're introducing NuGet packages for added flexibility. See what else is new in #dotNETMAUI. msft.it/6018gylh2
Here's how to implement global exception handling in #aspnetcore via an exception filter in just 30 seconds. You might want to subscribe to my channel if you enjoyed this: lnkd.in/dnxPZ_EQ #dotnet #programming #programmingtips
State Hasn't Changed? Why and when Blazor components re-render
Build Minimal APIs in .NET 7 by @beaucarnes freecodecamp.org/news/build-min… #aspnetcore
.NET 8 Preview 3 is now available; including changes to: ✅ build paths ✅ workloads ✅ Microsoft.Extensions ✅ ...and containers ➕, we have performance improvements in the JIT, for Arm64, and dynamic PGO. See what these changes mean for you. #dotNET msft.it/6011gylRt
ASP.NET Core Route Tooling Enhancements in .NET 8 - .NET Blog
How to Round Down a Number to a Nearest Integer in C#
lots of releases today for #dotnetmaui, .NET 7, and .NET 8 preview! - MAUI github.com/dotnet/maui/re… - Android github.com/xamarin/xamari… - iOS github.com/xamarin/xamari… devblogs.microsoft.com/dotnet/announc…
Check out new C# 12 preview features!
Announcing .NET MAUI in .NET 8 Preview 3
ASP.NET Core updates in .NET 8 Preview 3
Announcing .NET 8 Preview 3
.NET April 2023 Updates – .NET 7.0.5, .NET 6.0.16
💡Global Error Handling Middeware in .NET - Introduction - Pros and Cons - Code Implementation🧵🔽 #dotnet
Implementing The Saga Pattern With Rebus And RabbitMQ
Normalize and compare URLs with C#
Start your AI and .NET Adventure with #30DaysOfAzureAI
Dependency Injection with Avalonia UI Apps
Full Stack Web App with SQL Server, .NET Core Web API and React JS
Unreal Engine developers, level up your productivity with new integrations in @VisualStudio! Check out this article by @thecpppm from the @visualc team to learn more: developer.microsoft.com/en-us/games/bl…
Using Application Insights in .NET Desktop Applications
choices #dotnet @MicrosoftTeams
Learn how to modernize your .NET apps from the pros!
📣Check out the updated .NET Application Architecture Guides. Written by NET guru Steve (@ardalis) Smith, this is a valuable resource for the #dotnet community. hubs.li/Q01KF2kc0
Blazor Code Separation - Easily Moving Code to a Code Behind File
Why Microsoft Made This New .NET 8 Feature Slower
Model validation in #Dotnet 7 Minimal API is a diferent beast. Here's how you can implement it in 4 easy setps! If you like this video, you might want to subscribe to my channel: youtube.com/c/Codewrinkles
Be sure to put the middleware components in a valid order. 👀 The proper order should be: ↓ • Exception Handler • HSTS • HttpsRedirection • Static Files • Routing • CORS • Authentication • Authorization • Custom Middlewares • Endpoints #Dotnet