├── LICENSE ├── README.md ├── class ├── API.cs ├── Cache.cs ├── Compiler.cs ├── Controller.cs ├── DefaultPages.cs ├── Execute.cs ├── Extensions.cs ├── FetchSyntex.cs ├── HtmlData.cs ├── Library.cs ├── LibraryCreator.cs ├── Middleware.cs ├── Model.cs ├── Options.cs ├── RequestQuery.cs ├── RoleAccess.cs ├── StaticObject.cs ├── ViewCodeCombination.cs └── WebForms.cs ├── doc ├── asp_dot_net_core_vs_code_behind.md ├── code_behind_framework_data.md ├── code_behind_framework_vs_code_behind_pattern.md ├── code_behind_story.md ├── constructor_method.md ├── controller_class_constructor_and_model_class_constructor.md ├── download_file.md ├── dynamic_model.md ├── error_detection.md ├── error_handling.md ├── examples_of_development.md ├── how_is_the_list_of_views_finally_made.md ├── how_to_create_dynamic_middleware_by_code_behind_framework.md ├── how_to_create_modular_systems_by_code_behind_framework.md ├── how_to_create_scheduled_task_by_code_behind_framework.md ├── how_to_create_startup_system_by_code_behind_framework.md ├── how_to_use_code_behind.md ├── html_data_classes.md ├── it_is_not_necessary_to_follow_the_mvc_pattern.md ├── layout.md ├── load_aspx_page_finally_result_in_another_aspx_page.md ├── manage_roles_in_code_behind.md ├── modularity_in_the_configuration_of_the_controller_in_the_route.md ├── modularity_in_the_default_mode.md ├── mvc_architecture_in_code_behind.md ├── namespace_and_dll_for_code_behind_view_class.md ├── new_features_on_new_versions.md ├── options.md ├── performance_test_asp_dot_net_core_mvc_and_razor_pages_vs_code_behind_framework_version_2.2.md ├── performance_test_in_only_view_section_version_1.5.2.md ├── razor_syntax_reference_for_code_behind_framework.md ├── route_configuration.md ├── section.md ├── send_data.md ├── simple_and_structured_mvc_in_code_behind.md ├── standard_syntax_reference_for_code_behind_framework.md ├── template.md ├── transfer_template_block_data_in_view_data.md ├── use_cache.md ├── used_with_razor_pages_and_asp_dot_net_core_mvc.md ├── using_web_forms.md └── web_part_in_code_behind.md └── ready_project ├── asp_dot_net_core_default_2 ├── asp_dot_net_core_default_2.zip └── screen_shot.png ├── asp_dot_net_core_default_7 ├── asp_dot_net_core_default_7.zip └── screen_shot.png ├── blazor_default_8 ├── blazor_default_8.zip └── screen_shot.png └── readme.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/README.md -------------------------------------------------------------------------------- /class/API.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/class/API.cs -------------------------------------------------------------------------------- /class/Cache.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/class/Cache.cs -------------------------------------------------------------------------------- /class/Compiler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/class/Compiler.cs -------------------------------------------------------------------------------- /class/Controller.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/class/Controller.cs -------------------------------------------------------------------------------- /class/DefaultPages.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/class/DefaultPages.cs -------------------------------------------------------------------------------- /class/Execute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/class/Execute.cs -------------------------------------------------------------------------------- /class/Extensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/class/Extensions.cs -------------------------------------------------------------------------------- /class/FetchSyntex.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/class/FetchSyntex.cs -------------------------------------------------------------------------------- /class/HtmlData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/class/HtmlData.cs -------------------------------------------------------------------------------- /class/Library.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/class/Library.cs -------------------------------------------------------------------------------- /class/LibraryCreator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/class/LibraryCreator.cs -------------------------------------------------------------------------------- /class/Middleware.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/class/Middleware.cs -------------------------------------------------------------------------------- /class/Model.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/class/Model.cs -------------------------------------------------------------------------------- /class/Options.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/class/Options.cs -------------------------------------------------------------------------------- /class/RequestQuery.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/class/RequestQuery.cs -------------------------------------------------------------------------------- /class/RoleAccess.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/class/RoleAccess.cs -------------------------------------------------------------------------------- /class/StaticObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/class/StaticObject.cs -------------------------------------------------------------------------------- /class/ViewCodeCombination.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/class/ViewCodeCombination.cs -------------------------------------------------------------------------------- /class/WebForms.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/class/WebForms.cs -------------------------------------------------------------------------------- /doc/asp_dot_net_core_vs_code_behind.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/asp_dot_net_core_vs_code_behind.md -------------------------------------------------------------------------------- /doc/code_behind_framework_data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/code_behind_framework_data.md -------------------------------------------------------------------------------- /doc/code_behind_framework_vs_code_behind_pattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/code_behind_framework_vs_code_behind_pattern.md -------------------------------------------------------------------------------- /doc/code_behind_story.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/code_behind_story.md -------------------------------------------------------------------------------- /doc/constructor_method.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/constructor_method.md -------------------------------------------------------------------------------- /doc/controller_class_constructor_and_model_class_constructor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/controller_class_constructor_and_model_class_constructor.md -------------------------------------------------------------------------------- /doc/download_file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/download_file.md -------------------------------------------------------------------------------- /doc/dynamic_model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/dynamic_model.md -------------------------------------------------------------------------------- /doc/error_detection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/error_detection.md -------------------------------------------------------------------------------- /doc/error_handling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/error_handling.md -------------------------------------------------------------------------------- /doc/examples_of_development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/examples_of_development.md -------------------------------------------------------------------------------- /doc/how_is_the_list_of_views_finally_made.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/how_is_the_list_of_views_finally_made.md -------------------------------------------------------------------------------- /doc/how_to_create_dynamic_middleware_by_code_behind_framework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/how_to_create_dynamic_middleware_by_code_behind_framework.md -------------------------------------------------------------------------------- /doc/how_to_create_modular_systems_by_code_behind_framework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/how_to_create_modular_systems_by_code_behind_framework.md -------------------------------------------------------------------------------- /doc/how_to_create_scheduled_task_by_code_behind_framework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/how_to_create_scheduled_task_by_code_behind_framework.md -------------------------------------------------------------------------------- /doc/how_to_create_startup_system_by_code_behind_framework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/how_to_create_startup_system_by_code_behind_framework.md -------------------------------------------------------------------------------- /doc/how_to_use_code_behind.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/how_to_use_code_behind.md -------------------------------------------------------------------------------- /doc/html_data_classes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/html_data_classes.md -------------------------------------------------------------------------------- /doc/it_is_not_necessary_to_follow_the_mvc_pattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/it_is_not_necessary_to_follow_the_mvc_pattern.md -------------------------------------------------------------------------------- /doc/layout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/layout.md -------------------------------------------------------------------------------- /doc/load_aspx_page_finally_result_in_another_aspx_page.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/load_aspx_page_finally_result_in_another_aspx_page.md -------------------------------------------------------------------------------- /doc/manage_roles_in_code_behind.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/manage_roles_in_code_behind.md -------------------------------------------------------------------------------- /doc/modularity_in_the_configuration_of_the_controller_in_the_route.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/modularity_in_the_configuration_of_the_controller_in_the_route.md -------------------------------------------------------------------------------- /doc/modularity_in_the_default_mode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/modularity_in_the_default_mode.md -------------------------------------------------------------------------------- /doc/mvc_architecture_in_code_behind.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/mvc_architecture_in_code_behind.md -------------------------------------------------------------------------------- /doc/namespace_and_dll_for_code_behind_view_class.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/namespace_and_dll_for_code_behind_view_class.md -------------------------------------------------------------------------------- /doc/new_features_on_new_versions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/new_features_on_new_versions.md -------------------------------------------------------------------------------- /doc/options.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/options.md -------------------------------------------------------------------------------- /doc/performance_test_asp_dot_net_core_mvc_and_razor_pages_vs_code_behind_framework_version_2.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/performance_test_asp_dot_net_core_mvc_and_razor_pages_vs_code_behind_framework_version_2.2.md -------------------------------------------------------------------------------- /doc/performance_test_in_only_view_section_version_1.5.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/performance_test_in_only_view_section_version_1.5.2.md -------------------------------------------------------------------------------- /doc/razor_syntax_reference_for_code_behind_framework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/razor_syntax_reference_for_code_behind_framework.md -------------------------------------------------------------------------------- /doc/route_configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/route_configuration.md -------------------------------------------------------------------------------- /doc/section.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/section.md -------------------------------------------------------------------------------- /doc/send_data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/send_data.md -------------------------------------------------------------------------------- /doc/simple_and_structured_mvc_in_code_behind.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/simple_and_structured_mvc_in_code_behind.md -------------------------------------------------------------------------------- /doc/standard_syntax_reference_for_code_behind_framework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/standard_syntax_reference_for_code_behind_framework.md -------------------------------------------------------------------------------- /doc/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/template.md -------------------------------------------------------------------------------- /doc/transfer_template_block_data_in_view_data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/transfer_template_block_data_in_view_data.md -------------------------------------------------------------------------------- /doc/use_cache.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/use_cache.md -------------------------------------------------------------------------------- /doc/used_with_razor_pages_and_asp_dot_net_core_mvc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/used_with_razor_pages_and_asp_dot_net_core_mvc.md -------------------------------------------------------------------------------- /doc/using_web_forms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/using_web_forms.md -------------------------------------------------------------------------------- /doc/web_part_in_code_behind.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/doc/web_part_in_code_behind.md -------------------------------------------------------------------------------- /ready_project/asp_dot_net_core_default_2/asp_dot_net_core_default_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/ready_project/asp_dot_net_core_default_2/asp_dot_net_core_default_2.zip -------------------------------------------------------------------------------- /ready_project/asp_dot_net_core_default_2/screen_shot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/ready_project/asp_dot_net_core_default_2/screen_shot.png -------------------------------------------------------------------------------- /ready_project/asp_dot_net_core_default_7/asp_dot_net_core_default_7.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/ready_project/asp_dot_net_core_default_7/asp_dot_net_core_default_7.zip -------------------------------------------------------------------------------- /ready_project/asp_dot_net_core_default_7/screen_shot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/ready_project/asp_dot_net_core_default_7/screen_shot.png -------------------------------------------------------------------------------- /ready_project/blazor_default_8/blazor_default_8.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/ready_project/blazor_default_8/blazor_default_8.zip -------------------------------------------------------------------------------- /ready_project/blazor_default_8/screen_shot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/ready_project/blazor_default_8/screen_shot.png -------------------------------------------------------------------------------- /ready_project/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elanatframework/Code_behind/HEAD/ready_project/readme.md --------------------------------------------------------------------------------