Some Suggestions for beginners in.net

  • 2020-05-05 11:05:42
  • OfStack

. Don't think that.net needs to write all the code to.cs page, and don't bother to use the convenient control operation provided by vs.
Don't think of net as just dragging various controls onto the page and setting them up with vs's convenience .don't think that.net needs to read all kinds of books from compilation principles to web service at the very beginning .don't think net is just going to open up vs and create a page and then just write ok
.don't think that just because the net version is now 2.0 doesn't mean you don't want to read 1.1 .don't think net hasn't changed from 1.1 to 2.0 Don't think that net can start with all the code on one page instead of separating the data access layer from the presentation layer Don't think: net is a lot of useless layer to do a simple thing for half a year can not finish writing

Actually,.net is quite technical. Actually,.net is not as difficult as you think, but it's definitely not easy.
The following is the process of learning.net, and share with you.
1. Decided to use C# for the development of.net.
2. After painstaking efforts, vs2003
was finally installed 3. Completed the first console program   hello   world
with books borrowed from the library 4. Follow a book that teaches asp.net as asp and complete some simple pages
5. Follow a book on database operations and play
from cover to cover 6. Learn to use net   sdk   document
7. Try writing a guest book
8. Got a great intermediate.net book from the library.
9. Follow that book and start practicing the little things (user controls,form validation, etc.)
10. Experimented with writing a small forum called
11. I gradually got to know many friends, and we learned from each other and made progress together 12. Contact with petshop 3.0
13. In-depth study of petshop 3.0
14. Began to learn custom controls, during which I gained a deeper understanding of the internal knowledge of.net and
15. Other open source projects
16. I realized the great help of an open source project for beginners, so I decided to write an open source project to help other friends and learn more
17.stella   froum   development
18...........

To summarize, the main points are three
1. Be diligent to write code by hand and write instance
2. Try to get in touch with the basics, try to get in touch with the actual project code
3. Communicate more with friends
Postscript: write the small text, because recently a asp very cattle friends want to do. net (that are, in fact we a few people questioning decided to turn. The net, haha), in the beginning of time is always a lot of trouble, last night I accompany him to sit for a while, think the problem is also pretty is much, so I want to write a note, to the general. net beginners. Little detours, strive for an early Pierce that layer of paper wall, into. net programming world.


Related articles: