Forem

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Integration Tests en .NET con TestContainers: Pruebas de Base de Datos Aisladas

Integration Tests en .NET con TestContainers: Pruebas de Base de Datos Aisladas

5
Comments
14 min read
Functional Programming in C#

Functional Programming in C#

Comments
28 min read
Any() vs Count, Which one to choose??

Any() vs Count, Which one to choose??

1
Comments
4 min read
Step-by-Step Guide: Querying From Databases Via a Single Database Helper Using the Strategy Design Pattern

Step-by-Step Guide: Querying From Databases Via a Single Database Helper Using the Strategy Design Pattern

6
Comments
3 min read
🔎Exploring Design Patterns: Factory Method

🔎Exploring Design Patterns: Factory Method

2
Comments
3 min read
c# advanced: Logical and Relational Patterns in C#

c# advanced: Logical and Relational Patterns in C#

5
Comments
4 min read
Storing passwords safely (C#)

Storing passwords safely (C#)

55
Comments 26
6 min read
Dica C#: Evite VariĂĄveis NĂŁo Utilizadas

Dica C#: Evite VariĂĄveis NĂŁo Utilizadas

Comments
2 min read
C# Tip: Avoid Unused Variables

C# Tip: Avoid Unused Variables

Comments
1 min read
Icon Banks for Winforms and .NET9

Icon Banks for Winforms and .NET9

1
Comments
3 min read
C# Tip: Naming Variables and Methods

C# Tip: Naming Variables and Methods

Comments
1 min read
Dica C#: Nomeação de Variåveis e Métodos

Dica C#: Nomeação de Variåveis e Métodos

Comments
2 min read
.Net Attribute-based data mapping approach to streamline communication between services

.Net Attribute-based data mapping approach to streamline communication between services

2
Comments
1 min read
Task Cancellation Pattern

Task Cancellation Pattern

Comments
1 min read
How to implement immediate in-app updates using Google Play API in Unity?

How to implement immediate in-app updates using Google Play API in Unity?

Comments
2 min read
C# Search by multiple strings

C# Search by multiple strings

45
Comments 8
4 min read
Understanding Event-Driven Architecture in C# with Real-Life Scenarios

Understanding Event-Driven Architecture in C# with Real-Life Scenarios

6
Comments 4
4 min read
Mastering C# Fundamentals :Adding File Handling

Mastering C# Fundamentals :Adding File Handling

Comments
5 min read
Sort Items in a Directory by Descending Size Using Python, PowerShell, C#, or Go

Sort Items in a Directory by Descending Size Using Python, PowerShell, C#, or Go

Comments
8 min read
Unlocking the Power of Generics in C#: Advanced Tips and Tricks for Cleaner, More Efficient Code

Unlocking the Power of Generics in C#: Advanced Tips and Tricks for Cleaner, More Efficient Code

5
Comments
3 min read
Dataverse Elastic tables

Dataverse Elastic tables

8
Comments 1
7 min read
C# Tip: Simplified Nullable Types

C# Tip: Simplified Nullable Types

2
Comments 2
1 min read
Mastering C# Fundamentals: Polymorphism

Mastering C# Fundamentals: Polymorphism

Comments
4 min read
c# advanced: Pattern Matching in c#

c# advanced: Pattern Matching in c#

1
Comments
3 min read
C# { get; init; }

C# { get; init; }

2
Comments
4 min read
Mastering C# Fundamentals: The Has-A Relationship

Mastering C# Fundamentals: The Has-A Relationship

Comments
4 min read
Mastering C# Fundamentals: The Is-A Relation

Mastering C# Fundamentals: The Is-A Relation

Comments
3 min read
Mastering C# Fundamentals: Inheritance

Mastering C# Fundamentals: Inheritance

Comments
6 min read
Mastering C# Fundamentals: Encapsulation

Mastering C# Fundamentals: Encapsulation

Comments
4 min read
Dica C#: Tipos Nullable Simplificados

Dica C#: Tipos Nullable Simplificados

Comments
1 min read
These 10+ questions may find you in next .NET interview

These 10+ questions may find you in next .NET interview

Comments
4 min read
Two New LINQ Methods in .NET 9: CountBy and Index

Two New LINQ Methods in .NET 9: CountBy and Index

8
Comments 2
2 min read
Automate Your C# Library Deployment: Publishing to NuGet and GitHub Packages with GitHub Actions

Automate Your C# Library Deployment: Publishing to NuGet and GitHub Packages with GitHub Actions

1
Comments
13 min read
Part 1: Introduction to C# and .NET

Part 1: Introduction to C# and .NET

3
Comments 1
4 min read
Top 10 Underappreciated LINQ Methods

Top 10 Underappreciated LINQ Methods

Comments
4 min read
Introducing BPMN support in .NET Workflow Engine library

Introducing BPMN support in .NET Workflow Engine library

4
Comments
3 min read
Key differences between BPMN diagrams and Optimajet .NET Workflow Engine process schemes

Key differences between BPMN diagrams and Optimajet .NET Workflow Engine process schemes

2
Comments
3 min read
Optimizing Request Validation to External Systems Using Azure Services, Microservices, and Parallel Processing

Optimizing Request Validation to External Systems Using Azure Services, Microservices, and Parallel Processing

Comments
4 min read
Making Tests More Expressive with FluentAssertions

Making Tests More Expressive with FluentAssertions

3
Comments 1
2 min read
Tornando Testes Mais Expressivos com FluentAssertions

Tornando Testes Mais Expressivos com FluentAssertions

Comments
2 min read
c# clean code: Guide to Defining and Structuring Classes

c# clean code: Guide to Defining and Structuring Classes

4
Comments 1
3 min read
Mastering C# Fundamentals: Null Reference Types and Nullable Types

Mastering C# Fundamentals: Null Reference Types and Nullable Types

Comments
4 min read
Migrating Project from ASP.NET Core MVC to CodeBehind Framework

Migrating Project from ASP.NET Core MVC to CodeBehind Framework

Comments
3 min read
Mastering Error Handling in .NET 8: Strategies for Minimal APIs and Controllers

Mastering Error Handling in .NET 8: Strategies for Minimal APIs and Controllers

Comments 1
2 min read
Fast and Efficient Object Mapping with Mapster

Fast and Efficient Object Mapping with Mapster

1
Comments
2 min read
Gerando Dados de Teste Automatizados com AutoFixture

Gerando Dados de Teste Automatizados com AutoFixture

Comments
2 min read
Mapeamento RĂĄpido e Eficiente de Objetos com Mapster

Mapeamento RĂĄpido e Eficiente de Objetos com Mapster

Comments
2 min read
Mastering C# Fundamentals: Struct

Mastering C# Fundamentals: Struct

Comments
6 min read
Common Language Runtime (CLR) e Intermediate Language (IL)

Common Language Runtime (CLR) e Intermediate Language (IL)

1
Comments
11 min read
Equivalent to View Component and Partial View in CodeBehind Framework

Equivalent to View Component and Partial View in CodeBehind Framework

Comments
3 min read
Understanding the State Design Pattern P2

Understanding the State Design Pattern P2

1
Comments
4 min read
Understanding the State Design Pattern P4

Understanding the State Design Pattern P4

7
Comments
7 min read
Understanding the State Design Pattern P1

Understanding the State Design Pattern P1

2
Comments
5 min read
Understanding the State Design Pattern P5

Understanding the State Design Pattern P5

1
Comments
5 min read
c# Clean Code: Why Readable Code Matters and How to Achieve It

c# Clean Code: Why Readable Code Matters and How to Achieve It

2
Comments
3 min read
đŸ”č C# Tip: Understanding override, new, and virtual Keywords

đŸ”č C# Tip: Understanding override, new, and virtual Keywords

Comments
1 min read
Understanding the State Design Pattern P3

Understanding the State Design Pattern P3

1
Comments
4 min read
Flexible C# with OOP Principles: Simplifying Account State Management with the State Design Pattern and Callbacks

Flexible C# with OOP Principles: Simplifying Account State Management with the State Design Pattern and Callbacks

1
Comments
5 min read
How to add Retrieval-Augmented Generation (RAG) to your app using generated SDKs

How to add Retrieval-Augmented Generation (RAG) to your app using generated SDKs

Comments
7 min read
Generating Fake Data for Testing with Bogus

Generating Fake Data for Testing with Bogus

1
Comments
2 min read
loading...