30/06/2013 by Nitesh

Book Review – Mastering Windows 8 C++ App Development

Friends,

Recently I got a chance to read the book – “Mastering Windows 8 C++ App Development“, written by Paul Yosifovich and published from Packt, a leading publishing website. This book explains the basics and advanced concepts of writing a Windows Store App using C++ and XAML. If you are a C++ developer and are willing to Windows 8 Store apps, this book is for you to get a headstart and build some great apps and make money. This post details my thoughts for the book –

Summary

It is a well written book covering aspects in a logical manner. The book starts with explaining various essential features of Windows 8  and then moves on explaining new concepts in C++ 11. The book explains you each functionality and capability assuming you are a beginner with developing Windows 8 Apps, but do have knowledge of C++. As you go ahead reading the book, you will learn more and more exciting features of Windows 8 development like Windows RT elements, Push notifications, Background Tasks, Contracts, Extensions and packaging to allow the world see your App. The book comprises of 9 chapters with each chapter focusing on one specific functionality regarding development. Few topics covered in the book are as below –

  • Basics of Windows 8 Operating system from the Windows Store app perspective
  • Concepts around Windows Store apps and the Windows Runtime.
  • Important features from C++ 11 and the new language extensions, C++/CX, that allow easier access to the Windows Runtime types. Also know about other classic technologies and where (if at all) they fit in the Windows Store apps model.
  • Know XAML declarations and data binding using MVVM model.
  • Building reusable WinRT components that can be used by other languages as well as custom controls.
  • Working with Tiles, Push notifications in C++ Windows Store App.
  • Finally, packaging a Windows 8 Store App written using C++.

About Author

Pavel Yosifovich is a Microsoft MVP and a frequent speaker at national events apart from being CTO of  a software development, consulting, and training company, based in Israel. He is also the author of “Windows Presentation Foundation 4.5 Cookbook, Packt Publishing, 2012“. He writes, develops, consults, and trains developers on various software development topics, from Windows internals, to .NET enterprise systems, and almost everything in between. In the past, he co-founded the start-up company Quiksee that was acquired by Google in September 2010.

Who is this book for?

This book is aimed at any C++ developer who want to learn developing Windows Store apps using his/her existing knowledge of C++.

Conclusion

To conclude, I will suggest this book to any C++ developer interested to learn the new features in C++ 11 and also build Windows 8 Apps using same. The book comes with perfect examples and screenshots where ever required. The language is easy to understand and entertaining as well. After reading this book, I am confident to write a Windows 8 Store app using C++ with some cool features.

Want to buy a copy now?

If you think this book is what you were looking after, you can buy the book from any of the below links –

  • Buy from packtpub.com

Hope you like reading the book 🙂

#Books#Reviews#Technology