Trending

#AspNetCore

Latest posts tagged with #AspNetCore on Bluesky

Posts tagged #AspNetCore

Preview
Minimal APIs: Fix missing OpenAPI response documentation

Swagger missing 404s or response schemas for your Minimal APIs? TypedResults and Produces* metadata make OpenAPI honest and your API contract clear.

#aspnetcore #openapi #minimalapis

0 0 0 0
Post image

How to Implement TOTP-Based 2FA in .NET the Right Way by Milan Jovanović www.youtube.com/watch?v=pNEa... #aspnetcore

0 0 0 0
Preview
ASP.NET Core 2.3 end of support announcement - .NET Blog ASP.NET Core 2.3 will reach end of support on April 7, 2027. Learn what this means for your applications and how to upgrade to a modern supported version of .NET.

#ASPNETCore 2.3 end of support announcement | by Daniel Roth

ift.tt/0YzAu8m

#dotnet #webdev #dotnetcore

0 0 0 0
Preview
ASP.NET Community Standup: Zstandard compression comes to .NET 11

Zstandard (zstd) is a modern, high-performance compression algorithm that's faster than gzip and brotli. Daniel Roth and Radek Zikmund what us through it and .NET 11s support for it in the ASP.NET Community Standup.

#dotnet #aspnetcore #csharp

0 0 0 0
blog post hero image

blog post hero image

From the .NET blog...

In case you missed it earlier...

ASP.NET Core 2.3 end of support announcement
devblogs.microsoft.com/dotnet/aspnet-core-2-3-e... #dotnet #ASPNETCore #Lifecycle #appmodernization #dotnetframework #endofsupport #GitHubCopilot #supportlifecycle

1 0 0 0
Just a moment...

Explore custom session stores for complex objects in ASP.NET Core to enhance application performance and user experience. Dive into the process and benefits of implementing a tailored solution. #DotNet #ASPNETCore

0 0 0 0
Post image

End of support for ASP.NET Core 2.x means no more security fixes or updates. If you’re still on 2.x, schedule an upgrade to a supported .NET/ASP.NET Core release ASAP to stay secure and supported. #dotnet #aspnetcore #security

devblogs.microsoft.com/dotnet/aspne...

0 0 0 0
Post image

Getting Started With Blazor: Build Your First Interactive Web App In C# by Geeky Todd turbogeek.org/getting-star... #aspnetcore #blazor

0 0 0 0
blog post hero image

blog post hero image

From the .NET blog...

ASP.NET Core 2.3 end of support announcement
devblogs.microsoft.com/dotnet/aspnet-core-2-3-e... #dotnet #ASPNETCore #Lifecycle #appmodernization #dotnetframework #endofsupport #GitHubCopilot #supportlifecycle

1 0 0 0
Preview
Using Blazor Sections For Complex Situations Blazor provides a number of helpful utilities to manage content and flows within your application, but at times you may encounter conflicts, especially when individual pages need to override items…

Using Blazor Sections for Complex Situations | by Mitchel Sellers

buff.ly/N8Z9d8N

#blazor #dotnet #aspnetcore #webdev #csharp

2 1 1 0
Preview
Extending Duende IdentityServer Server-Side Sessions with Dynamic User Metadata Stop bloating your authentication cookies. Use Duende IdentityServer server-side sessions and AuthenticationProperties to store dynamic user metadata (like location) on the server, which improves…

Stop bloating your auth cookies! 🍪

Learn how to:
1️⃣ Use IdentityServer server-side sessions and improve performance
2️⃣ Use AuthenticationProperties to store dynamic user metadata (like location)

Article at duende.link/8624kh

#dotnet #aspnetcore

0 1 1 0
Post image

Aspire Docs in Your Terminal (and Your AI's Brain) by David Pine devblogs.microsoft.com/aspire/aspir... #aspnetcore #aspire

0 0 0 0
Preview
🚀 Modernizing .NET — Part 19: Migrating In-Memory Dictionaries to Redis Scale your .NET app by replacing local ConcurrentDictionaries with a distributed Redis cache. Ensure shared state and persistence.

Modernizing .NET Part 19! 🚀

Today we’re swapping local dictionaries for a distributed Redis cache.

✅ Shared state across nodes
✅ Persistent cache (survives restarts)
✅ Built-in expiration (TTL)

medium.com/@michael.kop...
#dotnet #aspnet #aspnetcore #csharp #redis #caching

0 0 0 0
Preview
Give Your AI Coding Assistant Duende Expertise with Agent Skills and MCP Server Announcing Duende Agent Skills and the Duende Documentation MCP Server. Two tools that give AI coding assistants deep knowledge of IdentityServer, BFF, and identity protocols.

We benchmarked our new Duende Agent Skills on deeply specific identity tasks using Claude Opus 4.6. The results? An average improvement of 28%—and up to 60%! 🔥

Give your AI the domain expertise it’s missing: duende.link/87qibs

#identityserver #dotnet #aspnet #aspnetcore

0 0 0 0
Post image

Isaac Levin, Barry Stahl, Joseph Guadagno & Cory House have full-day Workshops at Nebraska.Code() in July.

nebraskacode.amegala.com

#ASPNETCore #RESTfulServices #Blazor #FrontEnd #Cloud #MicrosoftTechnology #DynamicProgramming #Nebraska #GeneticAlgorithms #AI #SoftwareCraftsmanship #TechWorkshop

3 0 0 0
Preview
Application Modernization Future-proof your apps with Duende's identity modernization. Get better security and control while preserving your existing identity logic.

SaaS providers are black boxes. Duende gives you full source access. Step-through to understand exactly how it all works.

Learn how: duende.link/appmodli

#dotnet #aspnet #aspnetcore

1 0 0 0
Just a moment...

Discover why Kestrel makes ASP.NET Core one of the fastest web servers globally. Learn about its efficient request processing pipeline and optimized memory management. Dive into the technical details today! #ASPNETCore #Kestrel

0 0 0 0

Explore the power of unit testing in ASP.NET Core Web API using Moq and xUnit! Learn to efficiently test controllers and services, and enhance your code quality. #ASPNETCore #UnitTesting

0 0 0 0

.NET 10 finally adds native Server-Sent Events. TypedResults.ServerSentEvents() handles headers, buffering, and formatting - no more hand-rolled text/event-stream hacks.

the-runtime.dev/articles/server-sent-eve...

#dotnet #aspnetcore #sse

0 0 0 0
Post image

I love using plugins, and using them with Blazor is no exception!

Read more here:
https://bgh.st/9y9hi2

#aspnetcore #blazor #plugins #csharp

0 0 0 0
Preview
How to Use Response Caching for Faster Results in ASP.NET Core Minimal API - Ottorino Bruni Learn to implement Response Caching in ASP.NET Core Minimal APIs with this step-by-step guide. Explore best practices, usage examples, and how caching enhances API performance and scalability

Speed up your Minimal APIs with Response Caching! ⚡
Serve repeated GET requests instantly from cache → less server load, faster responses, saved bandwidth

#dotnet #aspnetcore #MinimalApis #CSharp #Performance www.ottorinobruni.com/how-to-use-r...

0 0 0 0
Post image

Aspire 13.2: Dashboard Gets Smarter Export and Telemetry by @james.newtonking.com devblogs.microsoft.com/aspire/aspir... #aspnetcore #aspire

1 0 0 0
Preview
Dew Drop Weekly Newsletter #477 - Week Ending April 3, 2026 Dew Drop Weekly Newsletter #477 - Week Ending April 3, 2026

Dew Drop Weekly Newsletter 477 - Week Ending April 3, 2026

zc.vg/ri3JM?m=0

#dewdrop #newsletter #javascript #css #azure #aspnetcore #aspire #windowsdev #xaml #cpp #dotnet #csharp #ai #mcp #agile #devops #appdev #dotnetmaui #podcasts #m365 #sqlserver #data #powershell #cli

3 1 0 0
Preview
Dew Drop Weekly Newsletter #477 - Week Ending April 3, 2026 Dew Drop Weekly Newsletter #477 - Week Ending April 3, 2026

Dew Drop Weekly Newsletter 477 - Week Ending April 3, 2026

zc.vg/ri3JM?m=0

#dewdrop #newsletter #javascript #css #azure #aspnetcore #aspire #windowsdev #xaml #cpp #dotnet #csharp #ai #mcp #agile #devops #appdev #dotnetmaui #podcasts #m365 #sqlserver #data #powershell #cli

0 0 0 0
Preview
Getting Started with gRPC in ASP.NET Core with a Real Example - Ottorino Bruni Learn how to build a gRPC service in ASP.NET Core with a real example. Step-by-step guide with client, server, and shared contracts in .NET

gRPC in ASP.NET Core > slow JSON REST? ⚡
Strongly-typed calls, HTTP/2, binary serialization & streaming
Real-world example + step-by-step guide just dropped!

When do you choose gRPC over REST? 👇

#dotnet #aspnetcore #grpc #csharp #Microservices www.ottorinobruni.com/getting-star...

0 0 0 0
Preview
DEV Community A space to discuss and keep up software development and manage your software career

Mastering Performance Optimization in .NET Core Applications

Is your .NET application slower than it should be? 🤔

📖 Read full article:
👉 [dev.to/niotechone/mastering-per...

🌐 Explore more:
👉 niotechone.com

#dotnet #aspnetcore

1 0 0 0
Post image

We can use plugins in Blazor to extend frontend AND backend functionality.

Read more here:
https://bgh.st/5g3nf0

#aspnetcore #blazor #plugins #csharp

0 0 0 0
Post image

The Entity Framework Extensions: Performance-Focused (Need for Speed) when working with large Datasets by yogihosting www.yogihosting.com/entity-frame... #aspnetcore

0 0 0 0
Preview
ASP.NET Core in 2026 with Daniel Roth ASP.NET Core continues to evolve in 2026! Carl and Richard talk to Daniel Roth about all the goodness in the ASP.NET Core space, including MVC, Razor, and Blazo

.NET Rocks! - #ASPNETCore in 2026 with Daniel Roth and hosts Carl Franklin & Richard Campbell

buff.ly/9iyALTF

#podcast #dotnet #microsoft #webdev #blazor #razorpages #aspnetmvc

0 0 0 0
Post image

How to Implement JWT Authentication in ASP .NET Core by Saurav Kumar www.c-sharpcorner.com/article/how-... #aspnetcore

0 0 0 0