DEV Community

0 seconds of 23 secondsVolume 90%
Press shift question mark to access a list of keyboard shortcuts
00:00
00:00
00:23
 
Elanat Framework
Elanat Framework

Posted on

3

The Glorious Return of Microsoft's Old WebForms in 2024.

By providing an advanced and high-level architecture and a revolutionary approach, Elanat has fixed all the problems of Microsoft's former WebForms and released WebForms Core.

WebForms Core is an engineering masterpiece that manages HTML tags on the server, without memory, processing and bandwidth overhead.
WebForms Core poses a great challenge to front-end frameworks such as React, Angular and Vue.

This is a defining moment in web development.

Sending information from the client to the server in WebForms Core is completely faithful to HTML and no additional information is sent. The server's response to the client is an INI pattern that is rendered on the client side by the WebFormsJS library.

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

Videos of WebForms Core functionality:
https://www.youtube.com/watch?v=zl4sxjIkBwU
https://www.youtube.com/watch?v=ZuMMApM00xM

Music by Bensound
License code: XUFBDO5BBKTSYS28

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (0)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

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

Okay