Each example in this book is small, but many are relatively common. You can take a look if you need it. Haha Note: Lectures 1 to 9 introduce the use of C# language for basic Windows application development, and also introduces. NET development platform and how to use it. NET platform for development and other content; Lectures 10 to 14 introduce the development of multi-threaded applications in C#; Lectures 15 to 19 introduce database application development; Lectures 20 to 26 introduce multimedia application development, explaining in detail Techniques and methods for drawing various graphics on forms and manipulating advanced multimedia effects such as pictures, sounds, and videos; Lectures 27 to 34 introduce advanced application development using the functions provided by the operating system; Lectures 35 to 41 introduce the Internet Application development; Lectures 42 to 46 introduce Web application development, which is a prominent feature of C#. It explains the method of writing Web applications directly in the C# development environment: Lectures 47 to 50 introduce the development of various Methods for distributed application systems. c: C is an object-oriented high-level programming language released by Microsoft that runs on the .net framework. It is scheduled to be unveiled at the Microsoft Professional Developer Forum (PDC). C is the latest achievement of Microsoft researcher Anders Hejlsberg. C looks surprisingly similar to Java; it includes features such as single inheritance, interfaces, almost the same syntax as Java, and the process of compiling into intermediate code and then running it. But C is obviously different from Java. It borrows a feature of Delphi and is directly integrated with COM (Component Object Model), and it is the protagonist of Microsoft's .NET windows network framework.
Expand