Asp.net Core provides a way to extend the Razor syntax with custom tags using TagHelpers.
The App Builder Blog
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.
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.
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?
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 […]
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.
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.
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!
Why would you care about creating a “UX culture” in the workplace? And what does that even mean?
In this blog post, we will learn how to work with GitHub repository and Visual Studio 2015.