#aspnetcore risultati di ricerca

Performance Tuning in ASP .NET Core: Best Practices for 2025 by @abooarulraj syncfusion.com/blogs/post/per… #aspnetcore

aspnetcore_news's tweet image. Performance Tuning in ASP .NET Core: Best Practices for 2025 by @abooarulraj syncfusion.com/blogs/post/per… #aspnetcore

Stop Letting Your Controllers Talk to SQL: Layered Architecture in ASP .NET Core by @cwoodruff woodruff.dev/stop-letting-y… #aspnetcore

aspnetcore_news's tweet image. Stop Letting Your Controllers Talk to SQL: Layered Architecture in ASP .NET Core by @cwoodruff woodruff.dev/stop-letting-y… #aspnetcore

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…


Optimizing Rendering and Reconciliation in Large Blazor Apps by Mladen Macanović blazorise.com/blog/optimizin… #aspnetcore #blazor

aspnetcore_news's tweet image. Optimizing Rendering and Reconciliation in Large Blazor Apps by Mladen Macanović blazorise.com/blog/optimizin… #aspnetcore #blazor

Enterprise Patterns for ASP .NET Core Minimal API: Transaction Script Pattern – The Shortcut That Quietly Reshapes Your System by @cwoodruff woodruff.dev/enterprise-pat… #aspnetcore

aspnetcore_news's tweet image. Enterprise Patterns for ASP .NET Core Minimal API: Transaction Script Pattern – The Shortcut That Quietly Reshapes Your System by @cwoodruff woodruff.dev/enterprise-pat… #aspnetcore

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

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

#dotnet #aspnetcore

🚀 Wow! Looks like the .NET 10 packages landed 3 hours ago! #dotnet #aspnetcore #efcore

marcominerva's tweet image. 🚀 Wow! Looks like the .NET 10 packages landed 3 hours ago! #dotnet #aspnetcore #efcore

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

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

💻 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

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…

Inside Kestrel: The Beating Heart of ASP .NET Core by @joshibipin binaryintellect.net/articles/9e5a3… #aspnetcore

aspnetcore_news's tweet image. Inside Kestrel: The Beating Heart of ASP .NET Core by @joshibipin binaryintellect.net/articles/9e5a3… #aspnetcore

The 2025 Q4 Release is LIVE! 📢🥳 Get ready for #AI behaves like a teammate, generating full UI layouts & refining code on the fly. 🤖 ✨ Featuring the Agentic UI Generator, Prompt-Controlled DataGrid in #Blazor & #ASPNETCore, day-zero support for #dotNET 10 & tons more! Come…

Telerik's tweet image. The 2025 Q4 Release is LIVE! 📢🥳 

Get ready for #AI behaves like a teammate, generating full UI layouts & refining code on the fly. 🤖 ✨

Featuring the Agentic UI Generator, Prompt-Controlled DataGrid in #Blazor & #ASPNETCore, day-zero support for #dotNET 10 & tons more!

Come…

Blazor and .NET 10: Breaking Changes, Fixes, and New Features by @funkysi1701 funkysi1701.com/posts/2025/bla… #aspnetcore #blazor

aspnetcore_news's tweet image. Blazor and .NET 10: Breaking Changes, Fixes, and New Features by @funkysi1701 funkysi1701.com/posts/2025/bla… #aspnetcore #blazor

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

🔥 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…

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…

How to upgrade .NET application to .NET 10 by Remigiusz Zalewski medium.com/@remigiuszzale… #aspnetcore

aspnetcore_news's tweet image. How to upgrade .NET application to .NET 10 by Remigiusz Zalewski medium.com/@remigiuszzale… #aspnetcore

Cartesian Explosion and Split Query in Entity Framework Core ravindradevrani.com/posts/cartesia… #dotnet #aspnetcore

ravi_devrani's tweet image. Cartesian Explosion and Split Query in Entity Framework Core
ravindradevrani.com/posts/cartesia…

#dotnet #aspnetcore

ICYMI: (07/01/2020): "No route matches the supplied values." RTs and feedback are always appreciated! jjg.me/2ApfLgg #WebAPI #ASPNETCore #MVC #ASPNETCoreMVC


I had to create my own #angular serving middleware in #aspnetcore 10 because I need to serve multiple angular apps that use multiple locales. And I learned today that enabling brotli compression in #dotnet results in HUGE response times for static files (like .js). #dotnet10


💼 Senior Full Stack Developer at Function Health 📍 Canada, KY 💰 $160,000-197,000 🛠️ #itjobs #techhiring #aspnetcore #csharp #vue #azure 🔗 applyfirst.app/jobs/e28e8251-…


💼 Senior Backend Engineer - Tools and Automation at Gametime 📍 United States 💰 $160,000-197,000 🛠️ #remotejobs #careers #aspnetcore #csharp #vue #azure 🔗 applyfirst.app/jobs/fe4b9212-…


Announcing ASP .NET Core OData 10.0.0 Preview 1 by @Samuel Wanjohi devblogs.microsoft.com/odata/announci… #aspnetcore

aspnetcore_news's tweet image. Announcing ASP .NET Core OData 10.0.0 Preview 1 by @Samuel Wanjohi devblogs.microsoft.com/odata/announci… #aspnetcore

Performance Tuning in ASP .NET Core: Best Practices for 2025 by @abooarulraj syncfusion.com/blogs/post/per… #aspnetcore

aspnetcore_news's tweet image. Performance Tuning in ASP .NET Core: Best Practices for 2025 by @abooarulraj syncfusion.com/blogs/post/per… #aspnetcore

How do browsers determine what kind of content they're displaying? It's usually through the Content-Type header. But what happens when that's missing or incorrect? It can be a serious security risk! Let's see how to fix this in #aspnetcore youtu.be/kSaSb2hBbyk #dotnet

DuendeIdentity's tweet card. Understanding the X-Content-Type-Options Header

youtube.com

YouTube

Understanding the X-Content-Type-Options Header


ASP.NET Core is packed with new 2026 features—but which ones matter? Our blog highlights the top updates for CTOs. 👉 Read now! coders.dev/blog/the-best-… #ASPNETCore #TechUpdates #CTOInsights #codersdev

dev_coders's tweet image. ASP.NET Core is packed with new 2026 features—but which ones matter?

Our blog highlights the top updates for CTOs.

👉 Read now!

coders.dev/blog/the-best-…

#ASPNETCore #TechUpdates #CTOInsights #codersdev

Enterprise Patterns for ASP .NET Core Minimal API: Transaction Script Pattern – The Shortcut That Quietly Reshapes Your System by @cwoodruff woodruff.dev/enterprise-pat… #aspnetcore

aspnetcore_news's tweet image. Enterprise Patterns for ASP .NET Core Minimal API: Transaction Script Pattern – The Shortcut That Quietly Reshapes Your System by @cwoodruff woodruff.dev/enterprise-pat… #aspnetcore

Minimal API Data Validation Changes in .NET 10 by @IAmTimCorey youtube.com/watch?v=sW_AcN… #aspnetcore

aspnetcore_news's tweet image. Minimal API Data Validation Changes in .NET 10 by @IAmTimCorey youtube.com/watch?v=sW_AcN… #aspnetcore

Great session with the @UofGlasgow on ASP.NET Core Web API! Appreciate the amazing feedback—especially on the hands-on labs and approachable instructor. Always a pleasure helping devs level up. #dotnetcore #aspnetcore #webapi

FrameworkTrain's tweet image. Great session with the @UofGlasgow on ASP.NET Core Web API!
Appreciate the amazing feedback—especially on the hands-on labs and approachable instructor.

Always a pleasure helping devs level up.

#dotnetcore #aspnetcore #webapi

🔥 Want to stay ahead in web development? Check out “Understanding the Old vs New ASP.NET Core Pipeline: A Complete Guide” by @IamCkNitin. 🚀 Don’t miss the edge before everyone else - read the article here👉 c-sharpcorner.com/article/unders… #ASPNetCore #DotNet #WebDev

CsharpCorner's tweet image. 🔥 Want to stay ahead in web development? Check out “Understanding the Old vs New ASP.NET Core Pipeline: A Complete Guide” by @IamCkNitin.

🚀 Don’t miss the edge before everyone else - read the article here👉 c-sharpcorner.com/article/unders…

#ASPNetCore #DotNet #WebDev…

🚀 Wow! Looks like the .NET 10 packages landed 3 hours ago! #dotnet #aspnetcore #efcore

marcominerva's tweet image. 🚀 Wow! Looks like the .NET 10 packages landed 3 hours ago! #dotnet #aspnetcore #efcore

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

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

#dotnet #aspnetcore

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

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

Performance Tuning in ASP .NET Core: Best Practices for 2025 by @abooarulraj syncfusion.com/blogs/post/per… #aspnetcore

aspnetcore_news's tweet image. Performance Tuning in ASP .NET Core: Best Practices for 2025 by @abooarulraj syncfusion.com/blogs/post/per… #aspnetcore

Optimizing Rendering and Reconciliation in Large Blazor Apps by Mladen Macanović blazorise.com/blog/optimizin… #aspnetcore #blazor

aspnetcore_news's tweet image. Optimizing Rendering and Reconciliation in Large Blazor Apps by Mladen Macanović blazorise.com/blog/optimizin… #aspnetcore #blazor

Inside Kestrel: The Beating Heart of ASP .NET Core by @joshibipin binaryintellect.net/articles/9e5a3… #aspnetcore

aspnetcore_news's tweet image. Inside Kestrel: The Beating Heart of ASP .NET Core by @joshibipin binaryintellect.net/articles/9e5a3… #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…

🚀 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…

The 2025 Q4 Release is LIVE! 📢🥳 Get ready for #AI behaves like a teammate, generating full UI layouts & refining code on the fly. 🤖 ✨ Featuring the Agentic UI Generator, Prompt-Controlled DataGrid in #Blazor & #ASPNETCore, day-zero support for #dotNET 10 & tons more! Come…

Telerik's tweet image. The 2025 Q4 Release is LIVE! 📢🥳 

Get ready for #AI behaves like a teammate, generating full UI layouts & refining code on the fly. 🤖 ✨

Featuring the Agentic UI Generator, Prompt-Controlled DataGrid in #Blazor & #ASPNETCore, day-zero support for #dotNET 10 & tons more!

Come…

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

🎓 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

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!

Dependency Injection and IoC in ASP .NET Core: A Professional Guide by Szymon Pacholski medium.com/@spacholski99/… #aspnetcore

aspnetcore_news's tweet image. Dependency Injection and IoC in ASP .NET Core: A Professional Guide by Szymon Pacholski medium.com/@spacholski99/… #aspnetcore

🔥 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…

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 👀

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…

How to upgrade .NET application to .NET 10 by Remigiusz Zalewski medium.com/@remigiuszzale… #aspnetcore

aspnetcore_news's tweet image. How to upgrade .NET application to .NET 10 by Remigiusz Zalewski medium.com/@remigiuszzale… #aspnetcore

Loading...

Something went wrong.


Something went wrong.


United States Trends