So much amazing Entity Framework content on this YouTube playlist -> youtube.com/playlist?list=…💪🏻... #entityframework #efcore #dotnet #csharp #orm
Week 46, 2022
Monday, 14 November 2022 - Sunday, 20 November 2022
Found this YouTube channel last night "Raw Coding" with lots of deep dives into how bits of .NET and ASP.NET Core work youtube.com/@RawCoding #dotnet #aspnetcore
#VisualStudio performance tips: - Disable restoring opened documents - Disable restoring solution explorer state - Disable the source control plugin - Close all unnecessary tool windows It really cut down the solution load time. No more "Not Responding" title 😅
F# Weekly #46, 2022 – ASP.NET Core Perf and new F# Courses
Look at what just arrived from Amazon #dotnet #aspnetcore #signalr
Learn how to move and modernize Windows workloads to #AWS using a combination of strategies including rehosting, replatforming, and refactoring in this 🆕 technical guide. #dotnet 🔗 go.aws/3EhvfQc
On .NET Live - F#: Path to functional enlightenment
Enable Group Policy Settings with Visual Studio Administrative Templates (ADMX)
🚀 Wouldn’t it be nice if you could separate business logic from UI to help migrate ASP.NET Web Forms app to modern cross-platform .NET? #AWS Microservice Extractor now extracts and ports code from Web Forms and WCF to #dotnet on Linux. go.aws/3V10O8l
A reusable generic autocomplete component for Blazor
#AWS X-Ray helps you analyze & debug distributed applications, including monitoring performance of calls to downstream components. In this video, AWS Community Builder @rahulpnath shows how to set up X-Ray for tracing a #dotnet Web API. 👨💻 youtube.com/watch?v=tydJnC…
C# support in Fleet Public Preview | The .NET Tools Blog
The C# keyword you can ONLY use in LINQ, but carefully
C# support in Fleet Public Preview
.NET Developers Building Power Apps with April Dunnam
Keeping your .NET Lambda Function Warm with Provisioned Concurrency | no dogma blog
How to Manage IDisposable Objects in C#
Upgrade Your .NET MAUI App to .NET 7
C# for Babies
TIL you can convert an existing namespace to be file-scoped by simply appending the semicolon (;) 🤓. It reformats your code, removes the enclosing squiggly braces { .. }, and pulls everything left! 💜 @dotnet
.NET 7 Update: Nanoseconds in DateTime in 10 Minutes or Less
Developers, developers, developers! Could you please take a few mins and answer the survey? Pretty please? :)🙏 ❤ aka.ms/dotnetconfsurv… We'd love to get your feedback to help us improve .NET 8. #dotnetconf #dotnet
Announcing .NET MAUI for .NET 7 General Availability
🚀 #AWS announces AWS Lambda tooling support for .NET 7! You can build and deploy .NET 7 applications to Lambda, including apps compiled using #NativeAOT. .NET 7 brings many performance improvements and optimizations. 👉 go.aws/3g5KYdk #dotnet #serverless
What is middleware in ASP .NET Core? Middleware allows us to introduce additional logic before or after executing an HTTP request. There are three approaches to creating middleware: - With Request Delegates - By Convention - Factory-Based #dotnet
How to Use the "Using Static" Feature in C#
15 Ways to Bypass the PowerShell Execution Policy netspi.com/blog/technical… #Pentesting #PowerShell #CyberSecurity #Infosec
Public preview of dev tunnels in Visual Studio for ASP.NET Core projects
Thank you #dotNET community! You’re the best‼️ Be sure to subscribe to our YouTube channel and get technical learning content like these great sessions from the #dotNETConf last week: msft.it/6014dvDQ0
Announcing ASP.NET Core in .NET 7
.NET 7 Update: Creating Tar Files in C# in 10 Minutes or Less
The Way You Publish Apps Is Changing | .NET 7
Distributed Caching In ASP.NET Core With Redis | Introduction
Our EF Core 7 #dotnetconf talk is now available! ⏩ Updating 1000 entities 11 times faster than classic EF6, without changing the data access code. ⏩ With bulk updates, it's 44 times faster! ⏩ Watch now: youtu.be/1U02rnSaz9Q #EntityFramework #DotNet #SQLServer #AzureSQL
Developing mobile apps with Avalonia UI is a joy! The Avalonia extension for both @VisualStudio and @JetBrainsRider includes a XAML previewer, making turning a design into reality a quick and easy process.
C++20 Modules Come to ReSharper C++
How to Return null From a Generic Method in C#?
C# - How to use Polly to do retries | MAKOLYTE
In case you missed the news... It’s here – and it’s blazing fast… Announcing .NET 7, the fastest .NET yet with new enhancements for: 🙌 #dotNETMAUI 🌶️ #ASPNETCore ⛅ Cloud Native 💪 ARM64 🏅 Performance ...and more. See what's new and updated: msft.it/6012dokos
.NET 7 Update: Nullable Models in MVC in 10 Minutes or Less
Blogged: Automatic validation of requests in #aspnet7 using endpoint filters #minimalapis #dotnet benfoster.io/blog/minimal-a…
Every single feature added in C# 11
How fast is really ASP.NET Core? dusted.codes/how-fast-is-re… #dotnet #aspnetcore #csharp #fsharp
Minimal API validation with ASP.NET 7.0 Endpoint Filters
My C# array, tuple, delegate declaration dilemma
Hello, .NET developers and Maui lovers 😎 Many times people asked me to port #CardsView from XF to #dotnetmaui. And every time I replied that I had no time for that... and finally, that day has come! Let me introduce: CardsView.Maui (available on #nuget) github.com/AndreiMisiukev…