██FR█████ █INTELL███████████
frenchintelligence.org
csharp
From C# to Rust: Porting MathFlow to Create MathCore – A Symbolic Math Library Journey
August 30, 2025
Can Minimal APIs use trusted connections?
August 30, 2025
How a Bottleneck, YouTube Video and C# Channels Led to a 3x Faster .NET Backup Tool
August 29, 2025
Dev Log 12
August 27, 2025
My Next Certification Journey Starts Not with Code, but with Logic
August 27, 2025
C# Boxing: A Hidden Performance Enemy (Defeat It Now)
August 25, 2025
Criando um compilador em csharp: Parte 7
August 22, 2025
Create C# nested files in Visual Studio
August 22, 2025
If Statements
August 21, 2025
Variables and Data Types
August 21, 2025
Building a Cryptographically Secure Password Generator in C# .NET
August 19, 2025
C# da ref, out va in tushunchalari
August 18, 2025
Building Command-Line Tools with C# and System.CommandLine
August 18, 2025
Brighter V10 RC2: Messaging Gateway
August 15, 2025
Brighter RC2: Mudanças na configuração dos Messaging Broker
August 15, 2025
Dev Log 05
August 14, 2025
📡 Como Comunicar Múltiplas APIs com .NET
August 12, 2025
Hashing and Salting Passwords in C#
August 11, 2025
Building a Scalable .NET 8 Web API: Clean Architecture + CQRS + JWT + PostgreSQL + Redis – A Complete Guide
August 9, 2025
🛠️ Como Configurar um Dev Container com .NET
August 8, 2025
🛠️ Como Configurar um Dev Container com .NET
August 8, 2025
Building an Intelligent Task Router for Multi-Model AI Systems with ML.NET
August 7, 2025
Seamless static analysis integration and overcoming false positives
August 7, 2025
Seamless static analysis integration and overcoming false positives
August 7, 2025
Areas in ASP.NET Core: The Architectural Feature You’re Probably Missing
August 4, 2025
Stonks or not stonks. Checking Lean trading engine source code
August 4, 2025
Setup PocketBase For Your Integration Tests with TestContainers and xUnit
August 4, 2025
Mastering Dynamic SQL Operations with the Strategy Pattern: Generate and Execute Commands Across Databases in C#
July 30, 2025
Threads, Tasks, and Async in C#: What Every .NET Developer Must Know
July 25, 2025
Simplify Your .NET Codebase: A Guide to Code Metrics and Controller Refactoring
July 24, 2025
Inheritance in C#
July 24, 2025
Inheritance in C#
July 24, 2025
Choosing the right .NET image for your workloads
July 24, 2025
Choosing the right .NET image for your workloads
July 24, 2025
Interfaces, Abstract Classes, and DIMs in C#: A Real-World Developer’s Perspective
July 24, 2025
Architecting Distributed Systems in .NET with an Event Bus
July 23, 2025
Migração para Brighter V10 com MS SQL Server
July 23, 2025
Migrating to Brighter V10 with MS SQL
July 23, 2025
SQL Server as a Configuration Provider in .NET Core
July 21, 2025
Why IHttpClientFactory Will Save Your .NET App (and Your TCP Ports!)
July 20, 2025
Why I Built a C# Markdown-to-HTML Converter (That’s Actually Fast and Safe)
July 19, 2025
Migrando para Brighter V10 com AWS SNS/SQS
July 18, 2025
Migrating to Brighter V10 with AWS SNS/SQS
July 18, 2025
Alocações em .NET
July 17, 2025
Advanced C# Testing: Property-Based Testing and Mutation Testing
July 12, 2025
Advanced C# Testing: Property-Based Testing and Mutation Testing
July 12, 2025
method hiding and method overriding in C#
July 12, 2025
What Makes C# Developers Highly Sought After in Today’s Job Market
July 7, 2025
What Makes C# Developers Highly Sought After in Today’s Job Market
July 7, 2025
MCP Server: Powring AI-Driven Workflows
July 6, 2025
Introducing BlazorThemes –Theme Management for Blazor Apps
July 3, 2025
Get user secrets for projects
June 29, 2025
Async Conversations in C#
June 28, 2025
Running External Commands in C# and Wait Until They Finish
June 28, 2025
DDD in .NET: Modelling Rich and Meaningful Domains
June 28, 2025
Supercharging Entity Framework Core: Efficient Bulk Inserts Without Loops or Raw SQL
June 27, 2025
🍰Top 10 Best Cake Shop Full-Stack Projects for Beginners in C#, ASP.NET, and .NET Core
June 26, 2025
FastMember: The Ultimate Hack for Faster C# Data Operations
June 25, 2025
Reinventando a Roda: Criando seu próprio MediatR – Parte 1
April 11, 2025
🔐 OAuth 2.0 + OpenID Connect (OIDC) 🪪
April 8, 2025
Managing Multiple Payment Integrations in C#: Strategies for Unified Interfaces and Scalable Code
March 31, 2025
The Detailed Execution Pipeline of .NET
March 30, 2025
Google Gemini’s Multimodal Live API with C# .Net
March 22, 2025
Reflection in C#: When and Why You Should (or Shouldn’t) Use It
March 20, 2025
Struct haqida ma’lumot
March 20, 2025
The Hangfire Cookbook: A Practical Guide to Background Job Processing in .NET and Azure
March 16, 2025
Preserve File Creation and Modification Date When Downloading in a ZIP File
March 12, 2025
Composing Methods: A Practical Guide to Clean Code
November 12, 2024
Custom NET8 entity framework core generic repository
November 12, 2024
C# <-> JSON|XML
November 12, 2024
Mastering Dependency Injection in .NET 8: Best Practices and Proven Patterns for Cleaner Code
November 12, 2024
SOLID: Open-Closed Principle in C#
November 12, 2024
Which ORM Do You Prefer: 𝗗𝗮𝗽𝗽𝗲𝗿 or 𝗘𝗙 𝗖𝗼𝗿𝗲?
November 12, 2024
Top 10 C# open-source projects on Github
November 11, 2024
NET6 – C# DistinctBy
November 11, 2024
Understanding and Writing Methods in C#
November 10, 2024
c# advanced: Enhancing Records Adding Flexibility with Additional Members
November 9, 2024
c# advanced: Adding Additional Members to a Record in C#
November 9, 2024
c# advance : Introduction to Records in C#
November 9, 2024
Integration Tests en .NET con TestContainers: Pruebas de Base de Datos Aisladas
November 7, 2024
Implementing Chain of Responsibility Pattern in C# : Middleware’s Design Pattern
November 4, 2024
Storing passwords safely (C#)
November 3, 2024
Common Language Runtime (CLR) e Intermediate Language (IL)
November 2, 2024
Equivalent to View Component and Partial View in CodeBehind Framework
November 2, 2024
Flexible C# with OOP Principles:Simplified State Management
November 2, 2024
c# Clean Code: Why Readable Code Matters and How to Achieve It
November 2, 2024
You Should follow these 12 clean code tips if you are a .NET developer
November 2, 2024
Game Dev Digest — Issue #256 – Horror And More
November 1, 2024
Simplified URL Building and HTTP Requests with Flurl
November 1, 2024
Construção de URLs e Chamadas HTTP Simplificadas com Flurl
November 1, 2024
You should know these different execution types in LINQ before writing in C#
October 31, 2024
Announcing the Official OpenAI Library for .NET: A Game Changer for AI Integration
October 30, 2024
Flexible C# with OOP Principles: Moving from Static Functions to Flexible Object-Oriented
October 30, 2024
c# advance: Switch Expressions
October 30, 2024
Sending Transactional Emails with Transmitly (C#)
October 29, 2024
Algorithm for compressing numbers to Base64
October 29, 2024
Did you know? How .NET Achieving Language Interoperability (C# + VB.NET = Same Application)
October 28, 2024
Using Lambda Expressions Doesn’t Make Your C# Code Functional
October 28, 2024
The Clever Programmer
October 26, 2024
Detailed Difference between Ienumerable-vs-Iqueryable
October 23, 2024
1
2
3
4
→