DEV Community

.NET

.NET is an open source developer platform, created by Microsoft, for building many types of applications. With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, gaming, and IoT. Find more at https://dot.net

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Delegates in C#… why we need them?

Delegates in C#… why we need them?

27
Comments 3
8 min read
How to generate early-bound C# or Visual Basic (or C++) classes used by Dynamics 365 for Customer Engagement

How to generate early-bound C# or Visual Basic (or C++) classes used by Dynamics 365 for Customer Engagement

14
Comments
6 min read
Pipe in C#

Pipe in C#

22
Comments 2
4 min read
C# for Absolute Beginners (With STEP-BY-STEP Videos)

C# for Absolute Beginners (With STEP-BY-STEP Videos)

34
Comments 1
17 min read
Safer C# with the nameof operator

Safer C# with the nameof operator

58
Comments 6
3 min read
Manage contrast when converting a document to Grayscale Image in C#

Manage contrast when converting a document to Grayscale Image in C#

7
Comments
1 min read
Continuous Deployment on Azure with Visual Studio 2019 and GitHub

Continuous Deployment on Azure with Visual Studio 2019 and GitHub

11
Comments
4 min read
Delete one or more pages from a document in C#

Delete one or more pages from a document in C#

3
Comments
1 min read
An In-depth Look at Routing in Blazor

An In-depth Look at Routing in Blazor

5
Comments
10 min read
.NET and duck-typing, part 2, In which Things Are Enumerated

.NET and duck-typing, part 2, In which Things Are Enumerated

6
Comments
5 min read
The best way to pass data between Blazor pages

The best way to pass data between Blazor pages

11
Comments
8 min read
Develop Azure Functions using .NET Core 3.1

Develop Azure Functions using .NET Core 3.1

132
Comments 61
4 min read
Construcción de un API REST en .NET Core 3

Construcción de un API REST en .NET Core 3

15
Comments 5
11 min read
How to develop a plugin for NopCommerce

How to develop a plugin for NopCommerce

16
Comments 3
9 min read
Personal Dashboard Showing Calendar Events & Weather Forecast Using .NET Core

Personal Dashboard Showing Calendar Events & Weather Forecast Using .NET Core

49
Comments 4
4 min read
Episode 031 - Some simple unit tests with xUnit - ASP.NET Core: From 0 to overkill

Episode 031 - Some simple unit tests with xUnit - ASP.NET Core: From 0 to overkill

6
Comments
7 min read
Extract Data from Invoices or Receipts in C#

Extract Data from Invoices or Receipts in C#

15
Comments 1
3 min read
Migrate Kentico EMS to Kentico Kontent - Part 2: Assets

Migrate Kentico EMS to Kentico Kontent - Part 2: Assets

6
Comments
2 min read
What sort of questions would you ask to 12 years experienced developer

What sort of questions would you ask to 12 years experienced developer

5
Comments 1
1 min read
WPF Core with F# Libraries

WPF Core with F# Libraries

13
Comments
13 min read
Convert a document to Excel in C#

Convert a document to Excel in C#

6
Comments
1 min read
A simple tip to improve your code maintainability - Decompose IF statements into methods

A simple tip to improve your code maintainability - Decompose IF statements into methods

13
Comments 2
2 min read
Better ASP.NET Debugging with Failed Request Tracing

Better ASP.NET Debugging with Failed Request Tracing

36
Comments
2 min read
Logging Best Practices

Logging Best Practices

97
Comments 2
7 min read
F# Unit Testing – Refining the Squirrel Simulation

F# Unit Testing – Refining the Squirrel Simulation

12
Comments
10 min read
Pass Data Between Blazor Pages using Route Parameters

Pass Data Between Blazor Pages using Route Parameters

12
Comments 1
3 min read
Querying data using raw SQL & Stored Procedures in Entity Framework Core

Querying data using raw SQL & Stored Procedures in Entity Framework Core

3
Comments
4 min read
Count Words and Occurrences of Each Word in a Document using C#

Count Words and Occurrences of Each Word in a Document using C#

16
Comments 2
3 min read
Creating a NopCommerce plugin with .Net Core and Angular - Part I

Creating a NopCommerce plugin with .Net Core and Angular - Part I

11
Comments 1
3 min read
The Worst Bug I Ever Caused

The Worst Bug I Ever Caused

75
Comments 5
7 min read
Roundup #57: Dapr, .NET Core API Porting, EF Core 3 NETStandard2, ASP.NET Core Best Practices

Roundup #57: Dapr, .NET Core API Porting, EF Core 3 NETStandard2, ASP.NET Core Best Practices

11
Comments
3 min read
Blazor PWAs are awesome!

Blazor PWAs are awesome!

9
Comments 1
1 min read
Caller Member Info, C#, and You

Caller Member Info, C#, and You

40
Comments 5
3 min read
On .NET Episode: Coding F# in Visual Studio Code with Ionide

On .NET Episode: Coding F# in Visual Studio Code with Ionide

17
Comments 1
2 min read
Free, Open Source ASP.NET Core User Community & Support Software

Free, Open Source ASP.NET Core User Community & Support Software

10
Comments 2
2 min read
Let's do some DDD with Entity Framework Core 3 - part 2: let's see some code!

Let's do some DDD with Entity Framework Core 3 - part 2: let's see some code!

16
Comments
5 min read
How to generate C# or TypeScript client code for OpenAPI (Swagger) specification

How to generate C# or TypeScript client code for OpenAPI (Swagger) specification

12
Comments
3 min read
Singleton Pattern Implemented in C#

Singleton Pattern Implemented in C#

10
Comments 2
4 min read
Blazor Components as Shortcodes

Blazor Components as Shortcodes

11
Comments
3 min read
How C# 8 Helps Software Quality

How C# 8 Helps Software Quality

159
Comments 15
7 min read
The Complete Guide to Machine Learning with ML.NET

The Complete Guide to Machine Learning with ML.NET

37
Comments
2 min read
Guía Swagger en ASP.NET Core, Para un Amigo

Guía Swagger en ASP.NET Core, Para un Amigo

10
Comments
6 min read
.net

.net

4
Comments 1
1 min read
Let's do some DDD with Entity Framework Core 3!

Let's do some DDD with Entity Framework Core 3!

9
Comments
3 min read
Back to the '74 with a 8080 emulator - part 2: rendering

Back to the '74 with a 8080 emulator - part 2: rendering

4
Comments
3 min read
Back to the '74 with a 8080 emulator - part 1

Back to the '74 with a 8080 emulator - part 1

3
Comments
4 min read
Interview question: how do nullable value types work? (C#)

Interview question: how do nullable value types work? (C#)

29
Comments 1
2 min read
When Assembly.LoadFrom doesn't do what you expect

When Assembly.LoadFrom doesn't do what you expect

6
Comments
1 min read
On .NET Episode: IoT support for .NET Core

On .NET Episode: IoT support for .NET Core

15
Comments
1 min read
Avoiding the Repository Pattern with an ORM

Avoiding the Repository Pattern with an ORM

16
Comments 2
4 min read
Episode 030 - Analyzing performance with BenchmarkDotNet - ASP.NET Core: From 0 to overkill

Episode 030 - Analyzing performance with BenchmarkDotNet - ASP.NET Core: From 0 to overkill

11
Comments
19 min read
Generic Singletons

Generic Singletons

11
Comments 13
5 min read
.NET Essentials - NDepend

.NET Essentials - NDepend

47
Comments 2
5 min read
C# Async Await, Simply

C# Async Await, Simply

263
Comments 31
4 min read
Lessons learned adding a second line of business to a 20-year-old application

Lessons learned adding a second line of business to a 20-year-old application

6
Comments 1
15 min read
Steps to create an MVVM application (Model-View-Viewmodel) with DotVVM and ASP.NET Core

Steps to create an MVVM application (Model-View-Viewmodel) with DotVVM and ASP.NET Core

7
Comments
4 min read
ASP.NET Core Integration Testing: Protected endpoints

ASP.NET Core Integration Testing: Protected endpoints

12
Comments 1
4 min read
F# Squirrel Brains: Adding Actors and Getting Functional

F# Squirrel Brains: Adding Actors and Getting Functional

50
Comments 2
10 min read
Alternative view engine for ASP.NET Core: Parsing template syntax

Alternative view engine for ASP.NET Core: Parsing template syntax

9
Comments
6 min read
Migrate Kentico EMS to Kentico Kontent - Part 1: Taxonomy

Migrate Kentico EMS to Kentico Kontent - Part 1: Taxonomy

11
Comments 2
2 min read
loading...