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.
Finally found a cross-platform Excel parsing library

Finally found a cross-platform Excel parsing library

13
Comments 5
2 min read
MediatR behaviors to validate API Resource existence

MediatR behaviors to validate API Resource existence

9
Comments
1 min read
Refactoring Legacy Monoliths - Part 1: First Steps

Refactoring Legacy Monoliths - Part 1: First Steps

49
Comments 7
3 min read
Dealing with Nothing in C# - Nullable

Dealing with Nothing in C# - Nullable

45
Comments 2
6 min read
Refactoring Legacy Monoliths - Part 2: Cost-Benefit Analysis Of Refactoring

Refactoring Legacy Monoliths - Part 2: Cost-Benefit Analysis Of Refactoring

21
Comments
4 min read
Dealing with Nothing in C# - The Null Object Pattern

Dealing with Nothing in C# - The Null Object Pattern

142
Comments 18
3 min read
I Changed INotifyPropertyChanged

I Changed INotifyPropertyChanged

16
Comments 1
2 min read
Get Started with Angular on .NET Core 2.1 (Part One)

Get Started with Angular on .NET Core 2.1 (Part One)

19
Comments
4 min read
Integration Tests In ASP.NET Core Controllers

Integration Tests In ASP.NET Core Controllers

7
Comments
2 min read
Building for Alexa - 3 - Structuring your Code

Building for Alexa - 3 - Structuring your Code

5
Comments
2 min read
Async/Await For The Rest Of Us

Async/Await For The Rest Of Us

51
Comments 2
7 min read
Simple Factory Pattern in C# and .net core

Simple Factory Pattern in C# and .net core

23
Comments
5 min read
Using .Net Core Console Apps as a Baseline for Teaching Programming

Using .Net Core Console Apps as a Baseline for Teaching Programming

19
Comments 3
1 min read
Passing serialized C# object in JSON to Razor Page

Passing serialized C# object in JSON to Razor Page

24
Comments 3
2 min read
6 Ways To Implement The Strategy Pattern In C# (Basic To Advanced)

6 Ways To Implement The Strategy Pattern In C# (Basic To Advanced)

29
Comments 4
8 min read
From Python to C#

From Python to C#

10
Comments 9
1 min read
[TIL] int vs short and the (unexpected) performance impact

[TIL] int vs short and the (unexpected) performance impact

30
Comments 2
3 min read
Mongo what now?

Mongo what now?

12
Comments
4 min read
Preparing .NET Projects for Business Trips

Preparing .NET Projects for Business Trips

12
Comments
4 min read
Keeping Your ADO Sql Connections Safe

Keeping Your ADO Sql Connections Safe

16
Comments
6 min read
Is it Worth Learning Microsoft's Tech Stack?

Is it Worth Learning Microsoft's Tech Stack?

28
Comments 14
2 min read
Creating a CI/CD pipeline for a .NET library: Part 2 - Defining the build with Cake and publishing to NuGet

Creating a CI/CD pipeline for a .NET library: Part 2 - Defining the build with Cake and publishing to NuGet

24
Comments
6 min read
Creating a CI/CD pipeline for a .NET library: Part 1 - Intro

Creating a CI/CD pipeline for a .NET library: Part 1 - Intro

21
Comments
2 min read
Creating a CI/CD pipeline for a .NET library: Part 4 - Code coverage on Coveralls, badges and wrap up

Creating a CI/CD pipeline for a .NET library: Part 4 - Code coverage on Coveralls, badges and wrap up

15
Comments
4 min read
Creating a CI/CD pipeline for a .NET library: Part 3 - Building on AppVeyor and Travis CI

Creating a CI/CD pipeline for a .NET library: Part 3 - Building on AppVeyor and Travis CI

5
Comments
6 min read
[P2] Writing a serialization library in C#: Performance is a feature

[P2] Writing a serialization library in C#: Performance is a feature

10
Comments
2 min read
[P1] Writing a serialization library in C#: The case for Ion

[P1] Writing a serialization library in C#: The case for Ion

10
Comments
6 min read
Let's make a framework

Let's make a framework

10
Comments
6 min read
Build a Secure CRUD App with ASP.NET Core and React

Build a Secure CRUD App with ASP.NET Core and React

38
Comments
24 min read
Using global tool "dotnet outdated" to check for the latest NuGet package updates

Using global tool "dotnet outdated" to check for the latest NuGet package updates

16
Comments 1
2 min read
Getting Started with AWS: Up and Running with Elastic Beanstalk in Minutes

Getting Started with AWS: Up and Running with Elastic Beanstalk in Minutes

48
Comments 4
8 min read
Aquamon: Interacting with Salesforce Tooling API

Aquamon: Interacting with Salesforce Tooling API

16
Comments 2
4 min read
Learning DevOps, building the ASP.NET Core Workshop, and keeping it up to date

Learning DevOps, building the ASP.NET Core Workshop, and keeping it up to date

31
Comments 1
6 min read
Durable Functions - The Anatomy of Function Naming

Durable Functions - The Anatomy of Function Naming

7
Comments
4 min read
New features in C# 8

New features in C# 8

21
Comments 1
2 min read
Creating a site for your project using DocFX

Creating a site for your project using DocFX

12
Comments
7 min read
My Transition from .Net to Salesforce. My thoughts and the challenges so far.

My Transition from .Net to Salesforce. My thoughts and the challenges so far.

30
Comments 14
5 min read
Caching in ASP.NET Core with LazyCache

Caching in ASP.NET Core with LazyCache

16
Comments 1
2 min read
Print PDF's on Azure Using an API and RazorLight

Print PDF's on Azure Using an API and RazorLight

10
Comments
3 min read
Simple webpack config to build javascript, sass and css using NPM and ASP.NET Core

Simple webpack config to build javascript, sass and css using NPM and ASP.NET Core

12
Comments
3 min read
Mock Multiple Calls To The Same Method With FakeItEasy, Moq and NSubstitute

Mock Multiple Calls To The Same Method With FakeItEasy, Moq and NSubstitute

9
Comments
1 min read
Unit Tests In ASP.NET Core Controllers

Unit Tests In ASP.NET Core Controllers

15
Comments
1 min read
How To: Use EntityFramework Core In-Memory Database For Unit Testing

How To: Use EntityFramework Core In-Memory Database For Unit Testing

10
Comments
1 min read
Improving Unit Test Readability In .Net With Fluent Assertions

Improving Unit Test Readability In .Net With Fluent Assertions

8
Comments
1 min read
Apps & Microservices – What you need to know: Autonomy and the challenges you will face.

Apps & Microservices – What you need to know: Autonomy and the challenges you will face.

119
Comments
9 min read
ORM-less Data Access in .Net Core

ORM-less Data Access in .Net Core

74
Comments 9
9 min read
How do you like to learn coding? Have you seen Fritz on Twitch?

How do you like to learn coding? Have you seen Fritz on Twitch?

113
Comments 1
2 min read
Dotnetifying gRPC: Sane Edition

Dotnetifying gRPC: Sane Edition

14
Comments
11 min read
Let's Build

Let's Build

14
Comments 1
3 min read
Simple background scheduling

Simple background scheduling

6
Comments
4 min read
How to easily start using CosmosDB in your C# application in no time with Cosmonaut

How to easily start using CosmosDB in your C# application in no time with Cosmonaut

14
Comments
6 min read
.NET Core in Docker on a Raspberry Pi

.NET Core in Docker on a Raspberry Pi

35
Comments 1
3 min read
Using .NET's HttpClient without following redirects

Using .NET's HttpClient without following redirects

12
Comments
4 min read
Getting started with .NET Core

Getting started with .NET Core

39
Comments
3 min read
What's new in C# 7.3?

What's new in C# 7.3?

28
Comments 6
3 min read
Using cancellation tokens on ASP.NET Core MVC actions

Using cancellation tokens on ASP.NET Core MVC actions

21
Comments 8
3 min read
A .NET Glossary

A .NET Glossary

139
Comments 6
3 min read
Dotnetifying gRPC

Dotnetifying gRPC

32
Comments
14 min read
Is the Managed Code Slower than the Native Code?

Is the Managed Code Slower than the Native Code?

9
Comments
2 min read
New Features in C# 7.1 and 7.2

New Features in C# 7.1 and 7.2

16
Comments
5 min read
loading...