DEV Community

Cover image for Converting Blazor Project to WebForms Core
Elanat Framework
Elanat Framework

Posted on

Converting Blazor Project to WebForms Core

WebForms Core technology helps developers manage HTML tags on the server side without the need for client-side scripting. WebForms Core is a feature in the core of the CodeBehind framework.

Note: CodeBehind framework is a powerful replacement for ASP.NET Core MVC and Razor Pages and other backend frameworks.
The use of WebForms Core technology also makes developers not need to use front-end frameworks such as Vue, Angular and React.
However, these two are not a replacement for WebAssembly; But they are well coordinated with WebAssembly.

The following project is the default version 8 of Blazor .NET Core technology, which has been rewritten under the CodeBehind framework and WebForms Core technology.

Download

Related links

GitHub repository:
https://github.com/elanatframework/Code_behind

Get CodeBehind from NuGet:
https://www.nuget.org/packages/CodeBehind/

CodeBehind page:
https://elanat.net/page_content/code_behind

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay