Found 26 packages
This package contains two components. 1. Modal component allows you to customize the content and buttons to suit your application. 2. Confirmation component allows you to pass-in custom content for confirmation before invoking the main method. Use this in your applications with ease.
This package allows you to display toast notifications (success, error, warning, info etc...) in your Blazor application in easy way. Also very easy to configure.
This package allows developer to easily integrate already defined textbox, number and textarea components into their UI. Developer can also switch to Floating Components where each combines the element its description or label.
This package allows developer to manipulate browser's local storage with ease. Developer can choose to encrypt content or not.
This User Interface Template allows developer to design classic look and feel web application interface by providing units such as Sidebar, Navigationbar, and Content templates designed with available third party libraries.
The NetcodeHubFileUpload package provides a versatile and easy-to-use file upload component for Blazor applications. With this package, developers can seamlessly integrate file upload functionality into their applications, allowing users to upload files with ease and efficiency.
This package allows you to copy, read text from clipboard. It also allows you to change the format of the text to uppercase or lowercase
NetcodeHubDataGrid package offers a simple yet powerful solution for displaying tabular data in Blazor applications. Built on HTML tables, this package provides an easy-to-use DataGrid component with added styles for improved visual appeal.
This package allows developer to integrate localization into Blazor applications with ease.
This package allows developer to integrate easy-to-use BreadCrumb to describe page and redirect into Blazor components.
This package allows developer to check if property (Guid) is NULL.
This is Blazor component extension with download capability supported by javascript. It create a link and invoke download function for you. All you need to do is by supplying the File Url or Text, and File name
This package allows developer to manipulate browser's session storage with ease. Developer can choose to encrypt content or not.
This Unit of Work pattern package is used to maintain a list of objects affected by a business transaction and coordinates the writing out of changes and the resolution of concurrency problems. In essence, it helps manage transactions and ensure that changes are committed or rolled back together.
Introducing NetcodeHubTaskManager – a robust and efficient component for managing background tasks in your Blazor applications. With this package, you can ensure that any ongoing background operations are promptly canceled when a user navigates away from the component, freeing up resources and improving the responsiveness of your application. Say goodbye to lingering tasks and hello to streamlined performance with the NetcodeHubTaskManager.
Easily manage cookies in Blazor WebAssembly with the BrowserCookieStorageService. This package simplifies working with cookies by allowing you to set, retrieve, and remove cookies directly from Blazor applications using JavaScript interop. Designed for .NET 9, this library integrates seamlessly with modern Blazor WebAssembly projects.
This package allows developer to integrate easy-use AdvanceFileUpload component which aids in drag and drop, copy and paste file to upload. The package also returns base64 string of the image, temporal local link of other files and the actual file to developer for preview and advance processing.
NetcodeHubOutputCacheService is a robust .NET library designed to simplify caching operations in your applications. This package provides a straightforward interface to interact with caching mechanisms, ensuring efficient and thread-safe caching of data. It integrates seamlessly with various caching stores through the IOutputCacheStore interface, supporting asynchronous operations to set, retrieve, and remove cached data.
Full-Screen Overlay – Covers the entire viewport with a semi-transparent background. Smooth Fade-in Animation – Enhances user experience with a subtle animation. Dynamic Visibility Control – Show or hide the loader using a simple Boolean property. Customizable Loader Image – Easily change the loading indicator. Lightweight & Efficient – Uses minimal CSS and Blazor parameters for optimal performance
This package provides a simple and efficient way to dynamically load multiple JavaScript files in your Blazor applications using a window.loadScripts function. By passing an array of script URLs, the function ensures each script is loaded sequentially, handles errors gracefully, and supports asynchronous execution to improve performance and flexibility. Perfect for scenarios where on-demand script loading is required.