Marketing Infragistics

Published posts: 4

Designing a User Profile: How to Use Overrides

No matter the type of software project UI/UX designers have their hands on – apps for fintech, blockchain, or e-commerce – almost all projects share one screen in common. In this case, we’re talking about the part of an app containing the user’s personal info…his profile.


· 5min

How To Fix NuGet Credential Prompts

The Infragistics private NuGet package feed is a great way to make sure you’re always using the latest packages. But you’re probably tired of having to enter in the credentials every time you try to browse, download, or update one of your packages. We’ve identified a fix using the NuGet CLI. Learn more.


· 1min

Generate Your Next Xamarin.Forms Grid: It's as Easy as Drag and Drop

If you’ve used other development platforms, you’re probably used to using a native toolbox that lets you drag and drop controls or whatever you need to your code. Now you’ve decided to use Xamarin.Forms… and there’s no toolbox.


· 2min

Angular Component Architecture Made Easy

A Note from Infragistics: Angular (formerly Angular 2) represents a huge departure from Angular JS (formerly Angular 1). While Angular JS used a more traditional MVC architecture that relied primarily on Controllers which controlled the interaction between a Model and the View, Angular has taken a more self-contained, composable Component based approach.


· 7min