Skip to content

Infragistics Blog - How To

Building Simple Multilingual ASP.NET Core Website

In this tutorial we will create new multilingual website in ASP.NET Core and publish it to IIS. Version 1.0 of ASP.NET Core was released in June 2016, so it’s quite new tool. Main feature of it is that we can develop and run our apps cross-platform on Windows, Linux and Mac.


· 8min

How To Conduct a Pilot Test First Effectively?

Before beginning a user research study or usability test, one of the most important things you can do is to run a pilot test. What’s a pilot test?


· 4min

How To Locate a Particular Object in a JavaScript Array

Have you ever come across a requirement to find a particular object in a given array of objects? In this post, we will explore various ways to find a particular object in a JavaScript array. Let us assume that we have an array as shown in the listing below and we need to find whether an object with an id of ‘4’ exists:


· 4min

Top 10 Industries Benefiting from Big Data and Analytics

There is a lot of noise on the Internet about Big Data: it’s the next big thing, it’s going to change how you work, it’s going to disrupt everything. There’s certainly a lot of truth in the idea that Big Data will have a big impact, but all the hype can feel a little abstract.


· 6min

What are Closures in JavaScript?

A JavaScript closure is a function which remembers the environment in which it was created. We can think of it as an object with one method and private variables.


· 6min

Exporting a Grid to Excel in Three Simple Steps

In a web application project, exporting a grid to an Excel file is one of the most frequent requirements. There are various ways to do this, but IgniteUI makes it super simple. All it takes is one line of code!


· 4min

Step by Step Working with GitHub Repository & Visual Studio 2015

In this blog post, we will learn how to work with GitHub repository and Visual Studio 2015.


· 3min

Foundations of Random Number Generation in JavaScript

Being able to generate (apparently) random numbers is an essential requirement for many areas of math, statistics, the sciences, technology and gaming.


· 11min

Using Jasmine & Karma to Write and Run Unit Tests for AngularJS Apps

Learn how to write unit tests with jasmine, how to run them with karma, and how to create proxies of AngularJS controls like filter, controller, and more.


· 9min