Infragistics Blog

How To Create a Microsoft Azure-Based MVC Application
“Cloud” has been a buzz word for a while now. But what does it mean for you as a developer? For starters, you won’t have to write very different code for the cloud than what you’re already writing for in-premise applications.

Installing Xamarin for Visual Studio 2015 Preview Side by Side with Visual Studio 2013
If you are a current user of Visual Studio 2013 and Xamarin, and you are wanting to start playing around with the new features in Visual Studio 2015 Preview, including the new Android emulator, then this post is for you.

What Can C# Be Used For?
In this post, we are going to look a little more at what type of projects C# can be used for, and the type of code the languages particular features make it most suitable for.

How To Manage Microsoft Azure Blob Storage with Node.js
You will learn how to start with Node and Blob Storage, covering the most often seen cases.

How to Manage Microsoft Azure Table Storage with Node.js
This blog discusses how you can use Node.js and Microsoft Azure Table Storage . Open source solutions (OSS), are very suitable for the implementation of platform independent and/or cloud applications. Node.js is widely used in the actual implementation of such cloud applications.

Dealing with Node.js and Microsoft SQL Server: Part 1
In a series of articles will look at how to use Node.js with some of the most popular products and platforms like SQL Server, MongoDB, Microsoft Azure, how to create applications using jQuery, jQuery UI and Ignite UI with Node.js

Not a Valid WIN32 App Error
Those of us who spend our working lives developing Windows applications will have seen it a million times. End users will also be familiar with this error.

Expert Reviews, Usability Testing, and User Research – What’s the Difference?
As a user experience professional, I often take it for granted that everyone knows the difference between user research, usability testing, and expert reviews.

NSPointerArray and Collections of Weak Objects (Objective - C)
There will be times when you want a collection of weak references. Any one to many notification chain is just begging to introduce reference cycles more than willing to leak all over your application. So when you have this situation in your application, you might want to consider the NSPointerArray. Attached is an example of the NSPointerArray in action.