DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Código único com NanoID.net

Código único com NanoID.net

6
Comments
2 min read
Text wrap with SkiaSharp

Text wrap with SkiaSharp

5
Comments 1
2 min read
C# Scripting using dotnet-script

C# Scripting using dotnet-script

22
Comments
3 min read
Database Relationships(One to Many, Many to Many) in ASP.NET CORE 2.1

Database Relationships(One to Many, Many to Many) in ASP.NET CORE 2.1

13
Comments
4 min read
Using NULL Conditional and Coalescing Operators in C#

Using NULL Conditional and Coalescing Operators in C#

11
Comments 1
2 min read
Add Service in ASP.NET Core 2.1

Add Service in ASP.NET Core 2.1

6
Comments
6 min read
Зустрічайте C# 9.0

Зустрічайте C# 9.0

11
Comments
3 min read
Principles Of Object-Oriented Programming Part 2- Encapsulation

Principles Of Object-Oriented Programming Part 2- Encapsulation

14
Comments
5 min read
Multilayer Caching in .NET

Multilayer Caching in .NET

48
Comments 8
5 min read
Traveling Salesman Problem

Traveling Salesman Problem

20
Comments
7 min read
How to Build a Game & Learn C#: Self-Paced Workshop - Getting Started

How to Build a Game & Learn C#: Self-Paced Workshop - Getting Started

12
Comments 2
5 min read
Starting an Asp.Net Core Walking Skeleton

Starting an Asp.Net Core Walking Skeleton

7
Comments 4
6 min read
Into the Unknown - Working with Missing Data in C# Part 1: Being Explicit

Into the Unknown - Working with Missing Data in C# Part 1: Being Explicit

6
Comments
5 min read
Machine learning: How to ensure labels are smart, not lucky

Machine learning: How to ensure labels are smart, not lucky

5
Comments 1
9 min read
How to avoid mocking repository for Unit Tests

How to avoid mocking repository for Unit Tests

5
Comments
1 min read
Game Dev Digest — Issue #48 - ML Agents, AI, Testing, Hi & Low Res, Shaders, And Much More!

Game Dev Digest — Issue #48 - ML Agents, AI, Testing, Hi & Low Res, Shaders, And Much More!

2
Comments
10 min read
C# collections by Example

C# collections by Example

3
Comments
3 min read
Why writing integration tests on a C# API is a productivity booster

Why writing integration tests on a C# API is a productivity booster

43
Comments 9
5 min read
Build a CRUD Application with ASP.NET Core 2.1

Build a CRUD Application with ASP.NET Core 2.1

6
Comments
6 min read
Querying a Record Using C# .NET and the Salesforce REST API

Querying a Record Using C# .NET and the Salesforce REST API

20
Comments 1
3 min read
Senstate - Updates, C#-Client and a future look

Senstate - Updates, C#-Client and a future look

4
Comments
2 min read
Kafka + Docker + Net Core 101 - parte 1

Kafka + Docker + Net Core 101 - parte 1

19
Comments
5 min read
Create Database using Code First in ASP.NET CORE 2.1

Create Database using Code First in ASP.NET CORE 2.1

5
Comments
3 min read
Doodling in C# at Quora

Doodling in C# at Quora

2
Comments
2 min read
List of ASP.NET MVC 5 posts

List of ASP.NET MVC 5 posts

11
Comments
2 min read
Build Web API using Angular with ASP.NET MVC5 (Part 1)

Build Web API using Angular with ASP.NET MVC5 (Part 1)

9
Comments
3 min read
Build Web API using Angular with ASP.NET MVC5 (Part 2)

Build Web API using Angular with ASP.NET MVC5 (Part 2)

6
Comments
3 min read
Simple Weather App With Google Maps Using Blazor Server, HttpClient and Radzen Components

Simple Weather App With Google Maps Using Blazor Server, HttpClient and Radzen Components

45
Comments 13
2 min read
C# ile PDF Oluşturma (Örnek fatura uygulaması)

C# ile PDF Oluşturma (Örnek fatura uygulaması)

2
Comments
3 min read
Cryptography with Practical Examples in .Net Core

Cryptography with Practical Examples in .Net Core

31
Comments 2
6 min read
Build Angular + ASP.NET MVC 5

Build Angular + ASP.NET MVC 5

5
Comments
1 min read
ASP.NET MVC 5 - Multiple Comment

ASP.NET MVC 5 - Multiple Comment

4
Comments
2 min read
ASP.NET MVC 5 Stored Procedure

ASP.NET MVC 5 Stored Procedure

9
Comments
4 min read
Coding Home Automation

Coding Home Automation

14
Comments 4
6 min read
COVID-19 EDA and Prediction using .Net Dataframe and ML.Net (C#) - Prediction

COVID-19 EDA and Prediction using .Net Dataframe and ML.Net (C#) - Prediction

6
Comments
9 min read
COVID-19 EDA and Prediction using .Net Dataframe and ML.Net (C#) - Exploratory Data Analysis

COVID-19 EDA and Prediction using .Net Dataframe and ML.Net (C#) - Exploratory Data Analysis

5
Comments
20 min read
COVID-19 EDA and Prediction using .Net Dataframe and ML.Net (C#) - Introduction

COVID-19 EDA and Prediction using .Net Dataframe and ML.Net (C#) - Introduction

2
Comments
8 min read
Implementing the Brainfuck compiler front end in C#

Implementing the Brainfuck compiler front end in C#

4
Comments
1 min read
C# Repository Design Pattern for Database Operations in a .NET Core 3.1 MVC Web App

C# Repository Design Pattern for Database Operations in a .NET Core 3.1 MVC Web App

12
Comments
3 min read
Call function in unmanaged DLL from C# and pass custom data types [Marshal]

Call function in unmanaged DLL from C# and pass custom data types [Marshal]

12
Comments
6 min read
Game Dev Digest — Issue #47 - C#, Patterns, Nintendo-style Effects, Free Project Starters, and lots more!

Game Dev Digest — Issue #47 - C#, Patterns, Nintendo-style Effects, Free Project Starters, and lots more!

7
Comments
9 min read
Syncfusion Blazor Components are Blazor WebAssembly 3.2.0 Compatible!

Syncfusion Blazor Components are Blazor WebAssembly 3.2.0 Compatible!

4
Comments
4 min read
Introduction To Classes And Objects In Object-Oriented Programming In C#

Introduction To Classes And Objects In Object-Oriented Programming In C#

21
Comments 2
5 min read
Filter Your Grids: How to Dynamically Build LINQ Expressions

Filter Your Grids: How to Dynamically Build LINQ Expressions

44
Comments 2
11 min read
Publisher Subscriber vs Observer pattern with C#

Publisher Subscriber vs Observer pattern with C#

16
Comments
7 min read
Looking for C# Open Source Projects for a 1st Time Contributor

Looking for C# Open Source Projects for a 1st Time Contributor

50
Comments 14
1 min read
[Win32 / Hooks / Spy++] How I got rid of those useless mouse buttons using Windows Hooks

[Win32 / Hooks / Spy++] How I got rid of those useless mouse buttons using Windows Hooks

7
Comments
8 min read
Introduction to Software Architecture

Introduction to Software Architecture

38
Comments
5 min read
Implementing Distributed Cache on SQL Server using .Net

Implementing Distributed Cache on SQL Server using .Net

26
Comments 1
3 min read
EF Core: How to implement basic Auditing on your Entities

EF Core: How to implement basic Auditing on your Entities

40
Comments 4
3 min read
Quickly Scaffold REST API Model Classes in Visual Studio

Quickly Scaffold REST API Model Classes in Visual Studio

6
Comments
4 min read
Writing a COM DLL in C# and interfacing with JavaScript

Writing a COM DLL in C# and interfacing with JavaScript

5
Comments 1
3 min read
Defining types at runtime? why not...

Defining types at runtime? why not...

6
Comments
3 min read
Locally publishing Service Fabric without State Loss

Locally publishing Service Fabric without State Loss

4
Comments
1 min read
How to avoid the Visitor pattern in C#

How to avoid the Visitor pattern in C#

24
Comments 5
6 min read
Empowering MySQL DB Access with MySqlConnector + RepoDb

Empowering MySQL DB Access with MySqlConnector + RepoDb

7
Comments
5 min read
Conway’s Game of Life with Blazor

Conway’s Game of Life with Blazor

4
Comments 5
2 min read
.NET Core: Use HttpClientFactory and Polly to build rock solid services

.NET Core: Use HttpClientFactory and Polly to build rock solid services

118
Comments 6
4 min read
C# Unit Testing a Custom FileResult That Exports Data into a CSV file Using Streaming in a .NET Core 3.1 MVC App

C# Unit Testing a Custom FileResult That Exports Data into a CSV file Using Streaming in a .NET Core 3.1 MVC App

13
Comments
5 min read
Game Dev Digest — Issue #46 - Testing, Profile, Optimization. Game Dev Tutorials. What's New... All That And More

Game Dev Digest — Issue #46 - Testing, Profile, Optimization. Game Dev Tutorials. What's New... All That And More

4
Comments
12 min read
loading...