The Wayback Machine - https://web.archive.org/web/20210310113903/https://dev.to/t/csharp

DEV Community

loading...

C#

Official tag for the C# programming language.

👋 Sign in for the ability sort posts by top and latest.
How to write to a file with C# - StackOverflow doesn't get it right

How to write to a file with C# - StackOverflow doesn't get it right

4 2
5 min read
CouchDB and C#. EFCore-like queries!

CouchDB and C#. EFCore-like queries!

2
2 min read
Coding a .NETCore project on an iPad using Github Codespaces

Coding a .NETCore project on an iPad using Github Codespaces

5
1 min read
How do I disable the focus-highlight of a C# WinForms element?

How do I disable the focus-highlight of a C# WinForms element?

3
1 min read
Best .NET Posts This Week: 7th March 2021

Best .NET Posts This Week: 7th March 2021

2
2 min read
Is there a way to set the visibility of the entire class?

Is there a way to set the visibility of the entire class?

3
1 min read
Day 29: Heap Sort

Day 29: Heap Sort

5
1 min read
How to Achieve Visual Studio-Like Layout State Persistence in WPF

How to Achieve Visual Studio-Like Layout State Persistence in WPF

6
16 min read
What's the point of a `readonly struct` if the types aren't implicitly made `readonly`?

What's the point of a `readonly struct` if the types aren't implicitly made `readonly`?

5 7
1 min read
SaveChanges e controle transacional no EF Core

SaveChanges e controle transacional no EF Core

5
6 min read
AutoMapper

AutoMapper

5 4
2 min read
Kentico Xperience Design Patterns: Modeling Missing Data with Nullable Reference Types

Kentico Xperience Design Patterns: Modeling Missing Data with Nullable Reference Types

7
9 min read
Test Driven Development of Azure Functions with C# Part 3: Integration Tests

Test Driven Development of Azure Functions with C# Part 3: Integration Tests

6
5 min read
Test Driven Development of Azure Functions with C# Part 2: Unit Tests

Test Driven Development of Azure Functions with C# Part 2: Unit Tests

4
5 min read
Test Driven Development of Azure Functions with C# Part 1: Introduction to the application

Test Driven Development of Azure Functions with C# Part 1: Introduction to the application

4
6 min read
Introduction to C# comments

Introduction to C# comments

3
4 min read
C# tutorial for beginners | 2 | Write your first C# program

C# tutorial for beginners | 2 | Write your first C# program

3
1 min read
How to Build a Game & Learn C# - Loops & Finishing the Game

How to Build a Game & Learn C# - Loops & Finishing the Game

5
6 min read
Start using fields in C#. Using properties is not a good habit and won't do you any good...

Start using fields in C#. Using properties is not a good habit and won't do you any good...

6 5
2 min read
Construcción de un portal informativo para eventos con ASP.NET 5

Construcción de un portal informativo para eventos con ASP.NET 5

7
11 min read
C# tutorial for beginners | 1 | Setup development environment

C# tutorial for beginners | 1 | Setup development environment

2
1 min read
The Difference Between Single And First Methods In C# -Explained

The Difference Between Single And First Methods In C# -Explained

7
3 min read
3 programming paradigms that every Object-Oriented developer should know

3 programming paradigms that every Object-Oriented developer should know

7
2 min read
Task-based asynchronous Pattern and Composition (aka Task Combinators)

Task-based asynchronous Pattern and Composition (aka Task Combinators)

5
12 min read
In-depth document comparison

In-depth document comparison

6
1 min read
DELETE and PATCH

DELETE and PATCH

6
3 min read
Advanced Blazor State Management Using Fluxor, part 3

Advanced Blazor State Management Using Fluxor, part 3

4 3
5 min read
Advanced Blazor State Management Using Fluxor, part 2

Advanced Blazor State Management Using Fluxor, part 2

6
7 min read
I Did My Own Small Benchmark. C# - List of Int vs Array of Int

I Did My Own Small Benchmark. C# - List of Int vs Array of Int

2 2
1 min read
Advanced Blazor State Management Using Fluxor, part 1

Advanced Blazor State Management Using Fluxor, part 1

4
3 min read
The .NET Stacks #39: 🔥 Is Dapr worth the hype?

The .NET Stacks #39: 🔥 Is Dapr worth the hype?

5
11 min read
Custom Attributes in C# Web Controllers

Custom Attributes in C# Web Controllers

2
4 min read
Why doesn't the "any" option work for the "-r" flag of .NET publish?

Why doesn't the "any" option work for the "-r" flag of .NET publish?

15 6
2 min read
A Brief Introduction to F# for Object Oriented Developers

A Brief Introduction to F# for Object Oriented Developers

6
8 min read
Building an event information portal with ASP.NET 5 & DotVVM

Building an event information portal with ASP.NET 5 & DotVVM

5
10 min read
Handling non exceptional errors using Result and Result<T>

Handling non exceptional errors using Result and Result<T>

6
5 min read
API's From Dev to Production - Part 4

API's From Dev to Production - Part 4

6
10 min read
Game Dev Digest — Issue #84 - Learning, Tips, and Free Courses

Game Dev Digest — Issue #84 - Learning, Tips, and Free Courses

3
7 min read
Very simple procedural "dungeon" map generation

Very simple procedural "dungeon" map generation

5
4 min read
How do I set the release mode (e.g. "debug", "release") for a CSharp file in `X.csproj`

How do I set the release mode (e.g. "debug", "release") for a CSharp file in `X.csproj`

3 4
1 min read
Intro to Entity Framework Core 5 - New features

Intro to Entity Framework Core 5 - New features

11 3
7 min read
Call an existing Web API with a C# application (VIDEO)

Call an existing Web API with a C# application (VIDEO)

3
1 min read
Distributed Caching in ASP.NET Core with Redis

Distributed Caching in ASP.NET Core with Redis

30 5
7 min read
How can I cache output of a method's parameters, so I don't have to create a new object when the input(s) are the same?

How can I cache output of a method's parameters, so I don't have to create a new object when the input(s) are the same?

3 4
1 min read
C# Loops Explained

C# Loops Explained

5 2
2 min read
How to write good unit tests? Have a failing test

How to write good unit tests? Have a failing test

6
4 min read
EF Core 5.0 - Many to Many Relationship

EF Core 5.0 - Many to Many Relationship

7
3 min read
Game Dev Digest — Issue #82 - How-To Tutorials

Game Dev Digest — Issue #82 - How-To Tutorials

2
10 min read
Introduction to C# constants

Introduction to C# constants

8
4 min read
JsonConverter&lt;T&gt;

JsonConverter&lt;T&gt;

6
2 min read
Which one is better, Java's `final` or C#'s `readonly`?

Which one is better, Java's `final` or C#'s `readonly`?

4
1 min read
Create an Item Editor with UI Elements without uss and uxml in Unity

Create an Item Editor with UI Elements without uss and uxml in Unity

4
5 min read
A couple ways I test my .NET APIs

A couple ways I test my .NET APIs

18 1
3 min read
Converting IContent to IPublishedContent in Umbraco v8+

Converting IContent to IPublishedContent in Umbraco v8+

2
4 min read
Generate your first Xamarin application with JHipster.NET

Generate your first Xamarin application with JHipster.NET

5
3 min read
How to Send Emails and Reminders for Events in Blazor Scheduler

How to Send Emails and Reminders for Events in Blazor Scheduler

6
8 min read
Blazor: Live Preview Markdown Editor’s Content Using Markdig Library

Blazor: Live Preview Markdown Editor’s Content Using Markdig Library

4
4 min read
How to Migrate ASP.NET HTTP Handlers and Modules to ASP.NET Core Middleware

How to Migrate ASP.NET HTTP Handlers and Modules to ASP.NET Core Middleware

4
5 min read
Creando un API en Net Core 5 - OpenAPI & Swagger

Creando un API en Net Core 5 - OpenAPI & Swagger

4
5 min read
Easily Create Mock Data for Unit Tests

Easily Create Mock Data for Unit Tests

6
6 min read
loading...