Upgrade Your Programming Skills
Buch, Englisch, 396 Seiten, Format (B × H): 178 mm x 254 mm, Gewicht: 793 g
ISBN: 978-1-4842-5933-7
Verlag: Apress
The book is divided into two parts. Part I covers the fundamentals and essentials of advanced programming in C#. You will be introduced to delegates and events and then move on to lambda expressions. Part II teaches you how to implement these features in different programming techniques, starting with generic programming. After that, you will learn about thread programming and asynchronous programming, to benefit from a multi-threaded environment. Finally, you will learn database programming using ADO.NET to connect to a MySQL database and you will know how to exercise SQL statements and stored procedures through your C# applications.
What You Will Learn
- Use delegates, events, and lambda expressions in advanced programming
- Make your application flexible by utilizing generics
- Create a fast application with multi-threading and asynchronous programming
- Work in Visual Studio Community Edition, which is the most common IDE for using C#
- Understand alternative implementations along with their pros and cons
Developers and programmers who are already working in C#
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Fachgebiete
Weitere Infos & Material
Part I - Getting Familiar with Building Blocks.- Chapter 1: Delegates. - Chapter 2: Events.- Chapter 3: Lambda Expressions.- Part II - Exploring Advanced Programming.- Chapter 4: Generic Programming.- Chapter 5: Thread Programming.- Chapter 6: Asynchronous Programming.- Chapter 7: Database Programming.- Appendix A: Installing MySQL and Testing SQL Commands.- Appendix B: Recommended Reading.-