Ebook/Video Tutorial » Page 4

Learn Qt and QML by Creating Cross Platform Apps with Felgo

Learn Qt and QML by Creating Cross Platform Apps with Felgo
Learn Qt and QML by Creating Cross Platform Apps with Felgo


What you'll learn
How to use QML to create desktop and mobile apps in ultra fast time
Learn the Qt framework fundamentals
Make good looking and scalable layouts using QML
Use Felgo to create mobile versions of your app - without any extra code
Understand how to make HTTP API calls and deliver the data to your app
Learn how to leverage events and button clicks in Felgo
Correctly structure apps in QML and QtQuick
Read more

MVVM in WPF Survival Guide From A to Z

MVVM in WPF Survival Guide From A to Z
MVVM in WPF Survival Guide From A to Z


MVVM (stands for Model-View-ViewModel) is a well-known architectural pattern in the world of WPF. Most enterprise level WPF applications are MVVM-based. Learn deeply the concepts lying behind the MVVM pattern in order to understand what MVVM is in essence and how to pragmatically apply it to a WPF application. This is a great MVVM tutorial for beginners (beginners in MVVM, don't forget to look at prerequisites)!
Read more

SOL[I]D - Articles, Examples and Codes in Delphi

SOL[I]D - Articles, Examples and Codes in Delphi
SOL[I]D - Articles, Examples and Codes in Delphi


The SOLID principles were introduced by a Software Engineering expert named Robert C. Martin , or “Uncle Bob,” who is well known for writing the books “ Clean Code ”, “ Clean Coder ” and “ Clean Archicteture ” . These principles are closely associated with Object Oriented programming and present a number of techniques and mechanisms for building a more flexible and sustainable class architecture. The term SOLID, although it is an English word with translation of "solid", in this context is an acronym. Each letter corresponds to one of the principles, requiring every term to be capitalized.
Read more

C# 7.0 In A Nutshell: The Definitive Reference (Covers .Net Standard 2), Seventh Edition

C# 7.0 In A Nutshell: The Definitive Reference (Covers .Net Standard 2), Seventh Edition
C# 7.0 In A Nutshell: The Definitive Reference (Covers .Net Standard 2), Seventh Edition


When you have questions about C# 7.0 or the .NET CLR and its core Framework assemblies, this bestselling guide has the answers you need. Since its debut in 2000, C# has become a language of unusual flexibility and breadth, but its continual growth means there’s always more to learn.
Read more

Packt C# Data Structures and Algorithms

Packt C# Data Structures and Algorithms
Packt C# Data Structures and Algorithms


Programmers often concentrate on studying the specifics of programming languages and libraries. However, to write efficient code, you also need to know the right data structures and algorithms that have to be used in different situations. By understanding how to compare algorithms in terms of time and complexity, you’ll be able to implement the right one to resolve everyday programming problems.
Read more

C# in Depth, Fourth Edition, Skeet John

C# in Depth, Fourth Edition, Skeet John
C# in Depth, Fourth Edition, Skeet John


C# in Depth is a book for those who are passionate about C#. It aims to be a bridge between the existing introductory books and the language specification: something readable but detailed, exploring every aspect of the language from version 2 onwards. In the interests of brevity, it doesn't spend much time on C# 1 - readers are already expected to know the first version at least reasonably. Every new feature from C# 2 onwards is covered, however, as shown in the table of contents below.
Read more