.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
Feliz.Quill

Quill rich text editor extension for Feliz

#fsharp #feliz #fable

https://dzoukr.github.io/Feliz.Quill/#/
Fugit

An F# library for syntactically nice construction of DateTime and TimeSpan objects.

#fsharp #datetime #timespan

https://github.com/Jlobblet/Fugit
Writing high performance F# code

While this post is addressed to F# .NET developers, it introduces much wider concepts starting from hardware architecture to overall .NET runtime and JIT compiler optimizations. It shouldn't be a surprise - optimizing the application performance requires us to understand the relationships between our high level code and what actually happens on the hardware.

#fsharp #perf #performance #rust

https://bartoszsypytkowski.com/writing-high-performance-f-code/amp/
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/
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
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
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