.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
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/
Blazor Chat Sample

A sample Blazor chat application using SignalR with C#

#csharp

https://github.com/conficient/BlazorChatSample
TaskbarX

Center Windows taskbar icons with a variety of animations and options.

#windows #vb #visualbasic #taskbar

https://github.com/ChrisAnd1998/TaskbarX
LicenseToCIL

This is a library that wraps the .NET System.Reflection.Emit API for generating CIL code at runtime. The wrapper adds a tiny bit of type safety by doing two things...

#fsharp #msil #il #emit #reflection

https://github.com/rspeele/LicenseToCIL
carnac

A keyboard logging and presentation utility for presentations, screencasts, and to help you become a better keyboard user, written in C#

#csharp #keyboard

https://github.com/Code52/carnac
NetSparkleUpdater

An easily customizable software update framework for C# .NET projects with built-in UIs for WinForms, WPF, and Avalonia

#csharp #update #wpf #winforms #core

https://github.com/NetSparkleUpdater/NetSparkle
Rust for Fsharpers and F# for Rustaceans

Rust is my first language, and recently I've begun delving into languages in the Rust periphery, one of which is F# (since the Rust compiler was originally written in OCaml and it incorporates a good deal of its syntax)...

#fsharp #ocaml #rust

https://github.com/Dhghomon/rust-fsharp
Slime-Simulation

A slime simulation written in C#

#csharp

https://github.com/SebLague/Slime-Simulation
Conversation about the .NET type system

.NET type system defines that both reference and value types exist, that strings are immutable, that single-inheritence is allowed and multiple-inheritence is not, and that generics are a runtime concept. On the other hand, it doesn’t define concepts like...

https://devblogs.microsoft.com/dotnet/conversation-about-the-net-type-system/
Microsoft Coyote

Coyote is a tool designed to help ensure that your C# code is free of annoying concurrency bugs.

#csharp #concurrency

https://microsoft.github.io/coyote/
🥰1