.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
Files

A modern file manager that pushes the boundaries of the platform.

#file #filemanager #fs #uwp

https://github.com/files-community/Files
C# Quiz

What will be the output of this code?
F# Quiz

What will be the output of this code?
Are you interested in having C# and F# quizzes in this channel?
Anonymous Poll
79%
Yes, I enjoy challenging myself.
6%
No, stop posting them.
14%
I don't care.
StackExchange.Exceptional

StackExchange.Exceptional is the error handler/logger used internally by Stack Overflow (Stack Exchange) for logging to SQL Server, but many backends (including custom) are supported. It also supports adding custom data to exceptions as they're logged, filtering of what's logged, ignoring errors, and much more. Written in C#.

#csharp #logging #so

https://github.com/NickCraver/StackExchange.Exceptional
Egorozh.ColorPicker

🎨 Best of the best ColorPicker on WPF and AvaloniaUI, written in C#

#wpf #avalonia #csharp

https://github.com/egorozh/Egorozh.ColorPicker
HTTP Quiz: Which one of the following status codes is *NOT* an official/standard HTTP status code?
Anonymous Quiz
12%
301 Moved Permanently
50%
418 I'm a teapot
11%
509 Bandwidth Limit Exceeded
27%
510 Not Extended
FluentAvalonia

Bringing more of Fluent design and WinUI controls into Avalonia.

https://github.com/amwx/FluentAvalonia
BlazingChat

BlazingChat is a Blazor WebAssembly app developed by CuriousDrive for the community, written in C#. This is a sample application for developers who are just getting started with Blazor.

#wasm #blazor #csharp

https://github.com/CuriousDrive/BlazingChat
Highlight HTML/SQL templates in F#

VS Code extension that highlights HTML/SVG/CSS/SQL/JS F# triple quoted strings (interpolated or not) preceded by a function named html/svg/css/sql/js.

#fsharp #tooling #productivity #extension

https://marketplace.visualstudio.com/items?itemName=alfonsogarciacaro.vscode-template-fsharp-highlight
Minimal .NET 6 API Cheatsheet by David Fowler (One of the designers of ASP.NET)

🌐 View the GitHub Gist
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