Skip to content

Commit cf61a03

Browse files
authored
Added a README for the root of the docs folder (#26)
1 parent 901ff6f commit cf61a03

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# BlazorWebFormsComponents
2+
3+
A collection of Blazor components that emulate the web forms components of the same name.
4+
5+
## Purpose
6+
7+
These components are made available with the intent to help _brown-field_ application developers.
8+
9+
These components are intended to help an application that already exists and would like to be able to migrate it _more easily and without a complete rewrite_ to the latest version of Blazor so that you can extend your support opportunities as well as consider the possibility of using alternate renderings and even running within WebAssembly.
10+
11+
This is __NOT__ intended to be used for new applications, and you will find that some of the rendering delivered by these controls is considered "bad practice" by 2020 web standards. This is by design in order to ensure compatibility with the original controls delivered with ASP.NET Web Forms.
12+
13+
## Contents
14+
15+
This folder contains information about each of the components that emulate the original controls, as well as documentation about how to use them together to enhance your existing application. Hopefully, with a little bit of work you will be able to make the conversion to Blazor.

0 commit comments

Comments
 (0)