what are best initial things that i must know in order to jump in to asp.net development

后端 未结 4 2119
死守一世寂寞
死守一世寂寞 2021-02-06 15:29

i am doing Windows base programing using C# from last 8 months and you can put me in Level 8 in C# out of 10. Now time come to switch to Web programming and get some more ingred

4条回答
  •  臣服心动
    2021-02-06 16:20

    there can be lot of concepts to learn to do proper web based development but for starter

    1- What is Stateless feature ?

    2- What is Session ?

    3- What is viewState if not planning to use asp.net MVC?

    4- What is Request / Response model?

    5- Asp.Net Page Life Cycle.

    6- What is caching?

    7- A basic JavaScript course.

    8- What is GET/POST method?

    this is not the final list but as a starter this can be considered.

提交回复
热议问题