All Projects → FritzAndFriends → Blazorwebformscomponents

FritzAndFriends / Blazorwebformscomponents

Licence: mit
A collection of Blazor components that emulate the ASP.NET Web Forms controls of the same name

Projects that are alternatives of or similar to Blazorwebformscomponents

Aspnetcore Angular Ngrx
🚀 An ASP.NET Core WebAPI Demo with an Angular Client using Ngrx store and effects and Signalr
Stars: ✭ 141 (-48.54%)
Mutual labels:  aspnetcore, asp
Blazortable
Blazor Table Component with Sorting, Paging and Filtering
Stars: ✭ 249 (-9.12%)
Mutual labels:  aspnetcore, nuget
Dotnetcore
.NET 5 Nuget Packages.
Stars: ✭ 146 (-46.72%)
Mutual labels:  aspnetcore, nuget
Aspnetcore.docs
Documentation for ASP.NET Core
Stars: ✭ 9,940 (+3527.74%)
Mutual labels:  aspnetcore, asp
Identityserver4aspnetcoreidentitytemplate
An ASP.NET Core 3.1 IdentityServer4 Identity Bootstrap 4 template with localization
Stars: ✭ 262 (-4.38%)
Mutual labels:  aspnetcore, nuget
Recaptcha.aspnetcore
Google reCAPTCHA v2/v3 for .NET Core 3.x
Stars: ✭ 122 (-55.47%)
Mutual labels:  aspnetcore, nuget
AspNetCore-ReCAPTCHAv3
reCAPTCHA v3 Usage in Asp.Net Core MVC
Stars: ✭ 17 (-93.8%)
Mutual labels:  aspnetcore, asp
Parbad
A free, open-source, integrated and extensible library which connects your web applications to online payment gateways. Gateways can be added or developed by you.
Stars: ✭ 194 (-29.2%)
Mutual labels:  aspnetcore, asp
DNTCommon.Web.Core
DNTCommon.Web.Core provides common scenarios' solutions for ASP.NET Core 3.x applications.
Stars: ✭ 117 (-57.3%)
Mutual labels:  aspnetcore, asp
IGeekFan.AspNetCore.Knife4jUI
support .NET Core3.0+,.NET Standard2.0 Swagger UI knife4j ui,you can use NSwagger or Swashbuckle.AspNetCore in packages
Stars: ✭ 178 (-35.04%)
Mutual labels:  aspnetcore, nuget
Live.asp.net
Code for live.asp.net, which hosts the ASP.NET Community Stand-up
Stars: ✭ 295 (+7.66%)
Mutual labels:  aspnetcore, asp
AspSqliteCache
An ASP.NET Core IDistributedCache provider backed by SQLite
Stars: ✭ 39 (-85.77%)
Mutual labels:  aspnetcore, nuget
Aspnetcore Angular Signalr Typescript
An example of an Angular application using ASP.NET Core and SignalR
Stars: ✭ 288 (+5.11%)
Mutual labels:  aspnetcore, asp
Owaspheaders.core
A .NET Core middleware for injecting the Owasp recommended HTTP Headers for increased security
Stars: ✭ 138 (-49.64%)
Mutual labels:  aspnetcore, nuget
Stuntman
Library for impersonating users during development leveraging ASP.NET Identity.
Stars: ✭ 285 (+4.01%)
Mutual labels:  asp, nuget
PersianDataAnnotations
PersianDataAnnotations is ASP.NET Core MVC & ASP.NET MVC Custom Localization DataAnnotations (Localized MVC Errors) for Persian(Farsi) language - فارسی سازی خطاهای اعتبارسنجی توکار ام.وی.سی. و کور.ام.وی.سی. برای نمایش اعتبار سنجی سمت کلاینت
Stars: ✭ 38 (-86.13%)
Mutual labels:  aspnetcore, nuget
DevOpsExamples
A repo to show you how to use a private NuGet feed, such as Telerik, to restore packages in Azure DevOps, GitHub Actions, GitLab CI and AppCenter.
Stars: ✭ 16 (-94.16%)
Mutual labels:  aspnetcore, nuget
AspNetCore.Identity.RavenDb
RavenDB user/role persistent store for ASP.NET Core identity provider
Stars: ✭ 17 (-93.8%)
Mutual labels:  nuget, asp
AspNetCore.BookStore
ASP.NET Core application using Command Pattern and Repository Pattern
Stars: ✭ 121 (-55.84%)
Mutual labels:  aspnetcore
Blazorcontextmenu
A context menu component for Blazor !
Stars: ✭ 257 (-6.2%)
Mutual labels:  nuget

BlazorWebFormsComponents

A collection of Blazor components that emulate the web forms components of the same name

Build status Join the chat at https://gitter.im/BlazorWebFormsComponents/community docs

Nuget Nuget (with prereleases) Live Sample

Live Samples running on Azure

Approach + Considerations

We believe that Web Forms applications that have been well maintained and provide value should have a path forward to the new user-interface frameworks with minimal changes. This is not an application converted nor is it a patch that can be applied to your project that magically makes it work with ASP.NET Core. This repository contains a library and series of strategies that will allow you to re-use much of your markup, much of your business code and help shorten your application re-write process.

This is not for everyone, not everyone needs to migrate their application. They can continue being supported as Web Forms for a very long time (2029 EOL at the time of this writing) and the applications that are considered for migration to Blazor may be better suited with a complete re-write. For those applications that need to be migrated, this library should help make that process simpler by providing components with the same names, markup, and functionality as previously available.

Documentation is available online. Get started with your migration, steps ahead, and strategy documentation for various controls and tools used are available. Live versions of these components are availalbe on the Live Samples website

Portions of the original .NET Framework are contributed to this project under their MIT license.

Blazor Components for Controls

There are a significant number of controls in ASP.NET Web Forms, and we will focus on creating components in the following order:

We will NOT be converting any DataSource objects, Wizard components, skins or themes. Once this first collection of 23 controls is written, we can consider additional features like modern tag formatting.

Utility Features

There are a handful of features that augment the ASP.NET development experience that are made available as part of this project in order to support migration efforts. Importantly, these features are NOT implemented the same way that they are in Web Forms, but rather have the same API and behave in a proper Blazor fashion. These features include:

Compiling the project

There are three different types of .NET projects in this repository: .NET Framework, .NET Core, and .NET Standard. The sample projects are in the /samples folder, while the unit test project is next to the component library in the /src folder. From the root of the repository, you should be able to execute:

dotnet restore to restore packages

dotnet run --project samples/AfterBlazorServerSide to start the Blazor Server-Side samples

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].