#aspnetcore 搜尋結果

Many new metrics are coming in #aspnetcore .NET 10.

JamesNK's tweet image. Many new metrics are coming in #aspnetcore .NET 10.

.NET Aspire 6: Deployment Using Azure Container Apps by @daveabrock daveabrock.com/2025/10/21/net… #aspnetcore

aspnetcore_news's tweet image. .NET Aspire 6: Deployment Using Azure Container Apps by @daveabrock daveabrock.com/2025/10/21/net… #aspnetcore

Securing Your ASP .NET Core App with Authorization Fallback Policy by Bart Wullems bartwullems.blogspot.com/2025/10/securi… #aspnetcore

aspnetcore_news's tweet image. Securing Your ASP .NET Core App with Authorization Fallback Policy by Bart Wullems bartwullems.blogspot.com/2025/10/securi… #aspnetcore

Uploading Large files to the cloud is not as simple as you think! Users were trying to upload massive files — 1GB, sometimes more — and our #aspnetcore backend couldn’t keep up. Uploads were slow, unreliable, and were eating up server resources. At first, we streamed everything…

iammukeshm's tweet image. Uploading Large files to the cloud is not as simple as you think!

Users were trying to upload massive files — 1GB, sometimes more — and our #aspnetcore backend couldn’t keep up. Uploads were slow, unreliable, and were eating up server resources.

At first, we streamed everything…

Proud to what we built 10 years ago! #dotnet #aspnetcore

davidfowl's tweet image. Proud to what we built 10 years ago!

#dotnet #aspnetcore

I published a complete course on building #aspnetcore 9 Web APIs the right way — using Entity Framework Core and DDD principles. Most API tutorials show you how to make things work. This one is about building APIs that scale, stay maintainable, and follow best practices from…

iammukeshm's tweet image. I published a complete course on building #aspnetcore 9 Web APIs the right way — using Entity Framework Core and DDD principles.

Most API tutorials show you how to make things work.  
This one is about building APIs that scale, stay maintainable, and follow best practices from…

Say hello to your new best friend: the Telerik UI for #ASPNETCore AI Coding Assistant! 🤖 This purpose-built tool is trained on over 110 components to generate high-quality, production-ready code so you can spend less time fixing & more time delivering features faster than ever…


How to fix ASP .NET Core Vulnerability HTTP request smuggling bug scores 9.9 by @AronMolnar2 metadataconsulting.blogspot.com/2025/10/How-to… #aspnetcore

aspnetcore_news's tweet image. How to fix ASP .NET Core Vulnerability HTTP request smuggling bug scores 9.9 by @AronMolnar2 metadataconsulting.blogspot.com/2025/10/How-to… #aspnetcore

💻 Ready to modernize legacy .NET apps? In "Migrating ASP.NET Web Forms & MVC to Core", I walk you through upgrading MVC and Web Forms apps to Core. 🔗 bit.ly/3KMo4GA #DotNet #ASPNETCore #LegacyMigration

JTowerMI's tweet image. 💻 Ready to modernize legacy .NET apps?

In "Migrating ASP.NET Web Forms & MVC to  Core", I walk you through upgrading MVC and Web Forms apps to  Core.

🔗 bit.ly/3KMo4GA

#DotNet #ASPNETCore #LegacyMigration

A while ago, we ran into a strange issue in one of our #aspnetcore apps. We had a global exception handler in place. Everything looked fine on paper. But somehow, certain exceptions were slipping through. No logs. No custom error responses. Just raw 500s hitting the client. We…

iammukeshm's tweet image. A while ago, we ran into a strange issue in one of our #aspnetcore apps.

We had a global exception handler in place. Everything looked fine on paper. But somehow, certain exceptions were slipping through. No logs. No custom error responses. Just raw 500s hitting the client.

We…

🔥 Handling exceptions in .NET 8 just got better! Say hello to IExceptionHandler — the new recommended approach for global exception handling in #aspnetcore. 💡 What's awesome about it? ➡️ Implement a single method: TryHandleAsync ➡️ Work directly with HttpContext & error…

iammukeshm's tweet image. 🔥 Handling exceptions in .NET 8 just got better!

Say hello to IExceptionHandler — the new recommended approach for global exception handling in #aspnetcore.

💡 What's awesome about it?

➡️ Implement a single method: TryHandleAsync
➡️ Work directly with HttpContext & error…

Heads up, #dotnet developers! 🚀 .NET 10 is a great time to upgrade your application and its dependencies. In this post, we look at key .NET 10 breaking changes you need to know about for a smooth upgrade. 👉 duende.link/89qegla #aspnetcore


Day #8 of .NET Web API Zero to Hero: Filters in #aspnetcore A few years ago, I built an API with ~40+ endpoints. Every action had repeated code — logging, model validation, response shaping. Messy, bloated, and unmaintainable. That’s when I discovered Filters. They changed…

iammukeshm's tweet image. Day #8 of .NET Web API Zero to Hero: Filters in #aspnetcore

A few years ago, I built an API with ~40+ endpoints.  
Every action had repeated code — logging, model validation, response shaping.  
Messy, bloated, and unmaintainable.

That’s when I discovered Filters.

They changed…

🚀 Just launched a new API + UI combo under the APIverse project! 🔐 Generate precise 10-digit location codes with the DigiPin Generator API — fast, simple, and no user data stored. Read the full story + try it live 👇 🌐 code-town.blogspot.com/2025/06/digipi… #dotnet #WebAPI #ASPNetCore

its_ShubhamK's tweet image. 🚀 Just launched a new API + UI combo under the APIverse project!

🔐 Generate precise 10-digit location codes with the DigiPin Generator API — fast, simple, and no user data stored.

Read the full story + try it live 👇
🌐 code-town.blogspot.com/2025/06/digipi…

#dotnet #WebAPI #ASPNetCore…

Been using razor components + minimal apis for simple server rendered web apps. #dotnet #aspnetcore

davidfowl's tweet image. Been using razor components + minimal apis for simple server rendered web apps.

#dotnet #aspnetcore
davidfowl's tweet image. Been using razor components + minimal apis for simple server rendered web apps.

#dotnet #aspnetcore

Understanding the worst .NET vulnerability ever: request smuggling and CVE-2025-55315 by @andrewlocknet andrewlock.net/understanding-… #aspnetcore

aspnetcore_news's tweet image. Understanding the worst .NET vulnerability ever: request smuggling and CVE-2025-55315 by @andrewlocknet andrewlock.net/understanding-… #aspnetcore

Need to learn all about authorization for MCP servers? 🤔 That's what the #ASPNETCore Community Standup is for! Dive into the MCP authorization flow together with @danroth27 & @mkistler82: prgress.co/42ODh0b

Telerik's tweet image. Need to learn all about authorization for MCP servers? 🤔 

That's what the #ASPNETCore Community Standup is for!

Dive into the MCP authorization flow together with @danroth27 & @mkistler82: prgress.co/42ODh0b

Blogged: Understanding the worst .NET vulnerability ever: request smuggling and CVE-2025-55315 andrewlock.net/understanding-… In this post I discuss request smuggling, the recent vulnerability in #AspNetCore with a severity score of 9.9, and how attackers could exploit it #dotnet


Null values sabotaging your app? No more! 💥 Here's an awesome guide to preventing common problems by @AssisZang! Learn about the Null Object Pattern & other best practices that will help you create more robust #ASPNETCore apps: prgress.co/4mYsJU4

Telerik's tweet image. Null values sabotaging your app? No more! 💥 

Here's an awesome guide to preventing common problems by @AssisZang! 

Learn about the Null Object Pattern & other best practices that will help you create more robust #ASPNETCore apps: prgress.co/4mYsJU4

Middleware runs in the order registered. wrong order = broken auth, security, or routing. ✅ Recommended order: 1. Exception & Security 2. Static Files 3. Routing 4. CORS 5. AuthN/AuthZ 6. Custom Middleware 7. Endpoints #dotnet #aspnetcore #devtips

elliot1one's tweet image. Middleware runs in the order registered.

wrong order = broken auth, security, or routing.

✅ Recommended order:

1. Exception & Security
2. Static Files
3. Routing
4. CORS
5. AuthN/AuthZ
6. Custom Middleware
7. Endpoints

#dotnet #aspnetcore #devtips
elliot1one's tweet image. Middleware runs in the order registered.

wrong order = broken auth, security, or routing.

✅ Recommended order:

1. Exception & Security
2. Static Files
3. Routing
4. CORS
5. AuthN/AuthZ
6. Custom Middleware
7. Endpoints

#dotnet #aspnetcore #devtips

Securing Your ASP .NET Core App with Authorization Fallback Policy by Bart Wullems bartwullems.blogspot.com/2025/10/securi… #aspnetcore

aspnetcore_news's tweet image. Securing Your ASP .NET Core App with Authorization Fallback Policy by Bart Wullems bartwullems.blogspot.com/2025/10/securi… #aspnetcore

Build, deploy & scale your ASP.NET applications with ValueHosted’s powerful Windows Hosting. Experience unmatched uptime, speed, and security. All in one place! bit.ly/3HOCJA4 #ValueHosted #ASPNETCore #WindowsHosting #DotNetDevelopers #HostingSolutions

Valuehosted's tweet image. Build, deploy & scale your ASP.NET applications with ValueHosted’s powerful Windows Hosting.
Experience unmatched uptime, speed, and security. All in one place!

bit.ly/3HOCJA4

#ValueHosted #ASPNETCore #WindowsHosting #DotNetDevelopers #HostingSolutions

Novo vídeo no Canal .NET -> Concorrência e Paralelismo em .NET: a classe Lock, Semáforos, cenários de uso... -- Link: youtube.com/watch?v=UTSqzu… C/ @brunobritodev #dotnet #csharp #aspnetcore #concurrency #parallelism #lock #semaphoreslim #parallel #csharp13 #dotnet7 #visualstudio

RenatoGroff's tweet image. Novo vídeo no Canal .NET -> Concorrência e Paralelismo em .NET: a classe Lock, Semáforos, cenários de uso... -- Link: youtube.com/watch?v=UTSqzu…

C/ @brunobritodev 

#dotnet #csharp #aspnetcore #concurrency #parallelism #lock #semaphoreslim #parallel #csharp13 #dotnet7 #visualstudio

Heads up, #dotnet developers! 🚀 .NET 10 is a great time to upgrade your application and its dependencies. In this post, we look at key .NET 10 breaking changes you need to know about for a smooth upgrade. 👉 duende.link/89qegla #aspnetcore


How to fix ASP .NET Core Vulnerability HTTP request smuggling bug scores 9.9 by @AronMolnar2 metadataconsulting.blogspot.com/2025/10/How-to… #aspnetcore

aspnetcore_news's tweet image. How to fix ASP .NET Core Vulnerability HTTP request smuggling bug scores 9.9 by @AronMolnar2 metadataconsulting.blogspot.com/2025/10/How-to… #aspnetcore

.NET Aspire 6: Deployment Using Azure Container Apps by @daveabrock daveabrock.com/2025/10/21/net… #aspnetcore

aspnetcore_news's tweet image. .NET Aspire 6: Deployment Using Azure Container Apps by @daveabrock daveabrock.com/2025/10/21/net… #aspnetcore

🔗 Middleware order = execution order in ASP.NET Core Error handling → Forwarded headers → CORS → Routing → Auth → Authorization → Logic Get this wrong and your auth silently doesn't work 🔓 #aspnetcore #dotnet


Task Scheduling and Background Services in Blazor Server by Mladen Macanović blazorise.com/blog/task-sche… #aspnetcore #blazor

aspnetcore_news's tweet image. Task Scheduling and Background Services in Blazor Server by Mladen Macanović blazorise.com/blog/task-sche… #aspnetcore #blazor

.NET tiene una solución integrada muy poderosa que pocos conocen: System.Threading.Channels En este post escribí como controlar un Background Service desde un API utilizando Channels. #dotnet #csharp #aspnetcore dev.to/isaacojeda/sis…


Add request logging to a database in an ASP .NET Core Web API by @RoundTheCode roundthecode.com/dotnet-tutoria… #aspnetcore

aspnetcore_news's tweet image. Add request logging to a database in an ASP .NET Core Web API by @RoundTheCode roundthecode.com/dotnet-tutoria… #aspnetcore

Understanding the worst .NET vulnerability ever: request smuggling and CVE-2025-55315 by @andrewlocknet andrewlock.net/understanding-… #aspnetcore

aspnetcore_news's tweet image. Understanding the worst .NET vulnerability ever: request smuggling and CVE-2025-55315 by @andrewlocknet andrewlock.net/understanding-… #aspnetcore

Microsoft fixes one of its "highest ever" rated security flaws - here's what happened by Sead Fadilpašić techradar.com/pro/security/m… #aspnetcore

aspnetcore_news's tweet image. Microsoft fixes one of its "highest ever" rated security flaws - here's what happened by Sead Fadilpašić techradar.com/pro/security/m… #aspnetcore

Many new metrics are coming in #aspnetcore .NET 10.

JamesNK's tweet image. Many new metrics are coming in #aspnetcore .NET 10.

Proud to what we built 10 years ago! #dotnet #aspnetcore

davidfowl's tweet image. Proud to what we built 10 years ago!

#dotnet #aspnetcore

I published a complete course on building #aspnetcore 9 Web APIs the right way — using Entity Framework Core and DDD principles. Most API tutorials show you how to make things work. This one is about building APIs that scale, stay maintainable, and follow best practices from…

iammukeshm's tweet image. I published a complete course on building #aspnetcore 9 Web APIs the right way — using Entity Framework Core and DDD principles.

Most API tutorials show you how to make things work.  
This one is about building APIs that scale, stay maintainable, and follow best practices from…

.NET Aspire 6: Deployment Using Azure Container Apps by @daveabrock daveabrock.com/2025/10/21/net… #aspnetcore

aspnetcore_news's tweet image. .NET Aspire 6: Deployment Using Azure Container Apps by @daveabrock daveabrock.com/2025/10/21/net… #aspnetcore

Need to learn all about authorization for MCP servers? 🤔 That's what the #ASPNETCore Community Standup is for! Dive into the MCP authorization flow together with @danroth27 & @mkistler82: prgress.co/42ODh0b

Telerik's tweet image. Need to learn all about authorization for MCP servers? 🤔 

That's what the #ASPNETCore Community Standup is for!

Dive into the MCP authorization flow together with @danroth27 & @mkistler82: prgress.co/42ODh0b

Securing Your ASP .NET Core App with Authorization Fallback Policy by Bart Wullems bartwullems.blogspot.com/2025/10/securi… #aspnetcore

aspnetcore_news's tweet image. Securing Your ASP .NET Core App with Authorization Fallback Policy by Bart Wullems bartwullems.blogspot.com/2025/10/securi… #aspnetcore

ASP .NET Web API – Token Based Authentication Tutorial by Beau Carnes youtube.com/watch?v=QSFWSj… #aspnetcore

aspnetcore_news's tweet image. ASP .NET Web API – Token Based Authentication Tutorial by Beau Carnes youtube.com/watch?v=QSFWSj… #aspnetcore

🚀 Just launched a new API + UI combo under the APIverse project! 🔐 Generate precise 10-digit location codes with the DigiPin Generator API — fast, simple, and no user data stored. Read the full story + try it live 👇 🌐 code-town.blogspot.com/2025/06/digipi… #dotnet #WebAPI #ASPNetCore

its_ShubhamK's tweet image. 🚀 Just launched a new API + UI combo under the APIverse project!

🔐 Generate precise 10-digit location codes with the DigiPin Generator API — fast, simple, and no user data stored.

Read the full story + try it live 👇
🌐 code-town.blogspot.com/2025/06/digipi…

#dotnet #WebAPI #ASPNetCore…

🚀 Simplify Configuration Management in #aspnetcore! Are you still relying on IConfiguration everywhere in your #aspnetcore app? 🛑 Stop scattering your config access! Say hello to the Options Pattern – the elegant way to: ✅ Bind strongly-typed settings from appsettings.json…

iammukeshm's tweet image. 🚀 Simplify Configuration Management in #aspnetcore!

Are you still relying on IConfiguration everywhere in your #aspnetcore app? 🛑 Stop scattering your config access!

Say hello to the Options Pattern – the elegant way to:
 ✅ Bind strongly-typed settings from appsettings.json…

Task Scheduling and Background Services in Blazor Server by Mladen Macanović blazorise.com/blog/task-sche… #aspnetcore #blazor

aspnetcore_news's tweet image. Task Scheduling and Background Services in Blazor Server by Mladen Macanović blazorise.com/blog/task-sche… #aspnetcore #blazor

🎓 My newest course just dropped! "Migrating ASP.NET Web APIs → Core" Get strategies, advice, and demos of updating your Web API solutions to Core. 🔗 dometrain.com/course/migrati… #dotnet #aspnetcore #csharp #webapi

JTowerMI's tweet image. 🎓 My newest course just dropped!
"Migrating ASP.NET Web APIs →  Core"

Get strategies, advice, and demos of updating your Web API solutions to  Core.

🔗 dometrain.com/course/migrati…

#dotnet #aspnetcore #csharp #webapi

Just wrapping up writing a blog post I'm going to publish next week about the new OpenAPI support in #aspnetcore 👀

martin_costello's tweet image. Just wrapping up writing a blog post I'm going to publish next week about the new OpenAPI support in #aspnetcore 👀

How to fix ASP .NET Core Vulnerability HTTP request smuggling bug scores 9.9 by @AronMolnar2 metadataconsulting.blogspot.com/2025/10/How-to… #aspnetcore

aspnetcore_news's tweet image. How to fix ASP .NET Core Vulnerability HTTP request smuggling bug scores 9.9 by @AronMolnar2 metadataconsulting.blogspot.com/2025/10/How-to… #aspnetcore

Been using razor components + minimal apis for simple server rendered web apps. #dotnet #aspnetcore

davidfowl's tweet image. Been using razor components + minimal apis for simple server rendered web apps.

#dotnet #aspnetcore
davidfowl's tweet image. Been using razor components + minimal apis for simple server rendered web apps.

#dotnet #aspnetcore

It’s @DamianEdwards getting ready for his #AspNetCore with native AOT session for #dotNETConf!

jglozano's tweet image. It’s @DamianEdwards getting ready for his #AspNetCore with native AOT session for #dotNETConf!

What Blazor UI packages are you using for components? Read more here: devleader.ca/2024/03/20/mud… #Blazor #ASPNETCore #DotNet #CSharp

DevLeaderCa's tweet image. What Blazor UI packages are you using for components?

Read more here:
devleader.ca/2024/03/20/mud…

#Blazor #ASPNETCore #DotNet #CSharp

🔥 Handling exceptions in .NET 8 just got better! Say hello to IExceptionHandler — the new recommended approach for global exception handling in #aspnetcore. 💡 What's awesome about it? ➡️ Implement a single method: TryHandleAsync ➡️ Work directly with HttpContext & error…

iammukeshm's tweet image. 🔥 Handling exceptions in .NET 8 just got better!

Say hello to IExceptionHandler — the new recommended approach for global exception handling in #aspnetcore.

💡 What's awesome about it?

➡️ Implement a single method: TryHandleAsync
➡️ Work directly with HttpContext & error…

Loading...

Something went wrong.


Something went wrong.


United States Trends