• category news

    The new version of Elanat CMS 2.2 has been released with new fixes and improvements.


    Some of the key changes in this version of Elanat CMS include solving various problems such as issues with translating categories, displaying PDF files in full screen, updating content dates after editing, link targets, cache values for role types, and more.  new features have been added like support for aspx files in components, bmp and webp extensions for avatars, date and color inputs for el_AjaxPostBack method, and more. Updates include upgrading CodeBehind Framework to version 2.7.1, SqlClient to version 4.8.6, and other libraries to the latest versions.

    In the coming days, we will provide the possibility of updating Elanat CMS version 2.1.0.0 to version 2.2.0.0 through the about component.


    download link:

    https://elanat.net/content/97/Elanat version 2.2.0.0 is released.html

    category future events

    The Elanat team will soon bring back the former Microsoft Web-Forms in ASP.NET Standard with a new and powerful architecture to ASP.NET Core. New Web-Forms will be added to the CodeBehind Framework.

    Elanat Brings Web-Forms Back to ASP.NET Core

    Over time, the Web-Forms architecture for developing websites using ASP.NET was out of fashion due to its problems and limitations. But Elanat team wants to bring Web-Forms back to ASP.NET Core by presenting a new revolutionary architecture. Elanat has incorporated new improvements to the former Web-Forms architecture and will surprise web developers. It has been tried to revive this architecture in a new and efficient way. The Elanat team has done comprehensive studies to eliminate all the weaknesses of the former Web-Forms; so, significant improvements can be seen in web-forms. With the addition of new Web-Forms to ASP.NET Core, you will see another revolutionary idea from the Elanat team. This is an important step in the evolution of web development!

    Problems that existed in the former Web-Forms:
     - The volume of data sent to the server was large
     - The problem of constantly returning data from the server (
    Postback)
     - The problem of enlarging the page with ViewState as a result of lower loading speed and more bandwidth usage
     - Lack of control over HTML
     - High pressure on the server due to the presence of web controls


    The new Web-Forms that the Elanat team will provide will be combined with the MVC architecture and will give developers high maneuverability. This structure gives new and more flexible solutions in the development of websites and allows them to control their view pages more effectively and with higher quality without worrying about the performance of new Web-Forms.

    In this new Web-Forms architecture, the front-end is completely abandoned and will give a new meaning to the web.

    Wait for this big surprise!

    category news

    CodeBehind Version 1.8 was released on November 26, 2023. Version 1.8 is the biggest update of CodeBehind and many features have been added to it.


    Razor syntax

    CodeBehind version 1.8 supports Razor syntax. You can either develop your programs based on the Razor syntax or use the standard syntax.

    Razor syntax in CodeBehind is very similar to Razor syntax in cshtml pages in .NET Core, but in some cases there may be slight differences. Also note that if there is an error in aspx pages that are created with Razor syntax, it is different from Razor syntax errors in .NET Core cshtml pages. The Elanat team doesn't know the Microsoft approach, and the support for Razor pages in CodeBehind was created from the ground up by the Elanat team.


    Template

    The Elanat team has introduced a wonderful Template structure with version 1.8. Templates form parts of an aspx page. In a revolutionary initiative, the Elanat team provides a return templating structure that guarantees 100% separation of server-side code from the design part (like html).


    Constructor method

    One of the new initiatives of the Elanat team in the CodeBehind framework is to add support for the CodeBehind constructor method for models and controllers. You can open parentheses in front of the model and controller class names and add the desired input arguments that you created in the CodeBehind constructor method.


    Added option

    From now on, there is an options file in the code_behind/options.ini path. This file will contain many options for customization.


    Added HtmlData classes

    From now on you can use classes located in the HtmlData namespace.
    The Elanat team currently supports three commonly used and recurring data types and will add more data types to the HtmlData namespace in the future.


    Namespace and dll for CodeBehind view class

    From now on, you can add namespaces to the view class aggregating aspx files. Add the namespaces to the namespace_import_list file at this path:

    code_behind/namespace_import_list.ini.

    You can also add necessary dlls to the view class that aggregates aspx files. This file is located in:

    code_behind/dll_import_list.ini path.


    Problems that were solved

     - The problem of executing the path with extra characters after the slash character was solved.

     - Fixed the problem of replacing the class file with failed compilation in the last successful compilation.

    category news

    Elanat version 2.1 is a stable version that has fixed all known bugs in version 2.


    Version 2.0.0.0 was the first version of Elanat that was prepared by migrating from ASP.NET standard to ASP.NET Core; in version 2.1.0.0, we tried to solve the identified problems of the previous version; therefore, we corrected all the errors that existed.


    Version 2 had full control over all paths, but no control over physical static files; In version 2.1 there is full control over physical static files.

    In the coming days, we will provide the possibility of updating Elanat version 2.0.0.0 to version 2.1.0.0 through the about component.


    download link:

    https://elanat.net/content/86/Elanat version 2.1.0.0 is released.html

    category news

    As promised, we have presented Elanat version 2 based on ASP.NET Core; first, we put the source code of this version completely on the GitHub repository and in the next few days we will provide the ready-to-install version.


    The Elanat repository based on ASP.NET Core can be seen in the link below.

    https://github.com/elanatframework/Elanat


    We created a new repository and copied all the information from the ASP.NET Standard based Elanat repository into the new repository. This repository's README.md file provides information on how to migrate Elanat from ASP.NET Standard to ASP.NET Core.

    You can see the Elanat repository based on ASP.NET Standard in the link below.

    https://github.com/elanatframework/Elanat_old


    The new version of Elanat has become very powerful and efficient in terms of performance.


    category news

    The Elanat add-ons repository on GitHub contains all add-ons outside the Elanat core.
    This repository contains raw add-ons for creating new add-ons, and all developers can add their own add-ons in this repository.

    All add-ons that were created based on .NET Standard are now compatible with .NET Core.

    ...
    category future events
    • By using Code-Behind, Elanat managed to migrate from .NET Standard version 4.5 to .NET Core version 7.0 in a very short time.

      Elanat is the largest .NET system that migrates from .NET Standard to .NET Core.
      ...
    category future events

    Code-Behind is a toolkit that allows you to create aspx files in .NET Core. Code-Behind is a web development style based on MVC. In the future, we will develop Code-Behind in such a way that there is no need to code the view section (such as while, for, and foreach loops). and support a new Web-Form structure that does not have the problems of the standard .NET Web-Form. In the future, Code-Behind can support MVC, Code-Behind and Web-Form at the same time.

    ...
    category future events

    According to the previous content, i.e. migration from .NET, we will migrate to .NET Core in the near future and expand the serverside independence feature.


    We have done many studies and by providing the infrastructure and conducting many tests, we announce that Elanat will have the highest amount of serverside independence after migrating to .NET Core.

    After that, we will decide whether to leave Microsoft platforms completely or not.

    category future events

    In August 2023, we will present the next version with big update of Elanat.

    We will release a new version very soon in the next few days to fix the current issues. probably, in this version, new features will not be added to the Elanat core, and it will only focus on the errors and problems of the current version (1.0.0.0).

    If you encounter a problem or error while using Elanat, please send the problems and errors in the link below.

    Error report