Forem

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Create ASP.Net Core 3 Web API Using Entity Framework Core

Create ASP.Net Core 3 Web API Using Entity Framework Core

16
Comments
8 min read
Looking for a helpful dotnet library

Looking for a helpful dotnet library

26
Comments 12
1 min read
Generating Unique Random Data: A Practical Example Of Algorithm Analysis

Generating Unique Random Data: A Practical Example Of Algorithm Analysis

7
Comments
10 min read
Breaking the Rules of Unity Garbage Collection

Breaking the Rules of Unity Garbage Collection

8
Comments
6 min read
Learn how to build and work with Blazor apps using .NET Core, C# and JavaScript

Learn how to build and work with Blazor apps using .NET Core, C# and JavaScript

92
Comments 2
1 min read
Mini Profiler

Mini Profiler

8
Comments
3 min read
Use IdentityModel to manage ASP.NET Core Access Tokens the easy way

Use IdentityModel to manage ASP.NET Core Access Tokens the easy way

12
Comments
3 min read
Tu primera aplicación en .NET

Tu primera aplicación en .NET

13
Comments
3 min read
The Curry-Howard Correspondence in C#

The Curry-Howard Correspondence in C#

11
Comments 4
3 min read
RepoDb - a hybrid ORM library for .NET.

RepoDb - a hybrid ORM library for .NET.

9
Comments 4
2 min read
Demystifying Async & Await in C#

Demystifying Async & Await in C#

58
Comments 6
5 min read
Read-once variable - R1V, ROV, ... - in C#

Read-once variable - R1V, ROV, ... - in C#

8
Comments 15
1 min read
Easy-TOTP, A Time-Based authorization token generator library for C#

Easy-TOTP, A Time-Based authorization token generator library for C#

35
Comments 2
2 min read
AutoInvoke (Runtime method resolving and invoking)

AutoInvoke (Runtime method resolving and invoking)

3
Comments
1 min read
Creating Bespoke Input Components for Blazor from Scratch

Creating Bespoke Input Components for Blazor from Scratch

7
Comments
6 min read
Hello ASP .NET Core v3.1!

Hello ASP .NET Core v3.1!

7
Comments
5 min read
ASP .NET Core code sharing between Blazor, MVC and Razor Pages

ASP .NET Core code sharing between Blazor, MVC and Razor Pages

8
Comments
9 min read
How to use GraphQL Subscriptions in DotNet Core

How to use GraphQL Subscriptions in DotNet Core

8
Comments
6 min read
Managing and handling the filesystem using .NET Core

Managing and handling the filesystem using .NET Core

17
Comments 1
7 min read
Autenticación de Bots con Azure Active Directory

Autenticación de Bots con Azure Active Directory

10
Comments
14 min read
A Blazor project template for the real world

A Blazor project template for the real world

11
Comments
1 min read
When is it appropriate to use expression bodied methods?

When is it appropriate to use expression bodied methods?

7
Comments 5
1 min read
Vistulans - Game Dev Diary - Days 8-14 - Graph Logic

Vistulans - Game Dev Diary - Days 8-14 - Graph Logic

7
Comments
4 min read
Fault Resilience in Web Calls Using Polly

Fault Resilience in Web Calls Using Polly

6
Comments
4 min read
Adding HATEOAS to an ASP.NET Core API

Adding HATEOAS to an ASP.NET Core API

11
Comments 1
6 min read
OzCode a new way to debug your code

OzCode a new way to debug your code

4
Comments 3
4 min read
Binary & Bit Manipulation

Binary & Bit Manipulation

46
Comments 3
4 min read
Why all our objects be a little more private

Why all our objects be a little more private

7
Comments 4
3 min read
How to catch OverflowExceptions when casting values in .NET

How to catch OverflowExceptions when casting values in .NET

7
Comments
1 min read
Value Tuples makes actions better

Value Tuples makes actions better

7
Comments 1
1 min read
Desired Capabilities in Selenium Testing With Examples

Desired Capabilities in Selenium Testing With Examples

13
Comments
18 min read
Mocking HttpClients using HttpClientHandler in C#

Mocking HttpClients using HttpClientHandler in C#

6
Comments
2 min read
Actualizando de .Net Core 2.2 a 3.1

Actualizando de .Net Core 2.2 a 3.1

7
Comments
3 min read
How do Object Relational Mappers (like Entity Framework) work?

How do Object Relational Mappers (like Entity Framework) work?

79
Comments 4
5 min read
Manually Adding DbContext for an Integration Test

Manually Adding DbContext for an Integration Test

9
Comments
2 min read
Advanced String Templates in C#

Advanced String Templates in C#

57
Comments 4
3 min read
For the 1024 time – DateTime has no format!

For the 1024 time – DateTime has no format!

11
Comments 2
2 min read
How to Build an Interactive SPA with Blazor

How to Build an Interactive SPA with Blazor

23
Comments
9 min read
Introduction to Software Testing on Visual Studio 2019

Introduction to Software Testing on Visual Studio 2019

18
Comments
3 min read
Xamarin Forms y Entity Framework Core SQLite, Persistencia y Acceso a Datos Locales en dispositivos móviles

Xamarin Forms y Entity Framework Core SQLite, Persistencia y Acceso a Datos Locales en dispositivos móviles

10
Comments 2
8 min read
Why are these the gitignore rules for VS Code?

Why are these the gitignore rules for VS Code?

8
Comments 2
1 min read
9 awesome .NET conference talks you don't want to miss

9 awesome .NET conference talks you don't want to miss

176
Comments 3
4 min read
Duck-Typing with PeanutButter #1

Duck-Typing with PeanutButter #1

9
Comments
6 min read
Jupyter Notebooks con C#

Jupyter Notebooks con C#

13
Comments
3 min read
Who am I? Me, the name of the currently executing method in C# (Part 2)

Who am I? Me, the name of the currently executing method in C# (Part 2)

6
Comments 3
2 min read
Protect Web API using IdentityServer4 and consume with Blazor

Protect Web API using IdentityServer4 and consume with Blazor

21
Comments
7 min read
Launching - Tech Podcast 🎤 🎧 📹 for the World! Made with ❤️ in Berlin, Germany 🇩🇪 00:41

Launching - Tech Podcast 🎤 🎧 📹 for the World! Made with ❤️ in Berlin, Germany 🇩🇪

21
Comments 4
1 min read
Who am I? Me, the name of the currently executing method in C#

Who am I? Me, the name of the currently executing method in C#

9
Comments 6
1 min read
Policy-Based Authorization In Angular Using JWT

Policy-Based Authorization In Angular Using JWT

16
Comments
19 min read
What is this Blazor everyone's talking about?

What is this Blazor everyone's talking about?

11
Comments 1
6 min read
Beginners Guide to Automated Testing using Selenium WebDriver & NUnit for C#

Beginners Guide to Automated Testing using Selenium WebDriver & NUnit for C#

26
Comments 4
25 min read
Vistulans - Gamedev Diary - Days 1-7 - Basic Mechanisms

Vistulans - Gamedev Diary - Days 1-7 - Basic Mechanisms

6
Comments
7 min read
Turn on runtime compilation for modified views in ASP.NET Core

Turn on runtime compilation for modified views in ASP.NET Core

16
Comments 1
2 min read
8 Tips and Tricks for Writing the Best Queries in LINQ to Entities

8 Tips and Tricks for Writing the Best Queries in LINQ to Entities

66
Comments 2
8 min read
Use POCOs to group data and logic - there’s more to life than services and DTOs

Use POCOs to group data and logic - there’s more to life than services and DTOs

18
Comments 2
5 min read
MongoDB CRUD with Asp.Net Core Razor Pages - Simple Tutorial

MongoDB CRUD with Asp.Net Core Razor Pages - Simple Tutorial

24
Comments 1
3 min read
Patrón Repositorio (Repository Pattern) y Unidad de Trabajo (Unit Of Work) en ASP.NET Core WebApi 3.0

Patrón Repositorio (Repository Pattern) y Unidad de Trabajo (Unit Of Work) en ASP.NET Core WebApi 3.0

112
Comments 11
6 min read
[Configuration in Azure Functions Series - Part 1] Introduction to .NET Core configuration

[Configuration in Azure Functions Series - Part 1] Introduction to .NET Core configuration

14
Comments
14 min read
Experimental C# with Scientist .NET

Experimental C# with Scientist .NET

56
Comments
10 min read
JavaScript to C# web development

JavaScript to C# web development

11
Comments 4
3 min read
loading...