Tag Archives: Web Services

Video – Getting Started with Android App Development with Judy Lipinski

Video – Getting Started with Andriod Development with Judy Lipinski Getting Started with Android App Development In this Interface Video Blog, Mobile App Development instructor Judy Lipinski discuses what developers will need to know before getting started developing with Android. The first requirement is that developers working in Android need to be able to program … Continue reading Video – Getting Started with Android App Development with Judy Lipinski

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 can be consumed by Ajax clients. Examples of additional technologies that can be used are … Continue reading Getting Data in and out of ASP.NET Applications using Ajax and jQuery – Using ASP.NET MVC part 3 by Dan Wahlin

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

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 that everyone expected. As the Web matured developers were given additional tools to exchange data … Continue reading Getting Data in and out of ASP.NET Applications using Ajax and jQuery – Part I by Dan Wahlin

Calling Web Services Asynchronously with ASP.NET video by Dan Wahlin

In this video tutorial I walk through the fundamentals of calling Web Services asynchronously from an ASP.NET page using the .NET 2.0 event driven model exposed by Web Service proxy objects. There are several different options for calling Web Services asynchronously including polling, callbacks and wait handles, but the event driven model is quite easy … Continue reading Calling Web Services Asynchronously with ASP.NET video by Dan Wahlin