-
Couldn't load subscription status.
- Fork 0
Compatibility: 3rd Party Components
CoreForms provides basic runtime support for libraries that are compiled for .NET Framework. Depending on the library you are using, this might work flawlessly or not at all.
Generally speaking there are two broad categories:
- Control libraries can work if they don't use any unsupported features and use clean exception handling (see thread-abort sematics above)
- Infrastructure-level libraries, such as authentication handlers, should probably be replaced with .NET Core versions
Please note that these tests are based on samples and give a general idea of what to expect.
We have had successfully tried Telerik UI for ASP.NET AJAX and looked through thread-abort semantics without finding any obvious issues.
Syncfusion Essential for ASP.NET Web Forms requires postprocessing via the DesignerAttributeRewriter. Once this is done, you should be able to start your application. Thread abort semantics have not been verified.
ASP.NET Web Forms Controls: No practical experience
Ultimate UI for ASP.NET Web Forms: No practical experience
ASP.NET Ajax Control Toolkit requires postprocessing via the DesignerAttributeRewriter. Thread abort semantics have not been verified.