Beginning Visual C# 2015 Programming, Hammer Jacob Vibe, Perkins, Reid Jon D.
Новое издание
Автор: Perkins Benjamin, Hammer Jacob Vibe, Reid Jon D. Название: Beginning C# 7 Programming with Visual Studio 2017 ISBN: 1119458684 ISBN-13(EAN): 9781119458685 Издательство: Wiley Цена: 5844 р. Наличие на складе: Поставка под заказ. Описание:
Easily get started programming using the ultra-versatile C# 7 and Visual Studio 2017
Beginning C# 7 Programming with Visual Studio 2017 is the beginner's ultimate guide to the world's most popular programming language. Whether you're new to programming entirely, or just new to C#, there has never been a better time to get started. The new C# 7 and Visual Studio 2017 updates feature a number of new tools and features that streamline the workflow, simplify the code, and make it easier than ever to build high-quality apps. This book walks you through everything you need to know, starting from the very basics, to have you programming in no time. You'll learn about variables, flow control, and object oriented programming, then move into Web and Windows programming as well as databases and XML. The companion website provides downloadable code examples, and practical Try It Out sections provide explicit, step-by-step instructions for writing your own useful, customizable code.
C# 7 can be used to build Windows applications, program Windows 10, and write Web apps when used alongside ASP.NET. With programming skills becoming de rigueur in fields far beyond the tech world, C# 7 is a great place to start building versatile, helpful skills. This book gets you started quickly and easily with instruction from a master-team of C# programmers.
Learn how to program using the world's leading programming language
Build smarter, faster apps using the latest features in C# 7 and Visual Studio 2017
Find and fix bugs sooner, saving headaches down the line
Integrate with all .NET Core, Azure applications, cloud services, Docker containers, and more
The world of programming can seem intimidating to a beginner, and the prospect of learning a whole new "language" can seem daunting. Beginning C# 7 Programming with Visual Studio 2017 demystifies the process and shows you how to bring your ideas to life.
Автор: Perkins Benjamin, Reid Jon D. Название: Beginning C# and .Net ISBN: 1119795788 ISBN-13(EAN): 9781119795780 Издательство: Springer Цена: 5081 р. Наличие на складе: Есть у поставщикаПоставка под заказ.
Автор: Davis Stephen R. Название: Beginning Programming with C++ for Dummies ISBN: 0470617977 ISBN-13(EAN): 9780470617977 Издательство: Wiley Рейтинг: Цена: 3024 р. Наличие на складе: Поставка под заказ.
Описание: What the book covers: Beginning Programming with C++ For Dummies starts would-be programmers on their way toward C++ mastery by showing them basic development concepts and techniques in context of C++. The book explores what goes into creating a program, how to put the pieces together, dealing with standard programming challenges, debugging, and making it work. The book explains both the why and the how of C++ programming from the ground up. - The website will contain all the code from the book and an updated C++ compiler.
Автор: Purdum Название: Beginning Object Oriented Programming with C# ISBN: 1118336925 ISBN-13(EAN): 9781118336922 Издательство: Wiley Рейтинг: Цена: 4261 р. Наличие на складе: Поставка под заказ.
Описание: The ideal beginner`s guide to C# and object-oriented programming Wrox beginners` guides have the perfect formula for getting programming newcomers up and running. This one introduces beginners to object-oriented programming using C# to demonstrate all of the core constructs of this programming framework.
Автор: Clark Название: Beginning C# Object-Oriented Programming ISBN: 1430235306 ISBN-13(EAN): 9781430235309 Издательство: Springer Рейтинг: Цена: 5076 р. Наличие на складе: Поставка под заказ.
Описание: Design and develop cutting-edge applications in C# using proven object-oriented methodologies and best practices--Cover.
Описание: A comprehensive Java guide, with samples, exercises, case studies, and step-by-step instruction Beginning Java Programming: The Object Oriented Approach is a straightforward resource for getting started with one of the world`s most enduringly popular programming languages.
Описание: Learn to speak the Java language like the pros Are you new to programming and have decided that Java is your language of choice?
Автор: Stephens Rod Название: Stephens` Visual Basic Programming 24-Hour Trainer ISBN: 0470943351 ISBN-13(EAN): 9780470943359 Издательство: Wiley Рейтинг: Цена: 4261 р. Наличие на складе: Поставка под заказ.
Описание: This book is a self-paced guide to Visual Basic programming. Easy-to-follow lessons, reinforced by step-by-step instructions, screencasts, and supplemental exercises, allow readers of all learning styles to master Visual Basic programming quickly and painlessly. The book's scope is limited to an introduction to Visual Basic programming. It starts from scratch, assuming the reader has little or no programming experience, and provides an introduction to Visual Basic programming and to the Visual Studio development environment. The book is divided into lessons that begin with a discussion of a particular concept or technique. After describing the main concept, the lesson includes a Try It section that invites the reader to perform a programming exercise to solidify the lesson's ideas. The Try It has several subsections: Goals describes the exercise so the reader knows what should happen. Hints gives pointers about possible confusing aspects of the problem if they are needed. Step-by-Step provides a numbered series of steps that show how to solve the problem. A screencast on the accompanying DVD shows the author working through the Try It problem. Additional commentary at the end of the screencast highlights extensions of the lesson's main concepts. After the Try It's Step-by-Step section, the text concludes with a series of exercises that the reader can solve for further practice and to expand the lesson's main ideas.
Название: Advanced Programming Using Visual Basic 2008 ISBN: 007131007X ISBN-13(EAN): 9780071310079 Издательство: McGraw-Hill Рейтинг: Цена: 7561 р. Наличие на складе: Поставка под заказ.
Описание: Advanced Programming Using Visual Basic 2008
Описание: Unlike most database programming books, which overwhelm readers with large amount of code, this book employs a new, more reader-friendly approach. Now in a new edition updated with the latest tools and information, it lays out to readers, in particular college students, how to develop professional and practical database programs in Visual Basic.
Автор: Bradley Julia Case Название: Programming in Visual Basic 2010 ISBN: 0071326766 ISBN-13(EAN): 9780071326766 Издательство: McGraw-Hill Рейтинг: Цена: 7561 р. Наличие на складе: Поставка под заказ.
Описание: Programming in Visual Basic 2010
Автор: Michael McMillan Название: Object-Oriented Programming with Visual Basic.NET ISBN: 0521539838 ISBN-13(EAN): 9780521539838 Издательство: Cambridge Academ Рейтинг: Цена: 6161 р. Наличие на складе: Поставка под заказ.
Описание: Michael McMillan provides a complete presentation of the object-oriented features of the Visual Basic .NET language for advanced Visual Basic programmers. Beginning with an introduction to abstract data types and their initial implementation using structures, he explains standard OOP topics including class design, inheritance, access modifiers and scoping issues, abstract classes, design and implemention of interfaces and design patterns, and refactoring in VB.NET. More advanced OOP topics are included as well, such as reflection, object persistence, and serialization. To tie everything together, McMillan demonstrates sound OOP design and implementation principles through practical examples of standard Windows applications, database applications using ADO.NET, Web-based applications using ASP.NET, and Windows service applications.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru