#aspnetcore kết quả tìm kiếm
ASP .NET Web API – Token Based Authentication Tutorial by Beau Carnes youtube.com/watch?v=QSFWSj… #aspnetcore

I'm still learning Blazor, but MAN did this cause me some grief... Read more here: devleader.ca/2024/03/21/bla… #Blazor #ASPNETCore #DotNet #CSharp

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

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

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

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

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

How to Build an In Memory Background Job Queue in ASP .NET Core from Scratch by Oğuzhan Ağır abp.io/community/arti… #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

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

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

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…

Live Endpoint:hng-stage-0-task.pxxl.click/api/me GitHub Repo: github.com/Oriolowo-Musta… On to the next challenge! 💪 #HNGInternship #BackendDevelopment #ASPNETCore #CSharp #Docker #100DaysOfCode
Is using AutofacServiceProviderFactory the best way to setup Autofac? Read more here: devleader.ca/2024/04/30/aut… #CSharp #DotNetCore #ASPNETCore #WebDevelopment

🚨 Microsoft has patched the highest-severity ASP.NET Core flaw ever reported! Update your systems now to protect against this critical vulnerability. #Microsoft #ASPNETCore ⤵️
Microsoft patches critical ASP.NET Core flaw CVE-2025-55315 affecting Kestrel server that risks credential theft and server breaches. Updates advised for .NET 8, 2.3, and related apps. #ASPNetCore #MicrosoftPatch #USA ift.tt/MF8RQNi
Heads up devs! ⚠️ Microsoft just patched the highest-severity ASP.NET Core flaw ever. Update now to stay secure! bleepingcomputer.com/news/microsoft… #AspNetCore #Microsoft #Security #Vulnerability #Cybersecurity
Completed my HNG Backend Wizards Stage 0 project. I developed a RESTful API using ASP.NET 8 Minimal APIs that provides user profile data and integrates with an external service for a random cat fact. #HNG #ASPNETCore #Backend #DotNet #Developer

Microsoft assigns highest ever severity score (9.9) to an HTTP request smuggling flaw in ASP.NET Core's Kestrel server (CVE-2025-55315). Patches released to prevent session hijacking and data leaks. #ASPNetCore #KestrelServer #USA ift.tt/eYbugKm
Implement a secure MCP OAuth desktop client using OAuth and Entra ID by @damien_bod damienbod.com/2025/10/16/imp… #aspnetcore

🚨 Urgent patch alert! Microsoft just dropped a fix for a nasty Kestrel vulnerability in ASP.NET Core—score 9.9! Time to update your server and NuGet packages before the smuggling gets out of hand! #WindowsForum #SecurityPatch #ASPNetCore windowsforum.com/threads/urgent…
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
Blazor Server Reconnection Gets an Upgrade in .NET 10 by @jonhilt jonhilton.net/blazor-server-… #aspnetcore #blazor

Blazor Basics: Why Build Desktop App with Blazor Components by @CHBernasconiC telerik.com/blogs/blazor-b… #aspnetcore #blazor

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…

🎓 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 👀

ASP.NET Core has grown into a mature framework since its initial preview release in Summer 2014. I'm super proud to have been a part of the inception and growth over all of these years. I was just browsing the TOC for docs and was blown away! #dotnet #aspnetcore

Yesterday, I shared a tutorial on implementing CQRS in an #aspnetcore 8 Web API using MediatR to build clean and efficient applications. But what if we could make it even better? 🤔 A crucial next step is validating requests at the HTTP pipeline level. Integrating…

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

ZauberEditor: A New Extendable Blazor Rich Text Editor by @YodasMyDad lee.uk/zaubereditor-a… #aspnetcore #blazor

Something went wrong.
Something went wrong.
United States Trends
- 1. No Kings 1.24M posts
- 2. Ole Miss 14.1K posts
- 3. Georgia 67.3K posts
- 4. #UFCVancouver 12.5K posts
- 5. #GoDawgs 6,201 posts
- 6. Drew Dober N/A
- 7. Austin Hill N/A
- 8. Julian Sayin 3,320 posts
- 9. Brian Kelly 8,326 posts
- 10. Gunner 6,209 posts
- 11. Texas Tech 4,999 posts
- 12. Carnell Tate 6,366 posts
- 13. Clemson 5,820 posts
- 14. Lane Kiffin 6,399 posts
- 15. #AEWWrestleDream 7,264 posts
- 16. Vandy 13.4K posts
- 17. UNLV 2,416 posts
- 18. Shapen N/A
- 19. Pete Golding N/A
- 20. Hammond 2,486 posts