Build an Angular 2 App – Data Binding Syntax
In our previous article about building a simple application in Angular 2, we laid the foundation for moving forward and covered all the very basics about bootstrapping your application. However, […]
Angular Benchpress and Performance Tests
Ben Nadel wrote a blog post that explored the performance of rendering a large dataset using Angular (version one) and React. It was a good post and demonstrated the perceptible […]
Build an Angular 2 App: The Root Component
Build an Angular 2 App: The Root Component Angular 2 is in active development right now, but is still in an alpha state. In fact, at the time of writing […]
Turn off the Attach Security Warning Dialog in Visual Studio
How many clicks has this dialog eaten out of your life? The idea for the warning is good because, you know, SECURITY. However, if you’re developing web apps or anything […]
From Zero to Hero in Xamarin Forms in 53 Minutes
Looking for a fast way to get up to speed on Xamarin Forms? There are tons of learning resources out there, including a series of articles I published this spring, […]
Handling the Back Button in Windows 10 UWP Apps
The cool thing about Universal Windows Platform (UWP) apps is that they run on an assortment of devices, from PCs, tablets, and phones to (soon) Xboxes and HoloLens, among others. […]
Angular2 Databinding is Fast!
I’ve been working with the Angular2 alpha ever since ng-conf 2015, and it has been pretty awesome to see how the framework is shaping up. I’ll be the first to […]
Azure Bits #3 – Adding a Message to an Azure Queue
In Azure Bits #2 – Saving the Image to Azure Blob Storage, we were able to save our image to Azure Blob Storage and verify that this all went according […]
Pooling Buffers for Better Memory Management
Occasionally, you need a more robust solution to solve a problem. In my last post, I wrote about the horrors of this small code snippet: One way to alleviate the […]