Best of C# — 2022
- 1
- 2
Better Programming·4y
Writing My First Microservice Using Go
Go is an open source programming language supported by Google. The biggest companies using Go are Google, Netflix, Dropbox, Uber, Meta, Twitch, etc. With Go, you can create cloud & network services, web applications, and command-line interfaces. It’s a great solution to aggregate, collect, store and visualize logs from your applications.
- 3
LogRocket·4y
NestJS vs. ASP.NET: Comparing web frameworks
NestJS is a Node.js web framework that is fully implemented using the TypeScript programming language. ASP.NET is a web framework created by Microsoft that uses Microsoft’s C# programming language. NestJS is the framework with one of the most proficient uses of OOP in TypeScript.
- 4
- 5
- 6
- 7
GameDev Academy·3y
Unity vs. Unreal – Choosing a Game Engine
Unity and Unreal are used to create games on the market, but in different ways. Unity is the most popular engine for indie developers and mobile games. Both engines have great 3D capabilities, although Unreal is best in terms of graphical fidelity. Coding is a great alternative to coding as it allows you to do the same things.
- 8
Syncfusion·3y
A Simple To-Do App Using JS Interop with HTML5 Drag and Drop in Blazor WebAssembly
A simple to-do Blazor WebAssembly app using the HTML5 drag-and-drop API and Syncfusion Blazor Card and Accordion components via JavaScript interop. The app will implement the following functionalities: - Drag and drop tasks to the completed section.
- 9
Community Picks·4y
Entity Framework Core and high performance
Entity Framework Core is recommended and the most popular tool for interacting with relational databases on ASP NET Core. It is powerful enough to cover most possible scenarios, but like any other tool, it has its limitations. In earlier versions of EF developers could know that request is executing on client side only from EF logs.
- 10
- 11
JetBrains·3y
Fleet Preview Update 1.12: C++, C# Solution View, Svelte, TailwindCSS, Smart Mode Memory Optimizations and More
Fleet Preview Update 1.12.12: C++, C# Solution View, Svelte, TailwindCSS, Smart Mode Memory Optimizations and More News Releases. Fleet now supports C++ projects with compilation databases. In smart mode, things like error highlighting, C++ code completion, parameter info, code documentation preview and Rename refactoring are available.
- 12
Planet Xamarin·4y
.NET MAUI : Runs on multiple platforms in one project (iOS, Android, and Windows)
The name MAUI stands for.NET Multi-platform App UI. MAUI runs on multiple platforms in one project (iOS, Android, and Windows) Microsoft supports MAUI from Visual Studio 2022 latest version in Macs and Windows.
- 13
JetBrains·3y
The Future of .NET with WASM
WebAssembly is a low-level assembly-like language with a binary format that runs in modern web browsers. WebAssembly programs can perform at near-native speeds allowing for new and exciting applications for web clients from desktop-like apps, emulators, high-performance video games, photo editors, and more.