Responsive Design: Front-End Tools and SharePoint Basics

One of the easiest ways to deter users from your website is to provide them with a frustrating experience. Be that with broken features, outdated information, or more times than not, an unfriendly user interface. Even the most feature-rich websites

> Read More

The SharePoint 2010 Mobile Redirect Nightmare

I recently had to address a very simple sounding request that turned into a nightmare. The SharePoint 2010 mobile view is ugly and difficult to customize (as shown in the image below) and so I wanted a SharePoint 2010 list to redirect to

> Read More

Temporal Tables in SQL Server 2016

A Simple Question One of the most frequent questions that comes up in the realm of enterprise applications is: Who has touched/modified this data? Short questions usually have long answers, and this one is no exception. To understand the implications of

> Read More

Using MVC to Avoid Magic Numbers in Your JavaScript

Hard-coding “magic numbers” in your code has always been a problem for several reasons: they’re not meaningful, they’re difficult to search for reliably, and the chance of using the wrong value is unacceptably high. The first improvement was preprocessor macros

> Read More

TypeScript 101: Benefits and How To Install It

TypeScriptLang tells us that “TypeScript is a superset of JavaScript that compiles to plain JavaScript.” Therefore, it is essentially JavaScript, but with Object-Oriented features and keywords to help keep your code clean and maintainable. This blog post is a TypeScript

> Read More

Easy Dynamics Login