Week 20, 2024
Monday, 13 May 2024 - Sunday, 19 May 2024
Build A Generative AI App In C# With Phi-3-mini LLM And ONNX | Build5Nines
Entity Framework is not slow! You're probably just using it wrong ... Efficient Querying ⬇ learn.microsoft.com/en-us/ef/core/… Efficient Updating ⬇️ learn.microsoft.com/en-us/ef/core/… #dotnet
ILGPU: Write GPU programs with C# and F#
ILGPU: Write GPU programs with C# and F#
Where should new developers start today? What should they learn to set themselves up for a successful career? Scott Hanselman, @shanselman, recommends they become 'T-shaped developers'. Learn more from Scott at #MSBuild: msft.it/6010Ykvm6 #dotNET #OneDevQuestion
#PowerShell tip of the day: Use a filter instead of a function for processing pipeline input. Filters are designed to handle pipeline input and are faster and less memory-intensive than functions.
A practical introduction to OpenTelemetry for .NET developers (+ Aspire Dashboard)
Uno Platform: One UI to Rule Them All with Martin Zikmund
I use #PowerShell Get-WinEvent for analysing event logs rather than eventvwr but it can be tricky with multiline messages in a grid view so here's a way to make them onto 1 line (5K screen helps!😊). This queries both DCs in my lab too.
Improve your code quality with GitHub Copilot in Visual Studio
Upload File From URL To Azure Blob Storage Using Azure CLI With Bash And PowerShell | Build5Nines
Swagger is Going Away in .NET 9!
Oren Eini – Building a Database Engine in C# and .NET – June 18th Livestream
CQRS and MediatR in ASP .NET Core - Building Scalable Systems by @iammukeshm codewithmukesh.com/blog/cqrs-and-… #aspnetcore
.NET and .NET Framework May 2024 Servicing Updates
#PowerShell tip of the day: Parse semantic versions and software version data using [semver] and [version].
Get Ready for Visual Studio at Build 2024: Join Thousands Online!
Assembly scanning in .NET is great for Dependency Injection
Localization in .NET console and desktop apps
Localization in .NET console and desktop apps
Json Schema Patterns in .NET - Mapping input and output values
Json Schema Patterns in .NET - Maps of strings to strongly typed values
Json Schema Patterns in .NET - Numeric enumerations and pattern matching
Json Schema Patterns in .NET - Enumerations and pattern matching
Json Schema Patterns in .NET - Polymorphism with discriminator properties
Json Schema Patterns in .NET - Pattern matching and discriminated unions
Json Schema Patterns in .NET - Interfaces and mix-in types
Json Schema Patterns in .NET - Creating tuples
Json Schema Patterns in .NET - Working with tensors
Json Schema Patterns in .NET - Creating an array of higher rank
Json Schema Patterns in .NET - Creating a strongly typed array
Json Schema Patterns in .NET - Constraining a base type
Json Schema Patterns in .NET - Extending a base type
Json Schema Patterns in .NET - Open vs. Closed Types
Json Schema Patterns in .NET - Reusing Common Types
Json Schema Patterns in .NET - Data Object Validation
Json Schema Patterns in .NET - Data Object
Span<T> is what makes System.Text.Json so fast because it makes zero allocations. In facts it’s one of the factors of why #dotnet is so fast. But how does it work? 🚧 What magic is hidden inside span? 🔮 It’s simple really. Or at least it will appear so after watching this…
Announcing NuGet Commands in C# Dev Kit
.NET and .NET Core official support policy
StringSyntax attribute example 💡 The StringSyntax Attribute (.NET 7+) allows us to tell Visual Studio what kind of string (e.g. regex, datetime format, JSON etc.) we are working with in order to get correct intellisense and highlighting. Have you used it yet? #dotnet
C# 12's Secret Feature | .NET Tips 8
An introduction to primary constructors in C#12
Release v6.6.1 · domaindrivendev/Swashbuckle.AspNetCore
Mastering Slash Commands with GitHub Copilot in Visual Studio
New version of aspir8 can take an aspire app and run it in k8s without emitting manifests: #dotnet #aspire #kubernetes #cloudnative
ASP.NET Core, SSR Web Components, and Enhance Wasm
What’s new in Orleans 8 for Scalable Distributed Applications
A Complete .NET Developer's Guide to Span with Stephen Toub
#PowerShell tip of the day: Need a quick way to parse an email address? Use the [mailaddress] type accelerator.