blazor
Here are 278 public repositories matching this topic...
Hi, to make your docs more Blazorized, and C#-ed i suggest you to change
<td>@fat</td>
<td>@twitter</td>
to
<td>@@fat</td>
<td>@@twitter</td>
Start with @ symbol to write server side C# or VB code with Html code. For example, write @Variable_Name to display a value of a server side variable. For example, DateTime.Now returns a cu
It would be great to have unit tests to verify the GeneratedColumns handle:
- Add tests for different data classes to ensure reflection is properly used
- Add tests for classes with mixes of public, private, static properties, and fields
I was trying to update the annotation at runtime but I couldn't make it work. I'm using the 18.1.36-beta version.
The example from the documentation is the following:
https://blazor.syncfusion.com/documentation/diagram/labels/#update-annotation-at-runtime
I call a method with a button that executes the diagram.Nodes[0].Annotations[0].Content = "Updated Annotation"; but the annotation
Demo application built with the Blazor client-side hosting model (WebAssembly) and .NET Core REST APIs secured by a JWT service.
-
Updated
Apr 13, 2020 - HTML
Examples of how to manage state in Blazor WebAssembly and Blazor Server apps.
-
Updated
Feb 18, 2020 - HTML
Admin Dashboard Template Theme for Blazor
-
Updated
May 27, 2020 - HTML
Accompanying source code for blazor-university.com
-
Updated
Jun 23, 2020 - HTML
Companion code sample for my blog post - Investigating Drag and Drop with Blazor
-
Updated
Mar 9, 2020 - HTML
Blazor components for efficiently rendering large lists and data using virtual scrolling
-
Updated
Sep 13, 2019 - HTML
Example application ported from Angular 2 to Blazor
-
Updated
Feb 18, 2020 - HTML
UI components for ASP.NET Blazor (Tree, Selector)
-
Updated
Jul 7, 2020 - HTML
Blazor component for Microsoft's Monaco Editor which powers Visual Studio Code.
-
Updated
Jul 8, 2020 - HTML
Blazor (Client Side) on SharePoint
-
Updated
May 20, 2020 - HTML
Blazor download files to the browser from c# without any javascript library reference or dependency.
-
Updated
Jun 6, 2020 - HTML
An example of how to automate the deployment of client-side Blazor to Github Pages
-
Updated
Jun 12, 2020 - HTML
Microsoft Fluent Design implementation for Blazor
-
Updated
Mar 15, 2020 - HTML
Build windows desktop GUI app via CEF / WinForms / Blazor server-site
-
Updated
Jun 11, 2020 - HTML
Simple CRUD application using C#/Blazor
-
Updated
Mar 31, 2019 - HTML
[WIP] 👨🏻💻👩🏻💻 Use Ant Design Blazor like a Pro!
-
Updated
Jul 13, 2020 - HTML
-
Updated
Jan 30, 2020 - HTML
Improve this page
Add a description, image, and links to the blazor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the blazor topic, visit your repo's landing page and select "manage topics."


It would be good to have a easy way to disable a MatTab by just passing a prop.