Interactive C#: Fundamentals, Core Concepts and Patterns
Autor Vaskaran Sarcaren Limba Engleză Paperback – 12 dec 2017
Discover object-oriented programming with core concepts of C# in this unique tutorial. The book consists of four major sections which cover 15 core topics - nine of them are dedicated to object-oriented programming, five of them are dedicated to advanced concepts of C#, and one of them is dedicated to design patterns, with coverage of three Gang of Four design patterns with C# implementations. Finally, Interactive C# contains an FAQ section to cover all of these topics.
This book uniquely presents a two-way discussion between a teacher and students. So, with this book you will have the feel of learning C# in a classroom environment or with your private tutor. Your teacher will discuss the problems/topics and ask you questions; at the same time, counter questions are provided to clarify points where necessary.
What You Will Learn
This book uniquely presents a two-way discussion between a teacher and students. So, with this book you will have the feel of learning C# in a classroom environment or with your private tutor. Your teacher will discuss the problems/topics and ask you questions; at the same time, counter questions are provided to clarify points where necessary.
What You Will Learn
- Become proficient in object-oriented programming
- Remake yourself as a great C# programmer
- Test your skills in C# fundamentals
- Use Visual Studio to write, compile and execute your code
Who This Book Is For
Programmers who want to understand the concepts and implementation of object-oriented programming in C#.Preț: 232.49 lei
Preț vechi: 290.61 lei
-20% Nou
Puncte Express: 349
Preț estimativ în valută:
44.49€ • 46.39$ • 36.98£
44.49€ • 46.39$ • 36.98£
Carte tipărită la comandă
Livrare economică 21 martie-04 aprilie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484233382
ISBN-10: 1484233387
Pagini: 467
Ilustrații: XXXIX, 494 p. 325 illus., 304 illus. in color.
Dimensiuni: 178 x 254 x 34 mm
Greutate: 0.92 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484233387
Pagini: 467
Ilustrații: XXXIX, 494 p. 325 illus., 304 illus. in color.
Dimensiuni: 178 x 254 x 34 mm
Greutate: 0.92 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
Part I: Start building your dream home
1: Object Oriented Programming Concepts [5-6] Pages
Description:
This chapter is about the introduction to object oriented programming and its effectiveness
Topics covered:
What is OOP and why it is needed.
2: Class and Objects [25-30] Pages
Description:
This chapter is about class and objects concepts.
Topics covered
.Class, Objects and References
.Constructors and types
.References vs Pointers.Brief introduction to Destructors and Garbage collection
.Use of this keyword.
.Different case studies with complete programs and outputs.
3: The concept of Inheritance[25] Pages
Description:
This chapter is about Introduction to inheritanceTopics covered:
.Types of inheritance
.Diamond problem associated with multiple inheritance
.Hybrid inheritance-which ones will be supported in C#
.Use of base keyword.
.Use of sealed keyword.
.How to prevent inheritance..Different case studies with complete programs and outputs.
4: Inheritance in depth [25] Pages
Description:
This chapter is about the real power of inheritance
Topics covered:
.Overloading.Overriding
.Abstract classes
.Use of abstract keyword.
.Different case studies with complete programs and outputs.
5: Interfaces [15] Pages
Description:
This chapter is about Introduction to Interfaces and why it is needed
Topics covered:
.Comparison with abstract class
.Marker interfaces
.Different case studies with complete programs and outputs.
6: Properties [10] Pages
Description:
This chapter is about Introduction to Properties
Topics covered:
.Different kind of properties e.g.
.read-only properties
.write-only properties
.read-write properties
.virtual properties
.abstract properties
.Different case studies with complete programs and outputs..
7: Important comparisons [10] Pages
Description:
This chapter is about some key comparisons in C# which we encounter frequently in programming.
Topics covered:
. Value type vs Reference types
.“is” vs “as”
.Implicit vs Explicit casting
.Boxing vs Unboxing
.Casting vs Boxing
.out vs ref. etc
.Different case studies with complete programs and outputs.
8: OOPs concepts revisited[15] Pages
Description:
This chapter is a summary about what we have learned so far about OOP.
Topics covered:
. How we have covered the OOPs fundamentals through different programs.
. Difference between inheritance and composition.
.Some additional programs and outputs.
Part II: Consult with the experts
Description:
9. This chapter is about introduction to delegates and events
Topics covered:
.Why the topic is so important for advanced programming
.Different kind of delegates.
.Introduction to events
.Different case studies with complete programs and outputs.
10: Exceptions[10] Pages
Description:
This chapter is about introduction to exception handlingTopics covered:
.Why the topic is so important for advanced programming
.Different kind of exceptions and their proper usage.
.Different case studies with complete programs and outputs.
11: Disposals through Garbage Collections[15] Pages
Description:
This chapter is about the memory allocation techniques.
Topics covered:
.Why the topic is so important for advanced programming
.Discussion about destructors and Finalizers
.Discussion about different generations.
.Sample program with CLR profilers
.Different case studies with complete programs and outputs.
Skills learned
12: Generics[25-30] Pages
Description :
This chapter is about introduction to generic programming
Topics covered:
.Why the topic is so important for advanced programming
.Why the topic is introduces in later releases of C#
.Different case studies with complete programs and outputs..
13: Flexibilities with anonymous methods[10-15] Pages
Description:
This chapter is about introduction to exception handlingTopics covered :
.Why the topic is so important for advanced programming
.Why the topic is introduces in later releases of C#
. Anonymous functions and Lambda expressions and related topics
.Different case studies with complete programs and outputs.
PART III: Become a hero in the real world
14: An introduction to design patterns[ 25-40] Pages
Description
This chapter is about introduction to exception handling
Topics covered
Atleast 3 design patterns – one from each category of GoF
15: Winning notes and the road ahead
Notă biografică
Vaskaran Sarcar (ME (Software Engineering), MCA, B Sc. (Math)) is a Senior Software Engineer and Team Lead at HP India PPS R&D Hub Bangalore. He is the author of the books-Java Design Patterns, Interactive Object Oriented Programming in Java, Design Patterns in C#, Operating System: Computer Science Interview Series and C# Basics He has more than 10 years of teaching and Industry experience. He is also national Gate scholar(2005-2007). Reading and learning new things are passion for him.
Textul de pe ultima copertă
Discover object-oriented programming with core concepts of C# in this unique tutorial. The book consists of four major sections which cover 15 core topics - nine of them are dedicated to object-oriented programming, five of them are dedicated to advanced concepts of C#, and one of them is dedicated to design patterns, with coverage of three Gang of Four design patterns with C# implementations. Finally, Interactive C# contains an FAQ section to cover all of these topics.
This book uniquely presents a two-way discussion between a teacher and students. So, with this book you will have the feel of learning C# in a classroom environment or with your private tutor. Your teacher will discuss the problems/topics and ask you questions; at the same time, counter questions are provided to clarify points where necessary.
You will:
This book uniquely presents a two-way discussion between a teacher and students. So, with this book you will have the feel of learning C# in a classroom environment or with your private tutor. Your teacher will discuss the problems/topics and ask you questions; at the same time, counter questions are provided to clarify points where necessary.
You will:
- Become proficient in object-oriented programming
- Remake yourself as a great C# programmer
- Test your skills in C# fundamentals
- Use Visual Studio to write, compile and execute your code
Caracteristici
Presents a two-way discussion between a teacher and students
Covers the most recent features of C# 7.0
Outputs are generated using the most popular and recent Visual Studio IDE
Covers the most recent features of C# 7.0
Outputs are generated using the most popular and recent Visual Studio IDE