.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
Photino

Photino is a lightweight open-source framework for building native, cross-platform desktop applications with Web UI technology.

#ui #webui #electron #dotnet

https://www.tryphotino.io
SAFE Stack v3 with SSDT Starter

Looking to create an F# powered React app using the new SAFE Stack v3, SQL Server and the new SSDT F# Type Provider? Then you’re in luck! This post will provide a step-by-step tutorial to get you up and running.

#fsharp #safe #todo #tutorial

https://jordanmarr.github.io/fsharp/safe-stack-ssdt-starter/
Blinking LEDs with Raspberry Pi (C#)

I use the Raspberry Pi to blink LEDs — with C# and .NET GPIO APIs — in weird and wonderful ways. It’s straightforward to blink a single LED, but it gets cumbersome to wire and control multiple LEDs once you get past half a dozen. In this post, I’ll show you how to control multiple LEDs easily, with a mix of code and hardware.

#csharp #raspi #raspberrypi #pi #LED

https://devblogs.microsoft.com/dotnet/blinking-leds-with-raspberry-pi/
ReggerIt

ReggerIt is a Domain Specific Language to be used to construct complex Regular Expression patterns.

#fsharp #regex #text #parsing #regular

https://fjoppe.github.io/ReggerIt
WPF Blocky

A WPF based visual programming editor

#csharp #wpf #blockly #visual #editor

https://github.com/weihuajiang/WPF-Blocky
Learning F#: How to make a snake game in the console

My favorite way to learn new things is by diving headfirst into a concept and start hacking away! The classic mobile game Snake should be a good challenge for a beginner F# developer.

https://blog.novacare.no/learning-f-how-to-make-a-snake-game-in-console/