What Switching From C# to Rust Actually Taught Me
从C#转向Rust,一次关于可控性与编译期安全的深刻对比,揭示内存管理哲学如何塑造代码行为。
I've spent most of my career writing C#. ASP.NET Core, EF Core, the whole ecosystem — it's productive, well-documented, and I've never had a real comp…
从C#转向Rust,一次关于可控性与编译期安全的深刻对比,揭示内存管理哲学如何塑造代码行为。
I've spent most of my career writing C#. ASP.NET Core, EF Core, the whole ecosystem — it's productive, well-documented, and I've never had a real comp…
开源本地LLM推理引擎TensorSharp:基于C#/.NET,30秒启动GPU加速推理,支持GGUF模型
A native .NET LLM inference engine for GGUF models — with a command-line tool, a browser chat server, and Ollama- & OpenAI-compatible APIs for program…
手把手教你用C#将HTML转为PDF,涵盖入门到生产部署的完整指南,实用性强
This is a complete, hands-on guide to converting HTML to PDF in C# with the SelectPdf library for .NET . It works up from a three-line conversion to a…
.NET 8 打造的 TUI 框架,内置 80+ 预构建小部件,借助 Claude 辅助生成,快速搭建终端交互界面。
With an example for an HN client (#64). The library is used to build a coding assistant. 100% vibe coded ignoring all the work to get there. Comments …
在线C#代码演练场,快速测试代码架构理念,无需本地环境,轻松分享代码片段
In my previous post, I described how historical trends shaped our (or at least my) perception of software architecture. However, with experience and s…
从C#控制器一键生成OpenAPI 3.0.3规范,粘贴代码即得完整YAML文档
This is a submission for the GitHub Finish-Up-A-Thon Challenge What I Built: AutoDoc is a tool that automatically generates enriched OpenAPI 3.0.3 doc…
PVS-Studio深度整合Unity脚本特性,用20+专属规则精准揪出代码隐患,让游戏开发更稳更快。
In early May, Unity opened its built-in Unity Agent to all users. It runs in two modes. In chat mode, the AI assistant suggests improvements to game m…
C#/.NET 打造的智能编码 CLI 助手,高效利用终端空间,提升编程效率。
Article URL: https://codealta.github.io/ Comments URL: https://news.ycombinator.com/item?id=48233122 Points: 1 # Comments: 0
今日技术热点速览:MAUI Material 3、TypeScript 6迁移、Angular v21、Vite 8加速、C# AI代码审查系统
Top Links NuGet Package Pruning: Cleaner Dependencies and Actionable Vulnerability Reports (Nikolche Kolev) Flutter’s multiplatform value for ag…
纯C#实现GPT-2推理引擎,零内存分配无GC压力,性能媲美ONNX Runtime,对.NET开发者极具吸引力。
Article URL: https://github.com/DevOnBike/Overfit Comments URL: https://news.ycombinator.com/item?id=48172293 Points: 1 # Comments: 0
教你将C#后端代码与Bootstrap toast结合,从配置文件中灵活控制通知内容,实现轻量级推送通知。
Introduction Bootstrap toasts are lightweight notifications that mimic the push notifications popularized by mobile and desktop operating systems. Lea…