Forem

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Introduction to Blazor

Introduction to Blazor

Comments
11 min read
CREATING CUSTOM VALIDATION ATTRIBUTE IN .NET

CREATING CUSTOM VALIDATION ATTRIBUTE IN .NET

14
Comments
5 min read
How can you add appsettings.json to a Blazor WebAssembly project

How can you add appsettings.json to a Blazor WebAssembly project

26
Comments
3 min read
Midiendo el rendimiento de nuestro código con BenchmarkDotNet

Midiendo el rendimiento de nuestro código con BenchmarkDotNet

3
Comments
3 min read
Midiendo el rendimiento de nuestro código con BenchmarkDotNet - MemoryDiagnoser

Midiendo el rendimiento de nuestro código con BenchmarkDotNet - MemoryDiagnoser

Comments
2 min read
Moq Techniques: How to Pick the Best Syntax when Configuring Your Mocks

Moq Techniques: How to Pick the Best Syntax when Configuring Your Mocks

1
Comments
4 min read
The main pitfalls in generating images with DALL-E API.

The main pitfalls in generating images with DALL-E API.

5
Comments
9 min read
Auth0 y ASP.NET: Cómo proteger tus aplicaciones web con autenticación avanzada

Auth0 y ASP.NET: Cómo proteger tus aplicaciones web con autenticación avanzada

7
Comments
15 min read
Leaked C# 12 Preview 3 Features! Worth the Wait or Not?

Leaked C# 12 Preview 3 Features! Worth the Wait or Not?

31
Comments 2
4 min read
Integration Test Postgres with testcontainers-dotnet

Integration Test Postgres with testcontainers-dotnet

1
Comments
5 min read
Game Dev Digest — Issue #192 - Writing, C#, Shaders and more

Game Dev Digest — Issue #192 - Writing, C#, Shaders and more

2
Comments
7 min read
A melhor forma de armazenar e recuperar dados relacionados com o Dapper

A melhor forma de armazenar e recuperar dados relacionados com o Dapper

Comments
10 min read
Why should we use Code-Behind?

Why should we use Code-Behind?

3
Comments 5
4 min read
Drag-and-Drop Adorners & Popups

Drag-and-Drop Adorners & Popups

1
Comments
9 min read
Fluent Assertions: Fluently Assert the Result of .NET Tests

Fluent Assertions: Fluently Assert the Result of .NET Tests

20
Comments 6
14 min read
How to test private methods in C#

How to test private methods in C#

41
Comments 2
3 min read
Top LinkedIn .NET Content Creators you must Follow📘

Top LinkedIn .NET Content Creators you must Follow📘

46
Comments 6
13 min read
Advanced Moq Techniques: Methods that Do More than Return Values

Advanced Moq Techniques: Methods that Do More than Return Values

8
Comments
4 min read
Building a Who's that Pokémon game for Android with .NET MAUI and Blazor Hybrid

Building a Who's that Pokémon game for Android with .NET MAUI and Blazor Hybrid

3
Comments 1
8 min read
Implementing Apple's Device Check App Attest Protocol

Implementing Apple's Device Check App Attest Protocol

27
Comments
8 min read
Clearing up all the .Net confusion. A simple guide to understanding .Net from A-z

Clearing up all the .Net confusion. A simple guide to understanding .Net from A-z

5
Comments
5 min read
What's New in C# 11: Features and Tips for Developers

What's New in C# 11: Features and Tips for Developers

2
Comments 1
2 min read
N-Tier Architecture in asp.net core projects.

N-Tier Architecture in asp.net core projects.

6
Comments 1
1 min read
Getting started with Entity Framework Core: Building a Sample Project

Getting started with Entity Framework Core: Building a Sample Project

Comments
4 min read
The largest .NET CMS is migrating to .NET Core

The largest .NET CMS is migrating to .NET Core

Comments 2
4 min read
Reduzindo drasticamente o uso de memória com o Log

Reduzindo drasticamente o uso de memória com o Log

Comments
3 min read
Storing and reading values from appsettings.json

Storing and reading values from appsettings.json

2
Comments
4 min read
Mejorando la seguridad en aplicaciones SPA: Implementación del patrón BFF con Angular y ASP.NET Core

Mejorando la seguridad en aplicaciones SPA: Implementación del patrón BFF con Angular y ASP.NET Core

13
Comments 5
15 min read
Game Dev Digest — Issue #190 - Shaders, UI, AI and more

Game Dev Digest — Issue #190 - Shaders, UI, AI and more

1
Comments
10 min read
Welcome to the New Era of App Development: Introducing Avalonia v11

Welcome to the New Era of App Development: Introducing Avalonia v11

67
Comments 9
7 min read
Develop .NET Core 3.1 Inside a Container

Develop .NET Core 3.1 Inside a Container

3
Comments 3
2 min read
Understanding Nullable Reference Types in C#

Understanding Nullable Reference Types in C#

7
Comments
2 min read
20 (Senior Developer) C# Interview Questions and Answers (2023)

20 (Senior Developer) C# Interview Questions and Answers (2023)

141
Comments 5
15 min read
Dynamic polymorphism: key concept to master OOP

Dynamic polymorphism: key concept to master OOP

3
Comments
6 min read
DevBlog - How to Save Data in Unity

DevBlog - How to Save Data in Unity

1
Comments
4 min read
Brief history of .NET

Brief history of .NET

2
Comments
3 min read
Configuring Applications at Runtime: Feature Flags

Configuring Applications at Runtime: Feature Flags

Comments
2 min read
Crafting beautiful interactive console apps with System.CommandLine and Spectre.Console

Crafting beautiful interactive console apps with System.CommandLine and Spectre.Console

5
Comments 2
4 min read
How to Create a PDF Document in .NET using the PDF Library

How to Create a PDF Document in .NET using the PDF Library

Comments
1 min read
Interface | Explicação Completa (Definição, uso, estrutura e exemplo com C#)

Interface | Explicação Completa (Definição, uso, estrutura e exemplo com C#)

7
Comments
4 min read
接口 | 完整说明(定义、用法、结构和 C# 示例)

接口 | 完整说明(定义、用法、结构和 C# 示例)

Comments
1 min read
Interface | Full Explanation (Definition, usage, structure and example with C#)

Interface | Full Explanation (Definition, usage, structure and example with C#)

Comments
4 min read
Simplify Component Communication in .NET with MediatR

Simplify Component Communication in .NET with MediatR

2
Comments
2 min read
Understanding Virtual, Override and New Keywords in C#

Understanding Virtual, Override and New Keywords in C#

5
Comments 1
3 min read
Understanding and Implementing Middleware in ASP.NET Core

Understanding and Implementing Middleware in ASP.NET Core

3
Comments 2
4 min read
How delegating handlers bit me in the ass and how I tested them

How delegating handlers bit me in the ass and how I tested them

2
Comments
3 min read
Leveraging Interfaces and Dependency Injection for Flexible Code: A Practical Specflow Example

Leveraging Interfaces and Dependency Injection for Flexible Code: A Practical Specflow Example

Comments
4 min read
The best way to store and read relational data with Dapper

The best way to store and read relational data with Dapper

Comments
9 min read
EF Core Global Query Filters

EF Core Global Query Filters

6
Comments
4 min read
BIG surprise! aspx files in .NET Core

BIG surprise! aspx files in .NET Core

8
Comments
4 min read
FluentValidation: A Validation Library for .NET

FluentValidation: A Validation Library for .NET

10
Comments 2
11 min read
Como dividir inteiros no C#?

Como dividir inteiros no C#?

Comments
1 min read
20 C# Interview Questions (for Experienced) 2023

20 C# Interview Questions (for Experienced) 2023

68
Comments 3
12 min read
The Amazing C# Extension for VS Code

The Amazing C# Extension for VS Code

2
Comments
4 min read
Connecting Unity3D with AWS services

Connecting Unity3D with AWS services

23
Comments 3
6 min read
20 (Intermediate-Level) C# Interview Questions

20 (Intermediate-Level) C# Interview Questions

104
Comments 2
17 min read
Supprimer facilement les lignes et colonnes vides d'Excel en C# et VB.NET

Supprimer facilement les lignes et colonnes vides d'Excel en C# et VB.NET

Comments
4 min read
Writing Clear and Concise Code: 11 Guidelines for C# Developers

Writing Clear and Concise Code: 11 Guidelines for C# Developers

11
Comments 4
4 min read
My Tuples in C# note to self

My Tuples in C# note to self

Comments
1 min read
Extraire des données des tables PDF en C# et VB.NET (Une solution simple)

Extraire des données des tables PDF en C# et VB.NET (Une solution simple)

Comments
4 min read
loading...