Feliz.Quill
Quill rich text editor extension for Feliz
#fsharp #feliz #fable
https://dzoukr.github.io/Feliz.Quill/#/
Quill rich text editor extension for Feliz
#fsharp #feliz #fable
https://dzoukr.github.io/Feliz.Quill/#/
CompactGUI
Visual Interface for the Windows 10 Compact Function
#vb #visualbasic #win10
https://github.com/ImminentFate/CompactGUI
Visual Interface for the Windows 10 Compact Function
#vb #visualbasic #win10
https://github.com/ImminentFate/CompactGUI
Join .NET team on the .NET language & runtime community standup. Today: plans for .NET 6 & VB source generators.
https://twitter.com/terrajobst/status/1349777588353331207
https://twitter.com/terrajobst/status/1349777588353331207
Twitter
Immo Landwerth
Join @KathleenDollard @runfaster2000 @_cartermp and myself on the .NET language & runtime community standup. Today: plans for .NET 6 & VB source generators. https://t.co/Ayh3G6u9IE
SapphireDb
a self-hosted, easy to use realtime database for Asp.Net Core and EF Core
#database #data #realtime #asp #ef
https://github.com/SapphireDb/SapphireDb
a self-hosted, easy to use realtime database for Asp.Net Core and EF Core
#database #data #realtime #asp #ef
https://github.com/SapphireDb/SapphireDb
GitHub
GitHub - SapphireDb/SapphireDb: SapphireDb Server, a self-hosted, easy to use realtime database for Asp.Net Core and EF Core
SapphireDb Server, a self-hosted, easy to use realtime database for Asp.Net Core and EF Core - SapphireDb/SapphireDb
NodeBasedDialogueSystem
A node-based visual narrative flow creation tool that uses Unity's GraphView API.
#unity #graph_view #dialogue_system
https://github.com/merpheus-dev/NodeBasedDialogueSystem
A node-based visual narrative flow creation tool that uses Unity's GraphView API.
#unity #graph_view #dialogue_system
https://github.com/merpheus-dev/NodeBasedDialogueSystem
Akkatecture
A CQRS and event sourcing framework for dotnet core using akka.net
#akka #microservices #actors #ddd #cqrs
https://github.com/Lutando/Akkatecture
A CQRS and event sourcing framework for dotnet core using akka.net
#akka #microservices #actors #ddd #cqrs
https://github.com/Lutando/Akkatecture
GitHub
GitHub - ThembisileNGQ/Akkatecture: a cqrs and event sourcing framework for dotnet core using akka.net
a cqrs and event sourcing framework for dotnet core using akka.net - GitHub - ThembisileNGQ/Akkatecture: a cqrs and event sourcing framework for dotnet core using akka.net
microsoft/win32metadata
Tooling to generate metadata for Win32 APIs in the Windows SDK.
https://github.com/microsoft/win32metadata
Tooling to generate metadata for Win32 APIs in the Windows SDK.
https://github.com/microsoft/win32metadata
GitHub
GitHub - microsoft/win32metadata: Tooling to generate metadata for Win32 APIs in the Windows SDK.
Tooling to generate metadata for Win32 APIs in the Windows SDK. - microsoft/win32metadata
Fugit
An F# library for syntactically nice construction of DateTime and TimeSpan objects.
#fsharp #datetime #timespan
https://github.com/Jlobblet/Fugit
An F# library for syntactically nice construction of DateTime and TimeSpan objects.
#fsharp #datetime #timespan
https://github.com/Jlobblet/Fugit
CsWin32
A source generator to add a user-defined set of Win32 P/Invoke methods and supporting types to a C# project.
#csharp #pinvoke #platform #source_generator
https://github.com/microsoft/CsWin32
A source generator to add a user-defined set of Win32 P/Invoke methods and supporting types to a C# project.
#csharp #pinvoke #platform #source_generator
https://github.com/microsoft/CsWin32
GitHub
GitHub - microsoft/CsWin32: A source generator to add a user-defined set of Win32 P/Invoke methods and supporting types to a C#…
A source generator to add a user-defined set of Win32 P/Invoke methods and supporting types to a C# project. - microsoft/CsWin32
manuelroemer/Files
A modern, immutable, async-first, DI-friendly abstraction of hierarchical file systems with a consistent and developer friendly API that allows seamless switching between multiple underlying file system manifestations, while also fixing and hiding the flaws and inconsistencies of the wrapped APIs.
#csharp #files #fs #filesystem
https://github.com/manuelroemer/Files
A modern, immutable, async-first, DI-friendly abstraction of hierarchical file systems with a consistent and developer friendly API that allows seamless switching between multiple underlying file system manifestations, while also fixing and hiding the flaws and inconsistencies of the wrapped APIs.
#csharp #files #fs #filesystem
https://github.com/manuelroemer/Files
GitHub
GitHub - manuelroemer/Files: A modern, immutable, async-first, DI-friendly abstraction of hierarchical file systems with a consistent…
A modern, immutable, async-first, DI-friendly abstraction of hierarchical file systems with a consistent and developer friendly API that allows seamless switching between multiple underlying file s...
Prerendering a Blazor WebAssembly app to static files, without an ASP.NET Core host app
https://andrewlock.net/prerending-a-blazor-webassembly-app-without-an-asp-net-core-host-app/
https://andrewlock.net/prerending-a-blazor-webassembly-app-without-an-asp-net-core-host-app/
Andrew Lock | .NET Escapades
Prerendering a Blazor WebAssembly app to static files, without an ASP.NET Core host app
In this post I show how to prerender all the pages in a Blazor WebAssembly app ahead of time, so you can host the app as static files, without a host app.
What the F#
In a previous post I have explained my motivations for functional programming. It’s no secret I love F# because F# makes me sleep better. In this post, I would like to discuss some different aspects of F#.
https://onurgumus.github.io/2021/01/31/What-the-F.html
In a previous post I have explained my motivations for functional programming. It’s no secret I love F# because F# makes me sleep better. In this post, I would like to discuss some different aspects of F#.
https://onurgumus.github.io/2021/01/31/What-the-F.html
Using C# Source Generators to create an external DSL | .NET Blog
https://devblogs.microsoft.com/dotnet/using-c-source-generators-to-create-an-external-dsl/
https://devblogs.microsoft.com/dotnet/using-c-source-generators-to-create-an-external-dsl/
Microsoft News
Using C# Source Generators to create an external DSL
The blog post looks at how to use C# Source Generators to build an external DSL to represent mathematical expressions.
C# 9 - Improving performance using the SkipLocalsInit attribute
C# 9 brings lots of new language features. One of them is the ability to suppress emitting .locals init flag. This feature allows to improve the performance of a method by not zeroing the local variables before executing the method. Even if zeroing local has been improved in .NET 5, not doing it will still be faster.
#csharp #perf #performance
https://www.meziantou.net/csharp-9-improve-performance-using-skiplocalsinit.htm
C# 9 brings lots of new language features. One of them is the ability to suppress emitting .locals init flag. This feature allows to improve the performance of a method by not zeroing the local variables before executing the method. Even if zeroing local has been improved in .NET 5, not doing it will still be faster.
#csharp #perf #performance
https://www.meziantou.net/csharp-9-improve-performance-using-skiplocalsinit.htm
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/
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/
Deploying a .NET Core Blazor App to Netlify using GitHub Actions
https://exceptionnotfound.net/deploying-a-net-core-blazor-app-to-netlify-using-github-actions/
https://exceptionnotfound.net/deploying-a-net-core-blazor-app-to-netlify-using-github-actions/
Exception Not Found
Deploying a .NET Core Blazor App to Netlify using GitHub Actions
Part of deploying a brand new site is getting the build process set up. For my
new project, BlazorGames.net [https://blazorgames.net/], I decided to host the
site (which is built in Blazor WebAssembly) on Netlify after hearing many good
things about that…
new project, BlazorGames.net [https://blazorgames.net/], I decided to host the
site (which is built in Blazor WebAssembly) on Netlify after hearing many good
things about that…
aspnetcorehero/Boilerplate
Clean Architecture Solution Template for ASP.NET Core 5.0. Built with Onion/Hexagonal Architecture and incorporates the most essential Packages your projects will ever need. Includes both WebApi and Web(MVC) Projects.
#asp #aspnet #csharp #web #api
https://github.com/aspnetcorehero/Boilerplate
Clean Architecture Solution Template for ASP.NET Core 5.0. Built with Onion/Hexagonal Architecture and incorporates the most essential Packages your projects will ever need. Includes both WebApi and Web(MVC) Projects.
#asp #aspnet #csharp #web #api
https://github.com/aspnetcorehero/Boilerplate
GitHub
GitHub - aspnetcorehero/Boilerplate: Clean Architecture Solution Template for ASP.NET Core 5.0. Built with Onion/Hexagonal Architecture…
Clean Architecture Solution Template for ASP.NET Core 5.0. Built with Onion/Hexagonal Architecture and incorporates the most essential Packages your projects will ever need. Includes both WebApi an...
Design Patterns Explained with Food 🥕
GOF Design Patterns in C# with working examples inspired by food
#csharp #design #patterns #gof
https://github.com/wesdoyle/design-patterns-explained-with-food
GOF Design Patterns in C# with working examples inspired by food
#csharp #design #patterns #gof
https://github.com/wesdoyle/design-patterns-explained-with-food
GitHub
GitHub - wesdoyle/design-patterns-explained-with-food: GoF Design Patterns with "Real-World" examples involving Food-Related Businesses…
GoF Design Patterns with "Real-World" examples involving Food-Related Businesses and mock dependencies - wesdoyle/design-patterns-explained-with-food
.NET Interactive with SQL!| .NET Notebooks in Visual Studio Code
https://devblogs.microsoft.com/dotnet/net-interactive-with-sql-net-notebooks-in-visual-studio-code/
https://devblogs.microsoft.com/dotnet/net-interactive-with-sql-net-notebooks-in-visual-studio-code/
Microsoft News
.NET Interactive with SQL!| .NET Notebooks in Visual Studio Code
.NET Interactive now ships with SQL support. Learn about how you can start using SQL and Entity Framework Core in your .NET Notebooks today.