DevComrade
A copy/paste/run productivity improvement utility for developers
Copy-pasting from the online docs, StackOverflow or numerous blogs can be a tedious and sometimes even a dangerous task. Does the following sound familiar: you paste some text from a web page into a Terminal command line, and it gets executed immediately, before you even have a chance to edit it? Only because there was a CR/LF character at the end of the clipboard text.
Or, have you ever been annoyed with some broken formatting, indentation, inconsistent tabs/spaces when you paste a piece of code into Visual Studio Code editor, a blog post or an email message? A typical workaround for that is to use the good old Notepad.exe as a buffer.
#csharp #copy-paste #clipboard #shortcut
https://github.com/postprintum/devcomrade
A copy/paste/run productivity improvement utility for developers
Copy-pasting from the online docs, StackOverflow or numerous blogs can be a tedious and sometimes even a dangerous task. Does the following sound familiar: you paste some text from a web page into a Terminal command line, and it gets executed immediately, before you even have a chance to edit it? Only because there was a CR/LF character at the end of the clipboard text.
Or, have you ever been annoyed with some broken formatting, indentation, inconsistent tabs/spaces when you paste a piece of code into Visual Studio Code editor, a blog post or an email message? A typical workaround for that is to use the good old Notepad.exe as a buffer.
#csharp #copy-paste #clipboard #shortcut
https://github.com/postprintum/devcomrade
GitHub
GitHub - postprintum/devcomrade: DevComrade - A copy/paste/run productivity improvement utility for developers
DevComrade - A copy/paste/run productivity improvement utility for developers - postprintum/devcomrade
QuestPDF
QuestPDF is an open-source, modern and battle-tested library that can help you with generating PDF documents by offering friendly, discoverable and predictable C# fluent API.
#pdf #report #reporting #csharp #tool #generate
🌐 https://github.com/QuestPDF/QuestPDF
QuestPDF is an open-source, modern and battle-tested library that can help you with generating PDF documents by offering friendly, discoverable and predictable C# fluent API.
#pdf #report #reporting #csharp #tool #generate
🌐 https://github.com/QuestPDF/QuestPDF
❤1
NuKeeper
Automagically update nuget packages in .NET projects
#nuget #update #git #csharp
🌐 https://github.com/NuKeeperDotNet/NuKeeper
Automagically update nuget packages in .NET projects
#nuget #update #git #csharp
🌐 https://github.com/NuKeeperDotNet/NuKeeper
DNTCaptcha.Blazor
A captcha generator for the Blazor based applications.
#captcha #blazor #csharp
🌐 https://github.com/VahidN/DNTCaptcha.Blazor
A captcha generator for the Blazor based applications.
#captcha #blazor #csharp
🌐 https://github.com/VahidN/DNTCaptcha.Blazor
❤1
Ghostly
Ghostly is a GitHub notification client for Windows 10/11, written in C#
#winui #csharp #github
🌐 https://github.com/patriksvensson/ghostly
Ghostly is a GitHub notification client for Windows 10/11, written in C#
#winui #csharp #github
🌐 https://github.com/patriksvensson/ghostly
Typography
C# Font Reader (TrueType / OpenType / OpenFont / CFF / woff / woff2) , Glyphs Layout and Rendering
#csharp #font #woff #rendering
🌐 github.com/LayoutFarm/Typography
C# Font Reader (TrueType / OpenType / OpenFont / CFF / woff / woff2) , Glyphs Layout and Rendering
#csharp #font #woff #rendering
🌐 github.com/LayoutFarm/Typography
EntityFramework.Exceptions
Handle database errors easily when working with Entity Framework Core. Supports SQLServer, PostgreSQL, SQLite, Oracle and MySql. Written in C#.
#csharp #ef #db #exception #handling
🌐 github.com/Giorgi/EntityFramework.Exceptions
Handle database errors easily when working with Entity Framework Core. Supports SQLServer, PostgreSQL, SQLite, Oracle and MySql. Written in C#.
#csharp #ef #db #exception #handling
🌐 github.com/Giorgi/EntityFramework.Exceptions
Microsoft Kiota
Kiota is an OpenAPI based code generator for creating SDKs for HTTP APIs. The goal is to produce a lightweight, low maintenance, code generator that is fast enough to run as part of the compile time tool-chain but scalable enough to handle the largest APIs.
#api #openapi #dotnet #csharp
🌐 github.com/microsoft/kiota
Kiota is an OpenAPI based code generator for creating SDKs for HTTP APIs. The goal is to produce a lightweight, low maintenance, code generator that is fast enough to run as part of the compile time tool-chain but scalable enough to handle the largest APIs.
#api #openapi #dotnet #csharp
🌐 github.com/microsoft/kiota
👍2
Gress
a library that extends the standard
#progress #iprogress #aggregator #csharp
🌐 github.com/Tyrrrz/Gress
a library that extends the standard
IProgress<T>
interface with a set of utilities for collecting, transforming, filtering, and multiplexing progress updates in your code.#progress #iprogress #aggregator #csharp
🌐 github.com/Tyrrrz/Gress
👍3
Consolonia UI
TUI (Text User Interface) (GUI Framework) implementation for Avalonia UI
#avalonia #csharp #desktop
🌐 github.com/jinek/Consolonia
TUI (Text User Interface) (GUI Framework) implementation for Avalonia UI
#avalonia #csharp #desktop
🌐 github.com/jinek/Consolonia
🔥2
bflat
C# as you know it but with Go-inspired tooling that produces small, self-contained, and native executables out of the box.
#build #csharp
🌐 github.com/bflattened/bflat
C# as you know it but with Go-inspired tooling that produces small, self-contained, and native executables out of the box.
#build #csharp
🌐 github.com/bflattened/bflat
ABP
ABP Framework is a complete infrastructure based on the ASP.NET Core to create modern web applications and APIs by following the software development best practices and the latest technologies.
#csharp #angular #web #architecture #blazor
🌐 github.com/abpframework/abp
ABP Framework is a complete infrastructure based on the ASP.NET Core to create modern web applications and APIs by following the software development best practices and the latest technologies.
#csharp #angular #web #architecture #blazor
🌐 github.com/abpframework/abp
👍5
Cocona
Micro-framework for .NET console application. Cocona makes it easy and fast to build console applications on .NET.
#console #terminal #commandline #csharp
🌐 github.com/mayuki/Cocona
Micro-framework for .NET console application. Cocona makes it easy and fast to build console applications on .NET.
#console #terminal #commandline #csharp
🌐 github.com/mayuki/Cocona
🔥4👍1
Urls
Urls is a .NET library of records that represent Urls, written in C#. All properties are immutable, and there are a collection of Fluent API style extension methods to make Url construction easy. Urls is designed with F# in mind. Use the non-destructive mutation (with) syntax to create new Urls easily and make HTTP calls with RestClient.Net.
#csharp #fsharp #url #urls
🌐 github.com/MelbourneDeveloper/Urls
Urls is a .NET library of records that represent Urls, written in C#. All properties are immutable, and there are a collection of Fluent API style extension methods to make Url construction easy. Urls is designed with F# in mind. Use the non-destructive mutation (with) syntax to create new Urls easily and make HTTP calls with RestClient.Net.
#csharp #fsharp #url #urls
🌐 github.com/MelbourneDeveloper/Urls
👍4❤1
winsw
A wrapper executable that can run any executable as a Windows service, in a permissive license, written in C#.
#service #cli #wrapper #csharp
🌐 github.com/winsw/winsw
A wrapper executable that can run any executable as a Windows service, in a permissive license, written in C#.
#service #cli #wrapper #csharp
🌐 github.com/winsw/winsw
👍8