Programming in C#: Exam 70-483 (MCSD) Guide: Learn basic to advanced concepts of C#,including C# 8,to pass Microsoft MCSD 70-483 exam
Authors: Simaranjit Singh Bhalla – SrinivasMadhav Gorthi
ISBN-10: 178953657X
ISBN-13: 9781789536577
Released: 2019-10-31
Print Length 页数: 444 pages
Book Description
Acquire necessary skills in preparing for Microsoft certification and enhance your software development career by learning the concepts of C# programming
Programming in C# is a certification from Microsoft that measures the ability of developers to use the power of C# in decision making and creating business logic. This book is a certification guide that equips you with the skills that you need to crack this exam and promote your problem-solving acumen with C#.
The book has been designed as preparation material for the Microsoft specialization exam in C#. It contains examples spanning the main focus areas of the certification exam,such as debugging and securing applications,and managing an application’s code base,among others. This book will be full of scenarios that demand decision-making skills and require a thorough knowledge of C# concepts. You will learn how to develop business logic for your application types in C#. This book is exam-oriented,considering all the patterns for Microsoft certifications and practical solutions to challenges from Microsoft-certified authors.
By the time you’ve finished this book,you will have had sufficient practice solving real-world application development problems with C# and will be able to carry your newly-learned skills to crack the Microsoft certification exam to level up your career.
What you will learn
Explore multi-threading and asynchronous programming in C#
Create event handlers for effective exception handling
Use LINQ queries for data serialization and deserialization
Manage filesystems and understand I/O operations
Test,troubleshoot,and debug your C# programs
Understand the objectives of Exam 70-483 and apply common solutions
contents
1 Learning the Basics of C#
2 Understanding Classes,Structures,and Interfaces
3 Understanding Object-Oriented Programming
4 Implementing Program Flow
5 Creating and Implementing Events and Callbacks
6 Managing and Implementing Multithreading
7 Implementing Exception Handling
8 Creating and Using Types in C#
9 Managing the Object Life Cycle
10 Find,Execute,and Create Types at Runtime Using Reflection
11 Validating Application Input
12 Performing Symmetric and Asymmetric Encryption
13 Managing Assemblies and Debugging Applications
14 Performing I/O Operations
15 Using LINQ Queries
16 Serialization,Deserialization,and Collections