Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Blazor | 8,002 | 12 days ago | 93 | cc0-1.0 | ||||||
Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly. | ||||||||||
Grant | 3,771 | 210 | 46 | 9 months ago | 98 | March 09, 2022 | 23 | mit | JavaScript | |
OAuth Proxy | ||||||||||
Azure Sdk For Go | 1,409 | 1,180 | 13 hours ago | 116 | September 07, 2023 | 389 | mit | Go | ||
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we recommend visiting our public developer docs at: | ||||||||||
Globalprotect Openconnect | 828 | 23 days ago | 113 | gpl-3.0 | C++ | |||||
A GlobalProtect VPN client (GUI) for Linux, based on OpenConnect and built with Qt5, supports SAML auth mode. | ||||||||||
Microsoft Authentication Library For Python | 643 | 9 | 83 | 7 days ago | 40 | May 31, 2022 | 44 | other | Python | |
Microsoft Authentication Library (MSAL) for Python makes it easy to authenticate to Azure Active Directory. These documented APIs are stable https://msal-python.readthedocs.io. If you have questions but do not have a github account, ask your questions on Stackoverflow with tag "msal" + "python". | ||||||||||
Static Web Apps Cli | 524 | 1 | 5 days ago | 19 | October 07, 2022 | 83 | mit | TypeScript | ||
Azure Static Web Apps CLI ✨ | ||||||||||
Passport Azure Ad | 416 | a month ago | 2 | July 12, 2017 | other | JavaScript | ||||
The code for Passport Azure AD has been moved to the MSAL.js repo. Please open any issues or PRs at the link below. | ||||||||||
Oauth | 381 | a year ago | JavaScript | |||||||
🔗 OAuth 2.0 implementation for various providers in one place. | ||||||||||
React Aad | 344 | 6 | 8 | 9 months ago | 66 | April 18, 2020 | 104 | mit | TypeScript | |
A React wrapper for Azure AD using the Microsoft Authentication Library (MSAL). The easiest way to integrate AzureAD with your React for authentication. | ||||||||||
Fastapi Azure Auth | 311 | 1 | 12 days ago | 18 | April 28, 2022 | 7 | mit | Python | ||
Easy and secure implementation of Azure AD for your FastAPI APIs 🔒 B2C, single- and multi-tenant support. |
A collection of awesome Blazor resources.
Blazor is a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
Contributions are always welcome! Please take a look at the contribution guidelines pages first. Thanks to all contributors, you're awesome and wouldn't be possible without you!
If you need to search on this list you can try this great website: Awesome Blazor Browser.
Thanks @jsakamoto for this! Source code
.
Blazor is a .NET web framework to build client web apps with C#.
Blazor lets you build interactive web UIs using C# instead of JavaScript. Blazor apps are composed of reusable web UI components implemented using C#, HTML, and CSS. Both client and server code is written in C#, allowing you to share code and libraries. More information on the official Blazor website.
To get started with Blazor, follow the instructions in the Blazor Get Started documentation.
Doing the Build a web app with Blazor learning session on Microsoft Learn can also be a good idea. Another great resource to start is the beginner serie by Jeff Fritz on Channel9 or YouTube.
Cledev.OpenAI -
.NET 7 SDK for OpenAI with a Blazor Server playground.
Reusable components like buttons, inputs, grids and more. See also the Blazor component bundles feature comparison chart.
.razor
components and available via the NuGet package. The project website is an example using the generated components.<Title>
and <Meta>
components for changing the document titile and meta elements, with server-side prerendering support for SEO/OGP. (Demo).Libraries and extensions for state management, cookies, local storage and other specific tools.
.razor
components to render HTML strings for email content..razor
files and see the updates instantly without reloading the page. Your application state is preserved because there is no need to reload anything. livesharp.net.To the extent possible under law, Adrien Torris has waived all copyright and related or neighboring rights to this work.