Remember the beginning of the teacher and apprentice meeting, when talking about progress, Master learned C #, Da Wei to do the meeting record, we do not know how to write, we at, finally had to please teachers father, now himself also learned C #, a little excited! In the video in addition to the C #, but also simple to mention the UML and design patterns of knowledge, see the video in the UML has a sense of familiarity, see the video will design mode is a kind of excitement, has long heard that the design pattern is a very interesting book, design patterns appear in this video at the end of this look. But the first to summarize the C #, and then talk about design patterns.
Deep Learning: (encapsulation, inheritance, polymorphism will not say more)
Operator overloading: operator overloading does not cause the operator to appear again, but to redefine it and give it a new command;
Index: The function of an index is to let a class be tagged and accessed like an array;
String: Use regular expressions in C # to implement String functions;
Delegate: A delegate is a class that defines the type of method that can be passed as a parameter of another method, enhancing the extensibility of the program;
Event: Similar to a trigger in a database, this event is triggered when a program runs to a step.
A small C # summary, look at the time there is a feeling, but a summary, there is a problem, so all kinds of information, look for blogs, see how the predecessors are written, a bit of the head after the pen to write a summary. Simple mind Map is a simple understanding of C #, a lot of things have not been linked up, a little digestion!
C # Summary