Best of Blazor2022

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

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

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

  4. 4
    Article
    Avatar of syncfusionSyncfusion·4y

    A Full-Stack Web App Using Blazor WebAssembly and GraphQL: Part 3

    This article covers how to add the edit and delete capabilities to the movie data. We will configure the home page of our app to display the list of movies and will provide sort and filter movie options to the user. In part 1 and part 2 of this series, we learned how to create a GraphQL mutation and we created a Graphql client with the help of the Strawberry Shake tool.

  5. 5
    Article
    Avatar of devblogsDevBlogs·3y

    Build Your Own Podcast App with .NET 7, Blazor, and .NET MAUI

    Build Your Own Podcast App with.NET 7, Blazor, and.NET MAUI The.NET Podcast app was first introduced at.NET Conf 2021 and recently updated to highlight new features in.NET7 at the.NETconf 2022 keynote. The app is ready to use sample application that showcases.NET, ASP.

  6. 6
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·4y

    A 2022 Battle of Blazor vs. Angular

    Angular is one of the most popular open-source web frameworks available on the market. With the help of the framework, developers can create interactive user interfaces, single-page applications, progressive web apps, enterprise web apps. The support for AngularJS ended on the 31st of December, 2021.

  7. 7
    Article
    Avatar of discdotDiscover .NET·4y

    Introducing fullstackhero – Open Source Boilerplates for Rapid Web Development

    fullstackhero is a collection of Boilerplates that are built with Clean Architecture, the latest Packages, and Essential Features. Using fullstackhero boilerplates, one can easily save more than 200 hours of development and research time. The Essentials are already done, you just have to worry about writing the business logic.

  8. 8
    Article
    Avatar of syncfusionSyncfusion·4y

    Blazor Vs. Angular

    Blazor is a Microsoft ASP.NET Core framework that runs .NET applications in the browser without needing any add-ons or plugins. On the other hand, Angular is a popular component-based JavaScript framework for building scalable web applications. This article will take a deep look into the differences and similarities between Blazor and Angular to help you choose the best framework for your next project.