Learn C# in 7 days

Learn C# in 7 days

RM 83.00

ISBN:

9781787127159

Categories:

Engineering & IT

File Size

3.57 MB

Format

epub

Language

English

Release Year

2017
Favorite (0)

Synopsis

Key FeaturesLearn the basics of C# in 7 daysWorks as a reference guide describing the major features of C#Build easy and simple code through real-world example scenariosBook DescriptionThis book takes a unique approach to teach C# to absolute beginners. Youll learn the basics of the language in seven days. It takes a practical approach to explain the important concepts that build the foundation of the C# programming language.The book begins by teaching you the basic fundamentals using real-world practical examples and gets you acquainted with C# programming. We cover some important features and nuances of the language in a hands-on way, helping you grasp the concepts in a fluid manner.Later, youll explore the concepts of Object-Oriented Programming (OOP) through a real-world example. Then we dive into advanced-level concepts such as generics and collections, and youll get acquainted with objects and LINQ. Towards the end, youll build an application that covers all the concepts explained in the book.By the end of this book, you will have next-level skills and a good knowledge of the fundamentals of C#.What you will learnUnderstand and set up the .NET environmentCode in C# using the Visual Studio 2017 RC (preferable community edition) IDEDefine variables, syntax, control flows, statements, and arrays etc through examplesUnderstand the concepts of Object-Oriented Programming using C#Get acquainted with attributes, collection, generics, and LINQGet your hands on class members such as Modifiers, Methods, Properties, Indexers, File I/O, Exception Handling, and RegexBuild a real-world application using C# 7About the AuthorGaurav Aroraa has done M.Phil in computer science. He is a Microsoft MVP, life time member of Computer Society of India (CSI), certified as a scrum trainer/coach, XEN for ITIL-F and APMG for PRINCE-F and PRINCE-P. Gaurav serves as a mentor at IndiaMentor, open source developer, contributor to TechNet Wiki co-founder of Innatus Curo Software LLC. In 19+ years of his career, he has mentored thousands of students and industry professionals. You can tweet Gaurav on his twitter handle @g_aroraTable of ContentsOverview of .NET frameworkGetting started with C#Whats new in C#7Discussing C# Class MembersOverview of Reflection and CollectionsDeep Dive with Advanced ConceptsUnderstanding Object Oriented Programing with C#Build a real-world application