.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
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
Puck CMS

A cross platform, open source .NET Core CMS. Fast, scalable, code-first, unobtrusive and extensible with powerful querying and Lucene integration.

https://puckcms.com/
Show dotnet: Running my .NET nanoFramework for 8 years on a battery

Today, I’d like to show dotnet how to run your own .NET application on a Micro Controller Unit (MCU) on a simple battery for multiple years. I’ll build an application that...

https://devblogs.microsoft.com/dotnet/show-dotnet-running-my-net-nanoframework-for-8-years-on-a-battery/
dotnet-repl

This project is an experiment using .NET Interactive and Spectre.Console to create a polyglot .NET REPL for use on the command line.

#fsharp #csharp #repl #console

https://github.com/jonsequitur/dotnet-repl
VVVV

vvvv is a visual-first live programming environment for the .NET ecosystem.
It uses our new visual programming language VL which compiles to C# using Roslyn and has full state hot-reload to allow you to modify programs while they are running.


https://visualprogramming.net/