SoFunction
Updated on 2025-03-06

A list of easy paths and methods for beginners to learn.net

How to learn .net? Haha, I am a veteran, I was so worried when I was studying! I still remember it freshly. So now I will share some of my experiences. If something is wrong, please correct me!


.Learn C# as a new language;
.Watch "C# Introduction Classic" and "C# Advanced Programming";
.Don’t be confused by words such as VC, BCB, BC, MC, TC - they are all integrated development environments, and what we need to learn is a language;
.Don't miss any small programming problem that seems simple - they are often not that simple, or can lead to a lot of knowledge points
.Being able to use Visual vs does not mean that you can C#;
.It is not difficult to learn C#, and you have persisted in practice for a long time and spared no effort to read a lot of books;
.If you are not a genius, if you want to learn programming, don’t want to play games!
.When reading Visual vs books, you can't learn C# language;
.Impetuous people are prone to say: XX language is not good, so you should learn YY; - It’s because you can’t do it yourself! ?
.Impetuous people are prone to ask: What should I learn? - Don’t ask, just learn it;
.Impetuous people are prone to ask: Is XX rich? - It is recommended that you rob the bank;
.Impetuous people are prone to ask: Which one is better, XX or YY; - Let me tell you, both are good - as long as you learn it;
.The impetuous people are divided into two types: a) people who only wait and see but do not learn; b) people who only learn but do not persist;
.It is better to keep outdated technology in your heart than to keep it fashionable;
.C# is not just an object-oriented programming language;
.One of the best ways to learn programming is to read the source code;
.Don’t think that the book in your hands is enough at any moment;
. Please read carefully if you can understand the books; please read them if you can’t understand the books;
.Don’t expect to remember and master something by reading the first time the book is available-please read the second and third times;
.Discuss meaningful C# knowledge points with others, rather than quarrel whether XX is OK or which one is better, YY or ZZ;
.Please don’t think there will be any problem if you have learned XX and then changed to C# - you are just learning a brand new language;
.After reading "C# Advanced Programming", I will determine if I have already learned about C#;
.The secrets of learning programming are: programming, programming, and programming;
.Remember: Object-oriented technology is not only proprietary to C#;
.Please enter the program examples in the book to the computer to practice, even if there is source code on the supporting CD;
.Add to expand meaningful examples seen in the book;
.Please pay attention to the exception handling technology in C# and apply it to your own programs;
.Review the programs you have written before, and try to rewrite them, and apply the new knowledge you have learned;
.Don’t miss any exercise questions in the book - please complete them all and record your solution ideas;
.The integrated development environment of C# language and C# must be learned and mastered at the same time;
.Since you have decided to learn C#, please keep learning, because the purpose of learning programming language is to master programming technology, and programming technology is cross-language;
.Let the various platforms and development environments of C# language compete fiercely. We should focus on learning C# language itself;
.When you are halfway through the C# program but find that the method you use is very clumsy, please do not stop immediately; please complete the rest as soon as possible to ensure the integrity of the design, and then analyze your own mistakes and redesign and write;
.Never do not follow certain rules that you are not proficient in just because the program is "very small" - good habits are cultivated, not remembered at once;
.Whenever you learn a C# difficulty, try to explain this knowledge point to others and let him understand it - only if you can explain it clearly means that you really understand it;
. Record the knowledge points you have found when communicating with others that you have ignored or did not understand;
.Please keep putting higher requirements on the programs you write, even if your program version number will become XX;
.Save all the programs you have written - that is one of your best accumulations;
.Please don’t be an impetuous person;
.Please love C#!