The Intel Galileo provides a solid framework for testing an embedded device concept for your next Internet of Things project.

The Intel Galileo provides a solid framework for testing an embedded device concept for your next Internet of Things project.
Where do you put your curly braces? How does your answer compare to what over 1200 others said?
The Netduino board provides the .NET programmer with a way to write code for tiny devices using Visual Studio and familiar languages like C# and VB.Net.
Applying time proven SOLID principles make your code structured, neat and easy to maintain. Bipin Joshi examines SOLID principles and illustrates how they can be applied to your C# code.
String.format is not just a relic from a bygone era, but is actually still very useful even in today's brave new world. It’s time to dig into some data formatting!
Factors for computers continue to change and evolve. You’ve likely adjusted for phones and tablets, but have you considered the impact of All-in-Ones on your applications?
The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.
Peter Shaw discusses various methods for generating a unique ID so that your application can identify itself.
Hannes du Preez shows you how to create a program to scrape text from a website.
Arun Karthick introduces you to the state machine model and shows you how to create a simple working state machine sample using the .NET framework in the C# language.