Infragistics Blog

How To

What Are ViewData, ViewBag, & TempData in ASP.NET MVC?

Some developers may struggle with the differences and usage of ViewData, ViewBag, and TempData in ASP.NET MVC. This blog post will explain it all.


· 5min
How To

How to Improve Your Data Visualizations with Annotations

Chart annotations can provide extra detail, highlight points of interest or simply be used for disambiguation purposes. However, filling a graphic with annotations can distract from the visual salience of the data itself, so it's important to find the right balance.


· 4min
How To

How To Create Relationships Between Entities?

The Entity Framework Code First approach allows us to create a model as a plain class and then the database gets created from the domain model or entity class. In the Code First approach, the database gets created from the classes.


· 8min
How To

How To Enable Cors in the asp.net Web API?

Consider this the simplest how-to guide to enabling CORS in your APS.NET Web API. Check out all the steps in this article and learn more today.


· 5min
Angular

Validating User Input on a Form in Angular JS

I have often seen entry-level developers struggling with user input validation in AngularJS single page applications. In this post, I will give a quick but useful introduction of validations in AngularJS; consider this post as a base learning document from which you can do further learning.


· 5min
How To

Docking Properties Panel and Revisiting UI Guides

One of our design goals is to provide a distraction-free design time experience. As part of this, we try to reveal functionality depending on where you are in the design flow and in context.


· 3min
How To

12 Tips To Increase the Performance of ASP.NET APPs – Part 2

This post is the second part of my previous post where we discussed six tips to improve the performance of ASP.NET applications. In this post, we are going to discuss six more tips that could be another round a booster for your application performance. The link to the previous post is included.


· 8min
How To

The History of Wireframing & Prototyping

We’ve recently been looking a fair bit into the world of wireframes and prototypes and what they can do for the design and development process. However, we are yet to touch upon the history of this discipline, specifically the history of wireframes. In this post we will do just that.


· 4min
How To

An Introduction to Small Multiples

Small multiples — collections of small (obviously) graphics where the same variables are plotted in each graphic but the data in each graphic are conditioned based on another variable (or two) — can be used for similar purposes, with some advantages and some disadvantages.


· 4min