• category news

    CodeBehind framework version 3.7 was released focusing on providing new WebForms features.
    In this version, the possibility of caching Action Controls has been added. This feature allows developers to make a request to the server only once, and subsequent requests will be responsed from the browser's cache instead of the server.

    ...