Infragistics Blog

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!

Which is Better for Analysis, Spreadsheets or Affinity Diagrams? Part 2
Which is a better method of analyzing user research and usability testing data, typing up your notes in a spreadsheet or creating an affinity diagram?

It's The Little Things That Matter: Axes, Tick Marks, Tick Labels, and Grid Lines
While the fundamentals of chart design largely concern the accurate and efficient visual representation of data, it is important not to forget the supporting structures - axes, tick marks, tick labels, and grid lines.

User Centered Dashboards: A Visual Design Approach
Many of the dashboards I come across are beautiful or at the very least aesthetically pleasing, but are they effective dashboards?

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.

Pie Chart vs Bar Chart: Which One To Choose?
Imagine you want a chart that shows how some whole is divided up among its constituent parts. Popular convention may tell you to think in terms of a pie chart.

Getting Started With JavaScript Unit Testing Using Qunit
It’s usually good practice to have automated unit tests while developing your code. In unit testing, we test the smallest unit of the code for a particular behaviour. The Unit test helps us to find bugs in the code early in the development cycle.

Entity Framework Context Abstraction
Depending on a project’s size, scope, and requirements, you may have opted to use an ORM such as Entity Framework without further abstraction or encapsulation. Larger enterprise applications may need complicated layering and services, but the development overhead should be justified.