Adding content to 116-client-side-libraries

pull/3294/head
mouaaz 2 years ago
parent 177f34404b
commit 8e181d26cb
  1. 12
      src/roadmaps/aspnet-core/content/116-client-side-libraries/100-blazor.md
  2. 10
      src/roadmaps/aspnet-core/content/116-client-side-libraries/index.md

@ -1 +1,13 @@
# Blazor
Blazor is a framework for building web applications using C# and .NET that runs in the browser via WebAssembly. It allows developers to write C# code that runs directly in the browser, eliminating the need for JavaScript.
Blazor comes in two flavors:
- Blazor WebAssembly, a client-side solution that allows you to run C# code directly in the browser using WebAssembly. The app is executed on the client-side and can work offline, it can also interact with JavaScript and access the browser's DOM.
- Blazor Server, a server-side solution that allows you to run C# code on the server and update the UI in real-time. The app is executed on the server-side and requires an active connection to the server to function.
To learn more, visit the following resources:
- [Guide to ASP.NET Core Blazor](https://learn.microsoft.com/en-us/aspnet/core/blazor/?view=aspnetcore-7.0)
- [What Is Blazor And How It Works?](https://www.c-sharpcorner.com/article/what-is-blazor-and-how-does-it-works/)
- [Tutorial of ASP.NET Core Blazor](https://www.youtube.com/watch?v=LyO4zj6NRuc)

@ -1 +1,9 @@
# Client side libraries
# Client Side Libraries
Client-side libraries in ASP.NET are libraries that are used to add functionality and enhance the user experience of web applications on the client-side, or the browser. Some popular client-side libraries in ASP.NET include jQuery, Bootstrap, React.js, Angular.js, and Vue.js, which can be easily integrated with ASP.NET applications by including them as a dependency in the project, and can be used to enhance the user interface, add interactive elements, and improve the user experience of your application.
Visit the following resources to learn more:
- [How to use Client Side Library in ASP.NET Core](https://www.youtube.com/watch?v=VwqozSbQuec)
- [Client-Side Package Management in Visual Studio](https://www.c-sharpcorner.com/article/client-side-package-management-with-library-manager-in-visual-studio-2017libman/)
- [Client Side Library in ASP.NET Core](de/libman/?view=aspnetcore-7.0)
Loading…
Cancel
Save