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

后端 未结 4 2121
死守一世寂寞
死守一世寂寞 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:04

    I would have gone with the following path ...

    • HTML / HTML5
    • Understanding HTTP request/response
    • CSS / CSS3
    • JavaScript and Ajax (including classical and prototypical inheritance, closure, FP)
    • A bit about web design (Check Pragmatic press http://pragprog.com/titles/bhgwad/web-design-for-developers
    • For general web related things check out http://nettuts.com
    • AJAX
    • jQuery
    • ASP.NET Lifecycle/ Server Control /UserControl, HTTPModules, HTTPHandlers, Session, Caching etc
    • Firefox dev environmnet + Firebug addon + YSlow

    Hope you find this useful.

提交回复
热议问题