DEV Community

Cover image for CodeBehind Framework Tutorial Series
elanatframework
elanatframework

Posted on • Updated on

CodeBehind Framework Tutorial Series

The content you are viewing is a tutorial series that deals with the new back-end framework called CodeBehind.

CodeBehind was developed by the Elanat team and is a strong competitor to Microsoft's default .NET Core web frameworks (ASP.NET Core MVC, Razor Pages, and Blazor).

ASP.NET Core Frameworks

CodeBehind is .NET Diamond!

Development of systems using the CodeBehind framework, usually with the C# programming language, is done under ASP.NET Core.

The link below is the address of the supporting content of this course, and the explanations related to this tutorial series are included in it.

Supporting content of the tutorial series

List of trainings:

  1. Introduction

    • What is CodeBehind Framework
    • Why was CodeBehind created
    • Advantages of CodeBehind Framework
    • Unique MVC architecture in CodeBehind
    • Knowledge prerequisites
    • Unique MVC architecture in CodeBehind
    • Minimum required hardware and software
  2. Configuring the CodeBehind framework in the ASP.NET Core project

    • Installation of Visual Studio Code and necessary items
    • Creating a new .NET project
    • Add CodeBehind Framework package
    • Configure the CodeBehind framework in the Program.cs class
    • Run project
  3. View in CodeBehind

    • What is View
    • CodeBehind View extension
    • CodeBehind View syntax
    • Create only View
    • HttpContext in View
  4. Add Model in View

    • Create an application with only View and Model
    • CodeBehindModel abstract class
    • Using CodeBehindConstructor method
    • View class without abstract
    • Model-View in Visual Studio Code
    • Why use ViewData
  5. Controller in CodeBehind

    • Why do some people not understand the concept of MVC?
    • How to teach MVC?
    • Why do we need a Controller?
    • MVC example in CodeBehind
    • CodeBehindController abstract class
    • Using CodeBehindConstructor method
    • MVC in Visual Studio Code
    • Add a new View
    • Change View in Controller
  6. Example of displaying information with MVC in CodeBehind

    • Activation of static files in ASP.NET Core
    • Add static file
    • Series data
    • Series Models
    • Series Views
    • Prevent access Default.aspx
    • Series Controller
  7. Not mandatory in MVC

  8. Applying new View and Model by Controller class

  9. Adding a new View without changing the Controller and Model

  10. Calling the View in the current View

  11. View design with Razor syntax

  12. View design with standard syntax

  13. Modular structure in CodeBehind

  14. Using constructor method

  15. HtmlData classes

  16. Download file

  17. Dynamic Model

  18. Working with templates in View

  19. Return template

  20. Interesting ideas for working with template and return template

  21. Transfer template block data with ViewData

  22. Layout and its benefits

  23. Send data by ViewData

  24. AJAX example in CodeBehind

  25. Activate the section feature

  26. Send information by submitting form

  27. Loading a View page in another View page

  28. Error handling

  29. Getting to know the settings of the options file

  30. Manage urls and remove the aspx extension

  31. CodeBehind framework data

  32. Namespace and dll for CodeBehind view class

  33. Error detection

  34. Route configuration

  35. CodeBehind configuration alongside Razor Pages and ASP.NET Core MVC

  36. Advanced configuration

  37. Modularity in the default mode

  38. Modularity in the configuration of the controller in the route

  39. Separate compilation

  40. Applying changes to views without the need to recompile

  41. How is the list of views finally made?

  42. Cache in CodeBehind

  43. Work with database

  44. CodeBehind access system

  45. Authentication and authorization in CodeBehind

  46. Publish project and deploy on web

Note: This list will be updated over time. Every time a new tutorial is added, its link will be available in the above list.

Copyright

All trainings in this tutorial series belong to the Elanat team and have no copyright; therefore, the republishing of this tutorial series is free from our point of view; please also check the copyright provisions on this platform before republishing the content.

Related links

CodeBehind on GitHub:
https://github.com/elanatframework/Code_behind

CodeBehind in NuGet:
https://www.nuget.org/packages/CodeBehind/

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

Top comments (0)