Skip to content

The App Builder Blog

What happens when your brain is trying to process conflicting streams of information? Let’s find out.

HTTP protocol is the basis for all communication over the web, and it has catered to our needs since the early days. HTTP works in a request and response model, where a request needs to be sent to the server to get any update from there.

In this blog post, we will learn to write unit tests for various MVC controller’s behaviors, such as view’s return types, redirecting to different actions etc.

In this article, you will learn how to create Azure API Apps and an MVC client deployed in Azure We App. This is going to be a very simple application connecting various components of Azure App services, and to build it we’re going to use Azure API App, Azure Web App, and SQL Server in Azure.

As any leader will know, there’s never enough time. When you’re managing organizational politics, attempting to steer the company to growth or differentiating your brand from aggressive competition; maintaining a focus on your Key Performance Indicators (KPIs) can often get left behind.

The UltraWinGrid provides countless invaluable data-centric features and can be morphed into many types of views, layouts and styles as the end-user sees fit.

In the last decade, the Web has taken multiple long strides. From basic HTML, web pages developed a richer look and feel, and are getting more intuitive, user friendly and glossier every day.

Areas are some of the most important components of ASP.NET MVC projects. The main use of Areas are to physically partition web project in separate units. 

Have you ever used filters with the ng-repeat directive as shown in the listing below? If so, then you’ve used a filter in an AngularJS application. AngularJS provides us many in-built directives like search. If required, AngularJS also allows us to create custom filters, which we’ll explore in this post. AngularJS gives us a simple […]