.NET Developer

@devdot


Introducing Projects, Blogs, Podcasts, News and more for .NET Developers

Discussion Group: @devdotchats

.NET Developer

07 Jan, 18:58


Jellyfin

Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps. Written in C#.

#media #streaming #plex

🌐 github.com/jellyfin/jellyfin

.NET Developer

16 Sep, 20:09


winsw

A wrapper executable that can run any executable as a Windows service, in a permissive license, written in C#.

#service #cli #wrapper #csharp

🌐 github.com/winsw/winsw

.NET Developer

31 Aug, 23:16


Performance Improvements in .NET 7

A very detailed post about performance improvements in .NET 7 including JIT, GC, Native AOT, Reflection, Threading, Regex, IO, and more...

#performance #threading #gc #aot #serialization #crypto

🌐 devblog.microsoft.com/dotnet/performance_improvements...

.NET Developer

13 Aug, 08:09


Stryker Mutator

Stryker offers mutation testing for your .NET Core and .NET Framework projects. It allows you to test your tests by temporarily inserting bugs in your source code.

#test #mutation #core #framework

🌐 github.com/stryker-mutator/stryker-net

.NET Developer

08 Aug, 10:44


📄 A comprehensive overview of authentication in ASP.NET Core

Here I want to show the "big" picture and help point developers to the right directions. The only prerequisites are fundamental knowledge of .NET DI, cookie authentication, the OAuth2/OIDC protocols and their common flows...

#authentication #session #di #cookie #oauth

🌐 Read blog post at reddit.com

.NET Developer

06 Aug, 04:54


WPF UI

A simple way to make your application written in WPF keep up with modern design trends. Library changes the base elements like Page, ToggleButton or List, and also includes additional controls like Navigation, NumberBox, Dialog or Snackbar.

#theme #wpf #win11 #fluent

🌐 github.com/lepoco/wpfui

.NET Developer

06 Aug, 04:28


Flurl

Fluent URL builder and testable HTTP client for .NET, written in C#.

#url #fluent #http

🌐 github.com/tmenier/Flurl

.NET Developer

18 Jul, 14:54


Awesome Falsehood

Falsehoods Programmers Believe in!
A falsehood is an idea that you initially believed was true, but in reality, it is proven to be false.
E.g. of an idea: valid email address exactly has one @ character. So, you will use this rule to implement your email-field validation logic. Right? Wrong! The reality is...

#engineering #falsehood #myths #edgecases

🌐 github.com/kdeldycke/awesome-falsehood

.NET Developer

17 Jul, 07:43


VirtoCommerce Platform

An open-source platform for building extensible ecommerce applications. This includes complex digital commerce solutions for B2B, B2C, or B2B2C businesses, marketplaces, and derived SaaS commerce platforms.

#ecommerce #commerce #b2b #b2c #aspnet

🌐 github.com/VirtoCommerce/vc-platform

.NET Developer

09 Jul, 07:45


Getting Started with DevOps and .NET MAUI

.NET Multi-platform App UI (.NET MAUI) unifies Android, iOS, macOS, and Windows UI frameworks into a single framework so you can write one app that runs natively on many platforms. In this post, we will look at how easy it is to implement basic DevOps pipelines for .NET MAUI apps...

#maui #android #mac #gui #xplat #dekstop

🌐 devblogs.microsoft.com/dotnet/devops-for-dotnet-maui

.NET Developer

09 Jul, 07:39


Inline Assembly in F#! How does it work?

This is assembly language in F#. No, this is not emulated. It is not IL. It is x86 assembly language. The one that runs on your CPU natively. … in F#. So, let’s see how it works under the hood...

#fsharp #assembly #CE #x86

🌐 blog.devgenius.io/inline-assembly-...

.NET Developer

06 Jul, 09:49


NodeEditor

A node editor control for Avalonia.

#graph #avalonia #control #gui

🌐 github.com/wieslawsoltes/NodeEditor

.NET Developer

16 Jun, 17:42


Public APIs

A collective list of free APIs for use in software and web development in a wide variety of topics and categories

🌐 github.com/public-apis/public-apis

.NET Developer

14 Jun, 13:14


ecommerce-microservices-sample

🛍 A practical e-commerce microservices sample, built with C#, .Net Core, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.

#microservices #cqrs #ecom #ecommerce #eventdriven #ddd

🌐 github.com/mehdihadeli/ecommerce-microservices-sample

.NET Developer

11 Jun, 14:00


Urls

Urls is a .NET library of records that represent Urls, written in C#. All properties are immutable, and there are a collection of Fluent API style extension methods to make Url construction easy. Urls is designed with F# in mind. Use the non-destructive mutation (with) syntax to create new Urls easily and make HTTP calls with RestClient.Net.

#csharp #fsharp #url #urls

🌐 github.com/MelbourneDeveloper/Urls

.NET Developer

11 Jun, 13:56


Cocona

Micro-framework for .NET console application. Cocona makes it easy and fast to build console applications on .NET.

#console #terminal #commandline #csharp

🌐 github.com/mayuki/Cocona

.NET Developer

28 May, 20:19


Comparing a Voxel Game in F# and Rust

I recently ported Robocave from F# to Rust as a way to learn and experiment with Rust. The game is a first-person shooter originally written for 7dfps and PROCJAM using a custom F# engine based on Garnet and Veldrid...

#game #rust #fsharp

🌐 cragwind.com/blog/posts/comparing-voxel-game-fsharp-rust

.NET Developer

26 May, 16:42


FFMpegCore

A .NET FFMpeg/FFProbe wrapper for easily integrating media analysis and conversion into your C# applications

#audio #video #ffmpeg

🌐 github.com/rosenbjerg/FFMpegCore

.NET Developer

19 May, 07:15


Unity and. NET, what's next?

We’ve recently started a multiyear initiative to help you write more performant code faster and deliver long-term stability and compatibility. Read on to find out what we’re doing to update the foundational tech stack behind your scripts.

#unity #gamedev #mono #coreclr

🌐 Read at Unity Blog