Browse by Tags

All Tags » JavaScript (RSS)

Dynamically Loading Controllers and Views with AngularJS and RequireJS by dwahlin

New to AngularJS? Check out the AngularJS in 60-ish Minutes video to get a jumpstart on using the framework to build Single Page Applications (SPAs). Dynamically Loading Controllers and Views AngularJS provides a simple way to associate a view with a...

Building an HTML5 Web Sockets Server with ASP.NET 4.5 by dwahlin

ASP.NET 4.5 now includes support for HTML5 Web Sockets which can provide a great way to add real-time communication to a Web app where a server can actually push data live to one or more clients. In this video from the New Features in ASP.NET 4.5 Pluralsight...

Video Tutorial: AngularJS Fundamentals in 60-ish Minutes by dwahlin

The term "Single Page Application" ( SPA ) is one of the biggest buzz words out there right now especially when it comes to building client-centric applications. SPAs provide a great way to load different views into a screen without reloading...

Slides and Code from my AngleBrackets/DevIntersection Talks: AngularJS, ASP.NET MVC, jQuery and JavaScript by dwahlin

The AngleBrackets and DevIntersection conference is all wrapped up for me and I had a great time as always meeting new people and talking about technologies that I really love to work with. Thanks to everyone that took the time to come to my talks - I...

Using AngularJS: My Interview with Joe Eames and Jim Cooper by dwahlin

I'm really excited about the AngularJS JavaScript framework given all of the great features it offers out of the box for building Single Page Applications (SPAs) and really any application that has a lot of client-side functionality. I just returned from...

Getting Started Managing Client-Side Data with the Breeze JavaScript Library by dwahlin

If you work with JavaScript a lot then you know that there’s no shortage of script libraries being released. New scripts come out on a daily basis providing UI functionality, data binding support, form validation, framework functionality and more. With...

New Features in ASP.NET 4.5 Web Forms Course Released on Pluralsight.com by dwahlin

I've been hard at work the past few months filming a new course for Pluralsight covering some of the great new features in ASP.NET 4.5 Web Forms. I'm excited to announce that the new course is titled New Features in ASP.NET 4.5 Web Forms and is now available...

TypeScript Fundamentals Course Released on Pluralsight.com by dwahlin

Over the past few months I’ve have been digging into TypeScript and learning the ins and outs of the language. If you’re new to TypeScript, it’s a language that provides a way to write modular code that includes support for types (string, number, bool...
Filed under: , ,

What's Hot in the World of JavaScript and SPAs? by dwahlin

Client-side development continues to be more and more popular which is both good and bad for developers. It's good (great!) because we have more power than ever at our fingertips. It's bad because it can be challenging to stay up-to-speed with all of...

The Role of Interfaces in TypeScript by dwahlin

In my last post I talked about how classes and interfaces could be extended in the TypeScript language. By using TypeScript’s extends keyword you can easily create derived classes that inherit functionality from a base class. You can also use the extends...
Filed under: , ,
More Posts Next page »