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

.NET and .NET Framework October 2025 servicing releases updates by Tara Overfield devblogs.microsoft.com/dotnet/dotnet-… #aspnetcore

Implement a secure MCP OAuth desktop client using OAuth and Entra ID by @damien_bod damienbod.com/2025/10/16/imp… #aspnetcore

Building Fast Serverless APIs With Minimal APIs on AWS Lambda by @mjovanovictech milanjovanovic.tech/blog/building-… #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…
Novo vídeo no Canal .NET -> Injeção de Dependências em ASPNET Core: entendendo na prática -- Link: youtube.com/watch?v=RUAygS… C/ @ionixjunior #dotnet #csharp #aspnetcore #aspnet #di #dependencyinjection #windows #macos #linux #canaldotnet #cortes #cortescanaldotnet

Restricting Access to an Action Method in ASP .NET Core MVC by @RJPeres75 developmentwithadot.blogspot.com/2025/10/restri… #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

With .NET 10 GA near, I’m writing on things I built this cycle: starting with XML doc comment support for OpenAPI. The source generator approach is novel/quirky and I’m excited by how doc IDs can bridge runtime and compile time. 🤔 blog.safia.rocks/2025/10/13/ope… #dotnet #aspnetcore
Blazor Server Reconnection Gets an Upgrade in .NET 10 by @jonhilt jonhilton.net/blazor-server-… #aspnetcore #blazor

Building Secure APIs with Role-Based Access Control in ASP .NET Core by @mjovanovictech milanjovanovic.tech/blog/building-… #aspnetcore

Microsoft .NET Aspire backs .NET 10 file-based apps by @pjkrill infoworld.com/article/406645… #aspnetcore

Implement a secure MCP OAuth desktop client using OAuth and Entra ID by @damien_bod damienbod.com/2025/10/16/imp… #aspnetcore

Discover a key update in #dotnet 10 that improves local development! 🔥 In this blog post, we explain how a new TLS certificate and unique local domains can solve cookie conflicts and better mimic production environments. duende.link/arbgu89 #aspnetcore #security
The latest version of SimpleAuthentication allows you to automatically assign roles to API Keys and Basic Authentication credentials — as always, with just a single line of code. Check it out at github.com/marcominerva/S… #dotnet #aspnetcore #minimalapi

.NET and .NET Framework October 2025 servicing releases updates by Tara Overfield devblogs.microsoft.com/dotnet/dotnet-… #aspnetcore

Novo vídeo no Canal .NET -> Injeção de Dependências em ASPNET Core: entendendo na prática -- Link: youtube.com/watch?v=RUAygS… C/ @ionixjunior #dotnet #csharp #aspnetcore #aspnet #di #dependencyinjection #windows #macos #linux #canaldotnet #cortes #cortescanaldotnet

🛡️ Secure ASP.NET Core APIs with Rate Limiting! Prevent overloads & boost performance—100 req/min limit with HTTP 429. #dotnet #aspnetcore #ratelimiting #apidev ottorinobruni.com/how-to-use-rat…
ASP .NET Web API – Token Based Authentication Tutorial by Beau Carnes youtube.com/watch?v=QSFWSj… #aspnetcore

100% off Udemy course coupon ASP.NET Core: The Complete Interview Question Practice Test A practical guide to building MVC Applications korshub.com/courses/aspnet… #udemy #udemyfreecoupon #aspnetcore #interviewquestions #mvc #restapi #entityframework #korshub
This is a small but welcome fix coming in #ASPNETCore 10: The authentication middleware will stop trying to redirect to the login form for API endpoints and instead send the correct 401 and 403 status codes learn.microsoft.com/en-us/aspnet/c…
Building Fast Serverless APIs With Minimal APIs on AWS Lambda by @mjovanovictech milanjovanovic.tech/blog/building-… #aspnetcore

.NET 10 RC2 is here! 🚀 github.com/dotnet/core/tr… #dotnet #aspnetcore #efcore
With .NET 10 GA near, I’m writing on things I built this cycle: starting with XML doc comment support for OpenAPI. The source generator approach is novel/quirky and I’m excited by how doc IDs can bridge runtime and compile time. 🤔 blog.safia.rocks/2025/10/13/ope… #dotnet #aspnetcore
Feedback like this keeps us motivated. “The instructor made complex topics easy to understand — his enthusiasm was contagious!” Thanks to @UofGlasgow for joining us for our ASP.NET Core with C# 13 & .NET 9 training 🚀 #dotnet9 #csharp13 #aspnetcore #training

Important ASP.NETCore Tips Use Dependency Injection — keep code clean & testable. Middleware order matters — controls app flow. Never store secrets in appsettings.json. Enable CORS for frontend clients. Log everything with Serilog. #ASPNETCore #CSharp #backend #microsoft
Restricting Access to an Action Method in ASP .NET Core MVC by @RJPeres75 developmentwithadot.blogspot.com/2025/10/restri… #aspnetcore

Designing APIs Like a Pro: Lessons from Jerry Nixon on Data API Builder and Beyond by @JerryNixon dotnetcore.show/season-8/desig… #aspnetcore

.NET and .NET Framework October 2025 servicing releases updates by Tara Overfield devblogs.microsoft.com/dotnet/dotnet-… #aspnetcore

Implement a secure MCP OAuth desktop client using OAuth and Entra ID by @damien_bod damienbod.com/2025/10/16/imp… #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…

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

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

Why should you be excited about #dotNET #Aspire if you're an #ASPNETCore dev? 🤔 Let's check with @danroth27 & @maddymontaquila & learn how it can streamline building & deploying apps, making your life easier: prgress.co/3HHpbGo

Blazor Server Reconnection Gets an Upgrade in .NET 10 by @jonhilt jonhilton.net/blazor-server-… #aspnetcore #blazor

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

Y'all, I'm not sure if we're going in the right direction. I did File, New on a simple #aspnetcore API project, and it installed 80+ packages to get it going.

Digging through old pictures of when we were designing cross-platform asp.net 5, before .NET Core #dotnet #aspnetcore

Something went wrong.
Something went wrong.
United States Trends
- 1. Flacco 27.1K posts
- 2. Bengals 46.8K posts
- 3. Bengals 46.8K posts
- 4. Ramsey 11.2K posts
- 5. Rodgers 26.2K posts
- 6. Chase 87.6K posts
- 7. Tomlin 6,823 posts
- 8. Ace Frehley 71.9K posts
- 9. DJ Turner 1,897 posts
- 10. Max Scherzer 5,684 posts
- 11. #TNFonPrime 3,102 posts
- 12. Cuomo 58.2K posts
- 13. #HereWeGo 7,491 posts
- 14. #911onABC 15.1K posts
- 15. #WhoDey 3,134 posts
- 16. #PITvsCIN 3,441 posts
- 17. Bolton 184K posts
- 18. Sliwa 26.4K posts
- 19. Darnell Washington 1,112 posts
- 20. Metcalf 4,957 posts