Skip to content

Infragistics Blog

How To

ASP. NET Core – Creating Custom Tag Helpers

Asp.net Core provides a way to extend the Razor syntax with custom tags using TagHelpers.


· 3min
Angular

How To Create Custom Attribute Directive in Angular

In this post, we will learn how to create Attribute Directives in Angular. So let’s say we want to change the background color of an element; in that case we would apply the attribute directive to the element.


· 4min
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

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

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
How To

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
How To

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
How To

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
UX

How to Build UX Culture in the Company

Why would you care about creating a “UX culture” in the workplace? And what does that even mean?


· 8min