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

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

    For me the initial thinks to start the web programming are

    1. Learn about html creating pages.
    2. Familiar your self with the way a page load to the client, what other info send, what return etc.
    3. Learn javascript, and probably jQuery for the client programming.
    4. Learn about the media on the web, mostly images is the one you need. How to create them and user them to develop a page.

    Some other answer to consider.
    https://stackoverflow.com/questions/1393639/best-web-programming-book-for-stand-alone-application-guy
    https://stackoverflow.com/questions/1861290/web-application-book-for-dummies-managers
    Good Web Designing Books for Programmers
    https://stackoverflow.com/questions/158769/best-books-to-learn-about-design
    https://stackoverflow.com/questions/516424/book-recommendation-web-user-interface-design
    https://stackoverflow.com/questions/1034758/what-are-the-best-web-design-sites
    https://stackoverflow.com/questions/74884/good-javascript-books
    https://stackoverflow.com/questions/3655530/best-javascript-book-for-an-experienced-coder

    ps I am working from 1995 with web pages in general, but I am unable to know my level, because to tell you the truth, I do not know what and how is the level 10.

提交回复
热议问题