Best of .NETNovember 2022

  1. 1
    Article
    Avatar of vsVisual Studio Blog·4y

    Visual Studio 2022 17.4 is now available!

    This is our first GA release to support Arm64.NET 7, enterprise support for setup including rollback, and much more detailed below. We welcome your feedback in the threads to this post or through Developer Community. You can use Microsoft Endpoint Manager (formerly known as Intune) to manage all of this.

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

  3. 3
    Article
    Avatar of logrocketLogRocket·3y

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

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

  6. 6
    Article
    Avatar of pointerPointer·4y

    jellyfin/jellyfin: The Free Software Media System

    Jellyfin Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps. There are several ways to run these tests from the command line using dotnet test - Run tests in Visual Studio using the Test Explorer.

  7. 7
    Article
    Avatar of auth0Auth0·4y

    What's New in .NET 7 for Authentication and Authorization

    NET 5.NET has a few features related to authentication and authorization that make it easier for developers to use.NET 7 brings a new tool that allows you to generate access tokens in JWT format. The user-jwts Tool Testing a token-protected Web API could be complex. You can easily use tools like curl or Postman, but you need to pass a valid access token.

  8. 8
    Article
    Avatar of communityCommunity Picks·3y

    Middleware in Dotnet Core

    Middleware is very important to understand if you are working in ASP.NET CORE Web Application. Middleware impacts our request pipeline and helps us to achieve customized features like authenticating the request before it hits the action method, handling exceptions, routing, etc.

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