#aspnetcore hasil pencarian

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

Real-Time Blazor Apps: Integrating SignalR and Blazorise Notifications by @Blazorise blazorise.com/blog/real-time… #aspnetcore #blazor

aspnetcore_news's tweet image. Real-Time Blazor Apps: Integrating SignalR and Blazorise Notifications by @Blazorise blazorise.com/blog/real-time… #aspnetcore #blazor

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

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

Forgot to add the [Authorize] attribute to your controllers? 😬 That simple mistake can open up massive security holes in your #ASPNETCore backend! Luckily, @wullemsb shows you how to flip the script & make authentication the default for your entire app: ⤵️…


.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

How to Improve Developer Experience in Microservices Applications with .NET Aspire by @emidowojo freecodecamp.org/news/improve-d… #aspnetcore

aspnetcore_news's tweet image. How to Improve Developer Experience in Microservices Applications with .NET Aspire by @emidowojo freecodecamp.org/news/improve-d… #aspnetcore

Updating our Blazor site to .NET 10 Part 1! - Getting the template ready by Coding After Work youtube.com/watch?v=YkiInV… #aspnetcore #blazor

aspnetcore_news's tweet image. Updating our Blazor site to .NET 10 Part 1! - Getting the template ready by Coding After Work youtube.com/watch?v=YkiInV… #aspnetcore #blazor

Use swiyu, the Swiss E-ID to authenticate users with Duende and .NET Aspire by @damien_bod damienbod.com/2025/10/27/use… #aspnetcore

aspnetcore_news's tweet image. Use swiyu, the Swiss E-ID to authenticate users with Duende and .NET Aspire by @damien_bod damienbod.com/2025/10/27/use… #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

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

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…


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

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

#dotnet #aspnetcore

If microfrontends are causing more pain than gain, then this guide by Sudhir Mangla on survivable architecture is just what the doctor ordered! 🩺 Explore practical tooling: Module Federation for composition, Web Components for design & #ASPNETCore BFF contracts for edge APIs:…

Telerik's tweet image. If microfrontends are causing more pain than gain, then this guide by Sudhir Mangla on survivable architecture is just what the doctor ordered! 🩺

Explore practical tooling: Module Federation for composition, Web Components for design & #ASPNETCore BFF contracts for edge APIs:…

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

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…

Building Fast Serverless APIs With Minimal APIs on AWS Lambda by @mjovanovictech milanjovanovic.tech/blog/building-… #aspnetcore

aspnetcore_news's tweet image. Building Fast Serverless APIs With Minimal APIs on AWS Lambda by @mjovanovictech milanjovanovic.tech/blog/building-… #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

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…

Forgot to add the [Authorize] attribute to your controllers? 😬 That simple mistake can open up massive security holes in your #ASPNETCore backend! Luckily, @wullemsb shows you how to flip the script & make authentication the default for your entire app: ⤵️…


If microfrontends are causing more pain than gain, then this guide by Sudhir Mangla on survivable architecture is just what the doctor ordered! 🩺 Explore practical tooling: Module Federation for composition, Web Components for design & #ASPNETCore BFF contracts for edge APIs:…

Telerik's tweet image. If microfrontends are causing more pain than gain, then this guide by Sudhir Mangla on survivable architecture is just what the doctor ordered! 🩺

Explore practical tooling: Module Federation for composition, Web Components for design & #ASPNETCore BFF contracts for edge APIs:…

🚀 Master ASP.NET Core (MVC 5 + MVC Core 8) Learn to build dynamic, scalable, and enterprise-grade web applications — live with NareshIT! Register Now: t.ly/iG8UJ 📅 Starts: 13th November ⏰ Time: 7:30 AM (IST) #NareshIT #ASPNETCore #DotNetTraining

nareshitech's tweet image. 🚀 Master ASP.NET Core (MVC 5 + MVC Core 8)
Learn to build dynamic, scalable, and enterprise-grade web applications — live with NareshIT!

Register Now: t.ly/iG8UJ
📅 Starts: 13th November
⏰ Time: 7:30 AM (IST)

#NareshIT #ASPNETCore #DotNetTraining

How to Improve Developer Experience in Microservices Applications with .NET Aspire by @emidowojo freecodecamp.org/news/improve-d… #aspnetcore

aspnetcore_news's tweet image. How to Improve Developer Experience in Microservices Applications with .NET Aspire by @emidowojo freecodecamp.org/news/improve-d… #aspnetcore

Real-Time Blazor Apps: Integrating SignalR and Blazorise Notifications by @Blazorise blazorise.com/blog/real-time… #aspnetcore #blazor

aspnetcore_news's tweet image. Real-Time Blazor Apps: Integrating SignalR and Blazorise Notifications by @Blazorise blazorise.com/blog/real-time… #aspnetcore #blazor

Microfrontends That Don’t Hurt: Module Federation, Web Components, and BFFs on ASP .NET Core by Sudhir Mangla developersvoice.com/blog/frontend/… #aspnetcore

aspnetcore_news's tweet image. Microfrontends That Don’t Hurt: Module Federation, Web Components, and BFFs on ASP .NET Core by Sudhir Mangla developersvoice.com/blog/frontend/… #aspnetcore

Brace yourself, w̶i̶n̶t̶e̶r̶ #dotnet 10 is coming! ⛄️ Let's look at the new capabilities and features we are excited about for the upcoming .NET release in November. Expect passkeys, #opentelemetry additions,TLS for *.localhost, and more. duende.link/qet4wp9 #aspnetcore

DuendeIdentity's tweet image. Brace yourself, w̶i̶n̶t̶e̶r̶ #dotnet 10 is coming! ⛄️

Let's look at the new capabilities and features we are excited about for the upcoming .NET release in November. Expect passkeys, #opentelemetry additions,TLS for *.localhost, and more. 

duende.link/qet4wp9 #aspnetcore

Sitefinity 15.4 LTS is here! 🎉 And it is bringing lightning-fast content management, seamless support for #ASPNETCore & #NextJS, #AI assistance for your everyday workflow & long-term support all through 2030! Check out what else is new ➡️ prgress.co/2RXjKUx

Sitefinity's tweet image. Sitefinity 15.4 LTS is here! 🎉 

And it is bringing lightning-fast content management, seamless support for #ASPNETCore & #NextJS, #AI assistance for your everyday workflow & long-term support all through 2030! 

Check out what else is new ➡️  prgress.co/2RXjKUx

In this video, Christian Wenz dives deep into Cross-Site Request Forgery (CSRF), a simple yet devastating attack that has plagued web applications for years. Learn what CSRF is, how it works, and how to defend against it in #aspnetcore youtu.be/WUJrKw05YfI #dotnet

DuendeIdentity's tweet card. Prevent Cross-Site Request Forgery

youtube.com

YouTube

Prevent Cross-Site Request Forgery


📢 Orchard Harvest Conference is calling! Level up your .NET web dev game with Orchard Core, the modular #ASPNETCore framework/CMS. Get entry-level to hardcore talks, Q&A, and network with experts. Stop reinventing the wheel—attend Nov 11-12! hubs.ly/Q03R-G070

dotnetfdn's tweet image. 📢 Orchard Harvest Conference is calling!

Level up your .NET web dev game with Orchard Core, the modular #ASPNETCore framework/CMS. Get entry-level to hardcore talks, Q&A, and network with experts. Stop reinventing the wheel—attend Nov 11-12!

hubs.ly/Q03R-G070

🚀 Secure & Speed Up Your APIs with Rate Limiting in ASP.NET Core! ⚡ Limit requests to prevent abuse & overload built-in middleware from .NET 7+. #dotnet #aspnetcore #ratelimiting #api #performance

ottorinobruni's tweet image. 🚀 Secure & Speed Up Your APIs with Rate Limiting in ASP.NET Core! ⚡ Limit requests to prevent abuse & overload built-in middleware from .NET 7+. #dotnet #aspnetcore #ratelimiting #api #performance

Updating our Blazor site to .NET 10 Part 1! - Getting the template ready by Coding After Work youtube.com/watch?v=YkiInV… #aspnetcore #blazor

aspnetcore_news's tweet image. Updating our Blazor site to .NET 10 Part 1! - Getting the template ready by Coding After Work youtube.com/watch?v=YkiInV… #aspnetcore #blazor

Use swiyu, the Swiss E-ID to authenticate users with Duende and .NET Aspire by @damien_bod damienbod.com/2025/10/27/use… #aspnetcore

aspnetcore_news's tweet image. Use swiyu, the Swiss E-ID to authenticate users with Duende and .NET Aspire by @damien_bod damienbod.com/2025/10/27/use… #aspnetcore

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

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

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

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…

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

Updating our Blazor site to .NET 10 Part 1! - Getting the template ready by Coding After Work youtube.com/watch?v=YkiInV… #aspnetcore #blazor

aspnetcore_news's tweet image. Updating our Blazor site to .NET 10 Part 1! - Getting the template ready by Coding After Work youtube.com/watch?v=YkiInV… #aspnetcore #blazor

🔥 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 Improve Developer Experience in Microservices Applications with .NET Aspire by @emidowojo freecodecamp.org/news/improve-d… #aspnetcore

aspnetcore_news's tweet image. How to Improve Developer Experience in Microservices Applications with .NET Aspire by @emidowojo freecodecamp.org/news/improve-d… #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…

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

Building Fast Serverless APIs With Minimal APIs on AWS Lambda by @mjovanovictech milanjovanovic.tech/blog/building-… #aspnetcore

aspnetcore_news's tweet image. Building Fast Serverless APIs With Minimal APIs on AWS Lambda by @mjovanovictech milanjovanovic.tech/blog/building-… #aspnetcore

Use swiyu, the Swiss E-ID to authenticate users with Duende and .NET Aspire by @damien_bod damienbod.com/2025/10/27/use… #aspnetcore

aspnetcore_news's tweet image. Use swiyu, the Swiss E-ID to authenticate users with Duende and .NET Aspire by @damien_bod damienbod.com/2025/10/27/use… #aspnetcore

Real-Time Blazor Apps: Integrating SignalR and Blazorise Notifications by @Blazorise blazorise.com/blog/real-time… #aspnetcore #blazor

aspnetcore_news's tweet image. Real-Time Blazor Apps: Integrating SignalR and Blazorise Notifications by @Blazorise blazorise.com/blog/real-time… #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

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

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!

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 👀

Loading...

Something went wrong.


Something went wrong.


United States Trends