Skip to content

Infragistics Blog

How To

The Stroop Effect and its Implications in UX Design

What happens when your brain is trying to process conflicting streams of information? Let’s find out.


· 3min
How To

Building Real-Time Application with SignalR – Part 1

HTTP protocol is the basis for all communication over the web, and it has catered to our needs since the early days. HTTP works in a request and response model, where a request needs to be sent to the server to get any update from there.


· 7min
How To

Creating Unit Tests for ASP.NET MVC Controllers

In this blog post, we will learn to write unit tests for various MVC controller’s behaviors, such as view’s return types, redirecting to different actions etc.


· 5min
How To

Azure API Apps and Azure Mvc Web App in Azure App Service

In this article, you will learn how to create Azure API Apps and an MVC client deployed in Azure We App. This is going to be a very simple application connecting various components of Azure App services, and to build it we’re going to use Azure API App, Azure Web App, and SQL Server in Azure.


· 12min
UX

Top 10 KPIs You’ll See in a CEO’s Dashboard

As any leader will know, there’s never enough time. When you’re managing organizational politics, attempting to steer the company to growth or differentiating your brand from aggressive competition; maintaining a focus on your Key Performance Indicators (KPIs) can often get left behind.


· 5min
How To

The UltraWinGrid Summary Display Areas: When To Use It?

The UltraWinGrid provides countless invaluable data-centric features and can be morphed into many types of views, layouts and styles as the end-user sees fit.


· 3min
How To

Leveraging HTTP/2 with ASP.NET 4.6 and IIS10

In the last decade, the Web has taken multiple long strides. From basic HTML, web pages developed a richer look and feel, and are getting more intuitive, user friendly and glossier every day.


· 5min
How To

Areas in ASP.NET MVC

Areas are some of the most important components of ASP.NET MVC projects. The main use of Areas are to physically partition web project in separate units.


· 4min
Angular

How to Create Custom Filters in AngularJS?

Have you ever used filters with the ng-repeat directive as shown in the listing below?


· 2min