Best of C#2022

  1. 1
    Article
    Avatar of communityCommunity Picks·4y

    7 Reasons for Startups to Choose ASP.NET Over Node.js

    Companies like Twitter, LinkedIn, Uber, and many others use Node.js as their primary server technology or combine it with other languages.

  2. 2
    Article
    Avatar of btrprogBetter 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. 3
    Article
    Avatar of logrocketLogRocket·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. 4
    Article
    Avatar of discdotDiscover .NET·4y

    Pattern matching is awesome

    Pattern matching, introduced in C# 9, is a hell of a beast and does more than you might think. In the code below you see two times the same signature but the outcome is different. So it is save to pass in null without getting any NullPointerException.

  5. 5
    Article
    Avatar of aspnetASP.NET Blog·4y

    .NET 7 is Available Today

    .NET 7 brings your apps increased performance and new features for C# 11/F# 7,. NET MAUI, ASP.NET Core/Blazor, Web APIs, WinForms, WPF and more.NET is for cloud-native apps. NET The APIs exposed through the net7.0 TFM are designed to work everywhere.

  6. 6
    Article
    Avatar of dotnet.NET Blog·4y

    Welcome to C# 11

    C# 11 is a new version of C# that opens some entirely new fronts. There are many features and many details, which are beautifully covered under What’s new in C#11 on our docs pages.NET 7 comes with a new namespace System.

  7. 7
    Article
    Avatar of gamedevacademyGameDev 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. 8
    Article
    Avatar of syncfusionSyncfusion·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. 9
    Article
    Avatar of communityCommunity 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. 10
    Article
    Avatar of communityCommunity Picks·4y

    C# 11 is to release in November; these are the top features

    The next edition of Microsoft’s object-oriented, type-safe programming language, C# 11, is almost finished and continues to add features.

  11. 11
    Article
    Avatar of jetbrainsJetBrains·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. 12
    Article
    Avatar of planetxamarinPlanet 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. 13
    Article
    Avatar of jetbrainsJetBrains·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.