.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
❓ 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
Build a game this November!

Game Off is an annual game jam, where participants spend the month of November creating games based on a secret theme. Participate individually, or as a team. Use whatever game engines, libraries, and languages you like.

There are so many game engines that allows you to build games with .NET. You can try Unity, Unreal Engine via UnrealCLR, Godot, Wave Engine, Cry Engine, Stride, MonoGame, Duality, Nu, and more...

🎲 https://itch.io/jam/game-off-2021
πŸ‘1
Microsoft removed `dotnet watch` feature from .NET SDK source code so it will be only available as a premium Visual Studio feature. This is a huge step backward for the .NET Community, specially after the recent drama with .NET Foundation. Read more here:

https://github.com/dotnet/sdk/issues/22247
Example Voting App

A simple distributed application running across multiple Docker containers, using .NET Core, Python, Node, Postgres and Redis.

#csharp #python #node #redis #postgre #docker #k8s

https://github.com/dockersamples/example-voting-app
GitHub Command Palette!

Quickly navigate and jump between your organizations or repositories and search recent issues, pull requests, projects and more with the new command palette.

Enable this feature from Feature preview and use ⌘ k or ⌘ opt k on macOS, and Ctrl+k or Ctrl+alt+k on other operating systems.

#github
gif2xlsx

Convert GIFs to XLSX (Excel) format

#gif #xlsx #excel

https://github.com/pugwonk/gif2xlsx
❓ C# Quiz

What is the output of this C# code?
❓ F# Quiz

What is the type of bmi in compile-time?