Beginning C# Object-Oriented Programming
Autor Dan Clarken Limba Engleză Paperback – iun 2011
With more than 30 fully hands-on activities, you'll discover how to transform a simple model of an application into a fully-functional C# project, including designing the user interface, implementing the business logic, and integrating with a relational database for data storage. Along the way, you will explore the .NET Framework, the creation of a Windows-based user interface, a web-based user interface, and service-oriented programming, all using Microsoft's industry-leading Visual Studio 2010, C#, Silverlight, the Entity Framework, and more.
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (2) | 289.33 lei 3-5 săpt. | |
Apress – iun 2011 | 289.33 lei 3-5 săpt. | |
Apress – 29 mar 2013 | 335.13 lei 3-5 săpt. |
Preț: 289.33 lei
Preț vechi: 361.66 lei
-20% Nou
Puncte Express: 434
Preț estimativ în valută:
55.38€ • 57.60$ • 46.41£
55.38€ • 57.60$ • 46.41£
Carte disponibilă
Livrare economică 21 februarie-07 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781430235309
ISBN-10: 1430235306
Pagini: 378
Ilustrații: XVI, 378 p.
Dimensiuni: 178 x 254 x 18 mm
Greutate: 0.66 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1430235306
Pagini: 378
Ilustrații: XVI, 378 p.
Dimensiuni: 178 x 254 x 18 mm
Greutate: 0.66 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Public țintă
Popular/generalNotă biografică
Dan Clark is a senior business intelligence (BI)/programming consultant specializing in Microsoft technologies. He is focused on learning new BI/data technologies and on training others how to best implement the technology. Dan has published several books and numerous articles on .NET programming and BI development. He is a regular speaker at various developer/database conferences and user group meetings and enjoys interacting with the Microsoft developer and database communities. In a previous life, he was a physics teacher; he is still inspired by the wonder and awe of studying the universe and figuring out why things behave the way they do.
Caracteristici
Beginning C# Object-Oriented Programming brings you into the modern world of development, as you master the fundamentals of programming with C# and learn to develop efficient, reusable, elegant code through the object-oriented programming (OOP) methodology.
Cuprins
Overview of Object-Oriented Programming.- Designing OOP Solutions: Identifying the Class Structure.- Designing OOP Solutions: Modeling the Object Interaction.- Designing OOP Solutions: A Case Study.- Introducing the .NET Framework and Visual Studio.- Creating Classes.- Creating Class Hierarchies.- Implementing Object Collaboration.- Working with Collections.- Implementing the Data Access Layer.- Developing WPF Applications.- Developing Web Applications.- Developing Windows Store Applications.- Developing and Consuming Web Services.- Developing the Office Supply Ordering Application.- Wrapping Up