
What Are the Real Benefits of Being an MSDN Subscriber?
A typical software developer’s day includes anything from writing and coding new programs to resolving bugs and attending meetings with clients.

How To Use Azure API Management To Make Your Life Easier
One of the most exciting evolutions on the web today is the ever increasing number of publicly available APIs as exposed by companies and individuals.

The History of Wireframing & Prototyping
We’ve recently been looking a fair bit into the world of wireframes and prototypes and what they can do for the design and development process. However, we are yet to touch upon the history of this discipline, specifically the history of wireframes. In this post we will do just that.

Converting WinForms to WPF: Should You Consider It?
WinForms has long been a popular way to develop form and GUI based applications, generally for Windows based devices. Part of the .NET framework, and originally seen as a replacement for Microsoft Foundation Class Library (MFC), WinForms applications are ‘event driven’. That is they sit and wait for a user to interact with them, before springing into action and reacting to this input.

Windows Presentation Foundation vs WinForms
Microsoft Windows Presentation Foundation (WPF) is a user interface (UI) framework for building Windows client applications with immersive and intuitive user experiences. It is a subset of the Microsoft .NET Framework and was first introduced by Microsoft as part of .NET 3.0. It combines the application UI, 2D graphics, 3D graphics, documents, and multimedia into a single framework to help developers create rich and interactive applications.

How To Gather ‘User Interface’ Requirements From Stakeholders
Gathering UI requirements is simple right? You just need to ask end users what they want, what they need and from there get on with the business of developing the solution they asked for - whether it’s an app, an Intranet or some other enterprise IT solution. If only things were so simple!

Explore Windows Forms Controls in Cashflow Dashboard
This month, Infragistics takes you through the creation of a financial cash flow dashboard using our Windows Forms controls, but without looking like a typical clunky Windows Forms application.

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.

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.