Tag: aspnetcore
All the articles with the tag "aspnetcore".
-
ASP.NET Core Problem Details 完整指南:构建标准化 API 错误响应的最佳实践
Published: at 12:00 AM深入探索 ASP.NET Core 中的 Problem Details 标准,从基础概念到高级实现,包含全局错误处理、IExceptionHandler、IProblemDetailsService 等核心特性的完整实战指南。
-
.NET 10 新特性:ASP.NET Core Minimal API 实现 Server-Sent Events(SSE)实时推送详解
Published: at 08:59 AM面向.NET开发者与技术爱好者,详解ASP.NET Core Minimal API在.NET 10中如何优雅实现Server-Sent Events(SSE)单向实时推送,并对比SignalR,配合完整代码与前端交互示例,助你打造轻量级实时应用。