Browsing Tag
dotnet
97 posts
C# Constructor va Overloading — Oddiy va Tushunarli
🎯 C# Constructor va Overloading — Oddiy va Tushunarli Dasturlashni o‘rganayotganimizda tez-tez uchraydigan ikkita muhim tushuncha mavjud: constructor…
Great article!
Master MCP integration: Building AI database tools with .NET Pawel Janda ・ Aug 13 #dotnet #csharp #mcp #ai
Brighter V10 RC2: Novos Recursos, Aperfeiçoamentos e Correções de Bugs
No artigo anterior, discuti o Brighter V10 RC 1 e suas atualizações significativas. Recentemente (10 de agosto de…
🏗️ Qual Arquitetura Escolher para .NET: Monolito, Serviços Distribuídos ou Microsserviços?
Com a evolução da plataforma .NET — especialmente com o .NET Core e agora com o .NET 8/9…
Copilot for .NET: Ask Mode vs Agent Mode and How to Use Them
AI tools are rapidly becoming essential for developers. GitHub Copilot, once just a code-suggestion engine, has evolved into…
Alocações em .NET
Reference Type é alocada na memória heap e Value Type é alocada na memória Stack. Já adianto que…
Roslyn CodeFix for updating code
Changes are inevitable when you are working with many repositories. As your applications and codebases evolve, methods are…
Introducing Jawbone Sockets
Hi! Sorry I’m so wildly inconsistent about blogging. I’ve just been hard at work on a lot of…
🧠 Backing Fields in C#: What They Are and Why You Should Care
As a C# developer, you’ve probably written something like this: public string Name { get; set; } Short.…
CoreIdent v0.3.5: OIDC ID Tokens, Real-World Gaps, and What’s Next
CoreIdent is on a mission to make robust, standards-based authentication and identity actually developer-friendly. In Phase 3, we…