Syncfusion.Blazor.Inputs by: Syncfusion Inc.
  • 466 total downloads
  • Latest version: 30.1.40
  • syncfusion blazor blazor-inputs blazor-wasm blazor-webassembly masked-textbox numeric-textbox textbox file-upload
This package provides the functionality to utilize the features of Syncfusion® Blazor Color Picker, File Upload, MaskedTextBox, NumericTextBox, Slider, TextBox and Rating.
Syncfusion.Blazor.Layouts by: Syncfusion Inc.
  • 457 total downloads
  • Latest version: 30.1.40
  • syncfusion blazor blazor-layouts blazor-wasm blazor-webassembly splitter dashboard-layout
This package provides the functionality to utilize the features of Syncfusion® Blazor Dashboard Layout and Splitter.
Syncfusion.Blazor.Lists by: Syncfusion Inc.
  • 696 total downloads
  • Latest version: 30.1.40
  • syncfusion blazor blazor-lists blazor-wasm blazor-webassembly list-view list-base
This package provides the functionality to utilize the features of Syncfusion® Blazor ListView component and more.
Syncfusion.Blazor.Navigations by: Syncfusion Inc.
  • 461 total downloads
  • Latest version: 30.1.40
  • syncfusion blazor blazor-navigations blazor-wasm blazor-webassembly accordion context-menu menu sidebar tabs toolbar tree-view
This package provides the functionality to utilize the features of Syncfusion® Blazor Accordion, Context Menu, Menu Bar, Tabs, Toolbar, Tree-view, and Sidebar.
Syncfusion.Blazor.Notifications by: Syncfusion Inc.
  • 721 total downloads
  • Latest version: 30.1.40
  • syncfusion blazor blazor-notifications blazor-wasm blazor-webassembly toast notifications skeleton shimmer
This package provides the functionality to utilize the features of Syncfusion® Blazor Toast, Message and Skeleton.
Syncfusion.Blazor.PdfViewer by: Syncfusion Inc.
  • 608 total downloads
  • Latest version: 27.1.58
  • syncfusion blazor blazor-pdf-viewer blazor-wasm blazor-webassembly pdf-viewer
This package provides the functionality to utilize the features of Syncfusion Blazor PDF Viewer component and more.
Syncfusion.Blazor.PivotTable by: Syncfusion Inc.
  • 698 total downloads
  • Latest version: 30.1.40
  • syncfusion blazor blazor-wasm blazor-webassembly
This package provides the functionality to utilize the features of Syncfusion® Blazor Pivot Table component and more.
Syncfusion.Blazor.Popups by: Syncfusion Inc.
  • 459 total downloads
  • Latest version: 30.1.40
  • syncfusion blazor blazor-popups blazor-wasm blazor-webassembly popup dialog tooltip
This package provides the functionality to utilize the features of Syncfusion® Blazor Dialog and Tooltip.
Syncfusion.Blazor.ProgressBar by: Syncfusion Inc.
  • 690 total downloads
  • Latest version: 30.1.40
  • syncfusion blazor blazor-progressbar blazor-wasm blazor-webassembly progressbar
This package provides the functionality to utilize the features of Syncfusion® Blazor Progress Bar component and more.
Syncfusion.Blazor.QueryBuilder by: Syncfusion Inc.
  • 126 total downloads
  • Latest version: 30.1.40
  • syncfusion blazor blazor-query-builder blazor-wasm blazor-webassembly query-builder
This package provides the functionality to utilize the features of Syncfusion® Blazor Query Builder component and more.
Syncfusion.Blazor.Spinner by: Syncfusion Inc.
  • 691 total downloads
  • Latest version: 30.1.40
  • syncfusion blazor blazor-spinner blazor-wasm blazor-webassembly spinner material bootstrap fabric bootstrap4 high-contrast
This package provides the functionality to utilize the features of Syncfusion® Blazor Spinner component and more.
Syncfusion.Blazor.SplitButtons by: Syncfusion Inc.
  • 692 total downloads
  • Latest version: 30.1.40
  • syncfusion blazor blazor-split-buttons blazor-wasm blazor-webassembly dropdown-button dropdown-menu progress-button split-button
This package provides the functionality to utilize the features of Syncfusion® Blazor Button Group, Dropdown Menu, Split Button, and Progress Button.
Syncfusion.Blazor.Themes by: Syncfusion Inc.
  • 470 total downloads
  • Latest version: 30.1.40
  • syncfusion blazor blazor-themes blazor-wasm blazor-webassembly material material3 bootstrap bootstrap4 bootstrap5 fabric fluent tailwind high-contrast
This package contains the Syncfusion® Blazor components themes as static web assets to reference in Blazor application.
System.AppContext by: Microsoft
  • 12 total downloads
  • Latest version: 4.0.0-beta-22816
Provides the System.AppContext class, which allows access to the BaseDirectory property and other application specific data. Commonly Used Types: System.AppContext
System.Collections by: Microsoft
  • 12 total downloads
  • Latest version: 4.0.10-beta-22816
Provides classes that define generic collections, which allow developers to create strongly typed collections that provide better type safety and performance than non-generic strongly typed collections. Commonly Used Types: System.Collections.Generic.List<T> System.Collections.Generic.Dictionary<TKey, TValue> System.Collections.Generic.Queue<T> System.Collections.Generic.Stack<T> System.Collections.Generic.HashSet<T> System.Collections.Generic.LinkedList<T> System.Collections.Generic.EqualityComparer<T> System.Collections.Generic.Comparer<T> System.Collections.Generic.SortedDictionary<TKey, TValue>
System.Collections.Concurrent by: Microsoft
  • 12 total downloads
  • Latest version: 4.0.10-beta-22816
Provides several thread-safe collection classes that should be used in place of the corresponding types in the System.Collections.NonGeneric and System.Collections packages whenever multiple threads are accessing the collection concurrently. Commonly Used Types: System.Collections.Concurrent.ConcurrentDictionary<TKey, TValue> System.Collections.Concurrent.ConcurrentQueue<T> System.Collections.Concurrent.ConcurrentBag<T> System.Collections.Concurrent.BlockingCollection<T> System.Collections.Concurrent.ConcurrentStack<T>
System.Collections.NonGeneric by: Microsoft
  • 12 total downloads
  • Latest version: 4.0.0-beta-22816
Provides classes that define older non-generic collections of objects, such as lists, queues, hash tables and dictionaries. Developers should prefer the generic collections in the System.Collections package. Commonly Used Types: System.Collections.ArrayList System.Collections.Hashtable System.Collections.CollectionBase System.Collections.ReadOnlyCollectionBase System.Collections.Stack System.Collections.SortedList System.Collections.DictionaryBase System.Collections.Queue System.Collections.Comparer System.Collections.CaseInsensitiveComparer
System.Collections.Specialized by: Microsoft
  • 13 total downloads
  • Latest version: 4.0.0-beta-22816
Provides older specialized non-generic collections; for example, a linked list dictionary, a bit vector, and collections that contain only strings. Commonly Used Types: System.Collections.Specialized.NameValueCollection System.Collections.Specialized.NameObjectCollectionBase System.Collections.Specialized.StringCollection System.Collections.Specialized.IOrderedDictionary System.Collections.Specialized.HybridDictionary System.Collections.Specialized.OrderedDictionary System.Collections.Specialized.ListDictionary System.Collections.Specialized.StringDictionary System.Collections.Specialized.BitVector32
System.ComponentModel by: Microsoft
  • 8 total downloads
  • Latest version: 4.0.0-beta-22816
Provides interfaces for the editing and change tracking of objects used as data sources. Commonly Used Types: System.ComponentModel.CancelEventArgs System.IServiceProvider System.ComponentModel.IEditableObject System.ComponentModel.IChangeTracking System.ComponentModel.IRevertibleChangeTracking
System.ComponentModel.Annotations by: Microsoft
  • 12 total downloads
  • Latest version: 4.0.10-beta-22816
Provides attributes that are used to define metadata for objects used as data sources. Commonly Used Types: System.ComponentModel.DataAnnotations.ValidationResult System.ComponentModel.DataAnnotations.IValidatableObject System.ComponentModel.DataAnnotations.ValidationAttribute System.ComponentModel.DataAnnotations.RequiredAttribute System.ComponentModel.DataAnnotations.StringLengthAttribute System.ComponentModel.DataAnnotations.DisplayAttribute System.ComponentModel.DataAnnotations.RegularExpressionAttribute System.ComponentModel.DataAnnotations.DataTypeAttribute System.ComponentModel.DataAnnotations.RangeAttribute System.ComponentModel.DataAnnotations.KeyAttribute