• Wyszukiwanie zaawansowane
  • Kategorie
  • Kategorie BISAC
  • Książki na zamówienie
  • Promocje
  • Granty
  • Książka na prezent
  • Opinie
  • Pomoc
  • Załóż konto
  • Zaloguj się

Interactive C#: Fundamentals, Core Concepts and Patterns » książka

zaloguj się | załóż konto
Logo Krainaksiazek.pl

koszyk

konto

szukaj
topmenu
Księgarnia internetowa
Szukaj
Książki na zamówienie
Promocje
Granty
Książka na prezent
Moje konto
Pomoc
 
 
Wyszukiwanie zaawansowane
Pusty koszyk
Bezpłatna dostawa dla zamówień powyżej 40 złBezpłatna dostawa dla zamówień powyżej 40 zł

Kategorie główne

• Nauka
 [2952531]
• Literatura piękna
 [1815254]

  więcej...
• Turystyka
 [52246]
• Informatyka
 [151406]
• Komiksy
 [36554]
• Encyklopedie
 [23115]
• Dziecięca
 [612095]
• Hobby
 [104900]
• AudioBooki
 [1784]
• Literatura faktu
 [191556]
• Muzyka CD
 [380]
• Słowniki
 [2946]
• Inne
 [442645]
• Kalendarze
 [1505]
• Podręczniki
 [166084]
• Poradniki
 [422936]
• Religia
 [506774]
• Czasopisma
 [518]
• Sport
 [60387]
• Sztuka
 [242639]
• CD, DVD, Video
 [3428]
• Technologie
 [219359]
• Zdrowie
 [98539]
• Książkowe Klimaty
 [124]
• Zabawki
 [2509]
• Puzzle, gry
 [3809]
• Literatura w języku ukraińskim
 [261]
• Art. papiernicze i szkolne
 [8058]
Kategorie szczegółowe BISAC

Interactive C#: Fundamentals, Core Concepts and Patterns

ISBN-13: 9781484233382 / Angielski / Miękka / 2017 / 494 str.

Vaskaran Sarcar
Interactive C#: Fundamentals, Core Concepts and Patterns Sarcar, Vaskaran 9781484233382 Apress - książkaWidoczna okładka, to zdjęcie poglądowe, a rzeczywista szata graficzna może różnić się od prezentowanej.

Interactive C#: Fundamentals, Core Concepts and Patterns

ISBN-13: 9781484233382 / Angielski / Miękka / 2017 / 494 str.

Vaskaran Sarcar
cena 121,86
(netto: 116,06 VAT:  5%)

Najniższa cena z 30 dni: 115,63
Termin realizacji zamówienia:
ok. 16-18 dni roboczych.

Darmowa dostawa!

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.

Kategorie:
Informatyka, Programowanie
Kategorie BISAC:
Computers > Languages - General
Computers > Programming - Open Source
Wydawca:
Apress
Język:
Angielski
ISBN-13:
9781484233382
Rok wydania:
2017
Ilość stron:
494
Waga:
0.91 kg
Wymiary:
25.4 x 17.78 x 2.74
Oprawa:
Miękka
Wolumenów:
01
Dodatkowe informacje:
Wydanie ilustrowane

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 inheritance
Topics 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 handling
Topics 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 handling
Topics 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









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.

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:

  • 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

Sarcar, Vaskaran Vaskaran Sarcar (ME (Software Engineering), MCA, B... więcej >


Udostępnij

Facebook - konto krainaksiazek.pl



Opinie o Krainaksiazek.pl na Opineo.pl

Partner Mybenefit

Krainaksiazek.pl w programie rzetelna firma Krainaksiaze.pl - płatności przez paypal

Czytaj nas na:

Facebook - krainaksiazek.pl
  • książki na zamówienie
  • granty
  • książka na prezent
  • kontakt
  • pomoc
  • opinie
  • regulamin
  • polityka prywatności

Zobacz:

  • Księgarnia czeska

  • Wydawnictwo Książkowe Klimaty

1997-2026 DolnySlask.com Agencja Internetowa

© 1997-2022 krainaksiazek.pl
     
KONTAKT | REGULAMIN | POLITYKA PRYWATNOŚCI | USTAWIENIA PRYWATNOŚCI
Zobacz: Księgarnia Czeska | Wydawnictwo Książkowe Klimaty | Mapa strony | Lista autorów
KrainaKsiazek.PL - Księgarnia Internetowa
Polityka prywatnosci - link
Krainaksiazek.pl - płatnośc Przelewy24
Przechowalnia Przechowalnia