.NET Developer
1.14K subscribers
160 photos
1 file
390 links
Introducing Projects, Blogs, Podcasts, News and more for .NET Developers

Discussion Group: @devdotchats
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Chromely (an alternative to Electron)

Build HTML Desktop Apps on .NET/.NET Core using native GUI, HTML5, JavaScript, CSS

https://github.com/chromelyapps/Chromely
Aardvark Platform

Awesome libraries from math to interactive high-performance graphics applications.

๐ŸŒ aardvarkians.com
๐ŸŒ github.com/aardvark-platform

๐Ÿท
Tags: #csharp #fsharp
New WinUI website launched!

https://aka.ms/winui
Project Tye

Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier

๐ŸŒ github:dotnet/tye
Ryujinx

Experimental Nintendo Switch Emulator written in C#

๐ŸŒ https://ryujinx.org
๐ŸŒ https://github.com/Ryujinx/Ryujinx

๐Ÿท
Tags: #csharp
Playnite

Open source video game library manager with support for 3rd party libraries like Steam, GOG, Origin, Battle.net and Uplay. Including game emulation support, providing one unified interface for your games.

๐ŸŒ github:JosefNemec/Playnite
Binary Defense F# Analyzers

Security analyzers for F# by Binary Defense, a leading information security company that specializes in endpoint detection, response, and protection and a MSSP services.

๐ŸŒ github:BinaryDefense/BinaryDefense.FSharp.Analyzers

๐Ÿท
Tags: #fsharp
dotnet-outdated

A .NET Core global tool to display outdated NuGet packages in a project

๐ŸŒ github:jerriep/dotnet-outdated
Falco

A functional micro-library for building brilliant ASP.NET Core applications using F#.

module HelloWorldApp 

open Falco

webApp {
get "/" (textOut "hello")
notFound (setStatusCode 404 >=> textOut "Not found")
}

๐ŸŒ github:pimbrouwers/Falco

๐Ÿท
Tags: #fsharp