Tag Archives: jQuery

The Value of Adding AngularJS to your Development Stack – with Dan Wahlin

AngularJS is one the hottest JavaScript group frameworks available today. Is it worth adding it to your development stack? That’s what we’re going to address in this video. AngularJS is one the hottest JavaScript group frameworks available today. Is it worth adding it to your development stack? That’s what we’re going to address in this … Continue reading The Value of Adding AngularJS to your Development Stack – with Dan Wahlin

ECMAScript 6 (ES6) – The Future Look of JavaScript for C# Developers

This is an excerpt of a webinar by Dan Wahlin – JavaScript for C# Developers that was conducted at Interface Technical Training on September 14, 2014. Watch the entire webinar at JavaScript for C# Developers webinar with Dan Wahlin Dan Wahlin teaches Web Development and .NET Visual Studio classes at Interface Technical Training. Dan’s instructor-led training classes include … Continue reading ECMAScript 6 (ES6) – The Future Look of JavaScript for C# Developers

Interface is excited to announce a whole new way to look at Developer training.

  The world that developers live in has been morphing over time. Changing technologies are a given, but changing jobs roles are often overlooked.   Introducing the new Developer program at Interface.  Web Developer focused on the server side? Check out our Open Server courses. WEB240: HTML, XHTML & CSS In-Depth Web Development Training Learn … Continue reading Interface is excited to announce a whole new way to look at Developer training.

AngularJS Video Series Part III – Views, Controllers and Scope

  Previous videos in this series: Part I: Getting Started with AngularJS Video Series Part II: Directives, Filters and Data Binding   AngularJS follows the MVC (Model-View-Controller) pattern and allows controllers to be defined that can act as the “brain” for a given view. In this video you’ll see how to define views and hook … Continue reading AngularJS Video Series Part III – Views, Controllers and Scope

AngularJS Video Series Part II: Directives, Filters and Data Binding

  Previous videos in this series: Part I: Getting Started with AngularJS Video Series One of the features that really sets AngularJS apart from other client-side frameworks is its built-in support for directives and data binding. In a nutshell, directives extend HTML and teach it new tricks that it can’t perform natively. Many directives are … Continue reading AngularJS Video Series Part II: Directives, Filters and Data Binding

Using jQuery Deferred Objects and Promises Instead of Callbacks

In a previous post jQuery Tip #7 – Consolidating jQuery Ajax Calls I talked about how Ajax calls can be consolidated into a JavaScript object to promote re-use and simplify maintenance. In that post I showed how the Revealing Module Pattern can be used to provide a more structured approach and how a callback can be … Continue reading Using jQuery Deferred Objects and Promises Instead of Callbacks

Learn to build an End to End Application with EF Code First, ASP.NET MVC 4, jQuery, and HTML5 with Dan Wahlin at Interface Technical Training

It’s hard to keep up with all of the new technologies being released. The moment you think you understand a given technology a new one comes out and in some cases replaces the technology you just learned. Some people enjoy the challenge of keeping up with technology while others resist change and end up stuck … Continue reading Learn to build an End to End Application with EF Code First, ASP.NET MVC 4, jQuery, and HTML5 with Dan Wahlin at Interface Technical Training

Getting Data in and out of ASP.NET Applications using Ajax and jQuery – Using WCF – Part 2 by Dan Wahlin

In my previous post I discussed how to use ASP.NET Web Services to serve up JSON data to applications. As a quick review, there are several different techniques that can be used including the following: 1. ASP.NET Web Services (.asmx) 2. Windows Communication Foundation 3. ASP.NET MVC Controller/Action 4. Custom HttpHandler 5. Web API With … Continue reading Getting Data in and out of ASP.NET Applications using Ajax and jQuery – Using WCF – Part 2 by Dan Wahlin