Developer Visual Studio / ASP.NET
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 … Continue Reading
Getting Started with AngularJS Video Series
As more and more functionality moves to the client developers are finding that writing JavaScript-centric applications from scratch can be challenging and frustrating. As a result, numerous JavaScript libraries and frameworks have sprouted up to help simplify the development process … Continue Reading
Getting Started with Grunt a JavaScript task build tool
JavaScript, JavaScript, JavaScript! It seems that just about everywhere you turn now days you here about “this framework” or “that library” being based on JavaScript. If you like JavaScript (and I do) then that’s a good thing but it also … Continue Reading
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 … Continue Reading
The Future of jQuery by Dan Wahlin
jQuery is still the most popular script library around with the latest jQuery Usage Statistics showing that over 50% of the top 100,000 sites use it. That's a huge number especially given that no other script even comes close to … Continue Reading
The Art of Productivity by Dan Wahlin
Getting things done has always been a challenge regardless of gender, age, race, skill, or job position. No matter how hard some people try, they end up procrastinating tasks until the last minute. Some people simply focus better when they … Continue Reading
How to add Help Pages to ASP.NET Web API Services – Dan Wahlin
In a previous post I discussed the fundamentals of using the new ASP.NET Web API to expose JSON data to Ajax-enabled clients. One of the challenges with RESTful services exposed by ASP.NET Web API, Node.js, WCF, and others is that … 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
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 … Continue Reading
Getting Data in and out of ASP.NET Applications using Ajax and jQuery – Using a Custom HttpHandler by Dan Wahlin
In my previous post I discussed how ASP.NET MVC controllers could be used to serve up JSON data to applications. Examples of additional technologies that can be used are shown next: 1. ASP.NET Web Services (.asmx) 2. Windows Communication Foundation … Continue Reading
Getting Data in and out of ASP.NET Applications using Ajax and jQuery – Using ASP.NET MVC part 3 by Dan Wahlin
In my previous post I discussed how Windows Communication Foundation (WCF) could be used to serve up JSON data to applications. WCF is one of several different technologies that can be used to convert server-side objects into JSON data that … Continue Reading
Dev Feed example
Dev Feed example
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) … Continue Reading
Video: Cloud Intelligence Conference – May 8, 2012
Interface Technical Training is presenting an opportunity for Arizona businesses and organizations to learn how to put their computing in “the cloud.” The Phoenix Cloud Intelligence Conference May 8, 7:30 a.m. – 6 p.m. As one of a small group … Continue Reading
Getting Data in and out of ASP.NET Applications using Ajax and jQuery – Part I by Dan Wahlin
Web applications have changed a lot over the years. When they first started in the 90's nearly every action a user performed on a page caused the page to fully reload. Full page postback operations were the norm and something … Continue Reading
Building the Account at a Glance HTML5 jQuery Application by Dan Wahlin
As Web technologies continue to evolve developers are required to learn new technologies in order to build successful web-based applications that stand above the crowd. This can be a challenging proposition especially for developers moving from desktop or Rich Internet … Continue Reading
Setting BreakPoints in Visual Studio 2010 to troubleshoot C# and ASP.NET code
This a step by step guide on how to set breakpoints in Visual Studio 2010 in order to better troubleshoot c# and asp.net code. Create a New Solution and add some code. I created a new web site in Visual Studio … Continue Reading
Creating a Visual Web Part for SharePoint 2010 with Visual Studio 2010
In this post, I am going to create a simple new visual web part for SharePoint 2010 with Visual Studio 2010. I already have SharePoint 2010 Server Installed along with Visual Studio 2010. Visual Web Parts are awesome, they feel … Continue Reading

