Best of Blazor — 2022
- 1
- 2
Auth0·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
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.
- 4
Syncfusion·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
DevBlogs·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
JavaScript 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
Discover .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
Syncfusion·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.