Tag Archives: Web Services
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
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
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
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 … Continue Reading
Creating Web Services with the .NET Framework, Video – Dan Wahlin
I've had several people email me and ask if I could do a video covering the fundamentals of creating a Web Service using the .NET framework. Since I enjoy working with Web Services I decided to make some time and … Continue Reading
Video: Creating a Web Service with Windows Communication Foundation (WCF)
My good buddy Lorin Thwaits invited me to give a WCF talk at the Vista launch event on Feb. 3rd for the Arizona .NET User Group. Thanks to everyone who attended…I had a lot of fun and met some great … Continue Reading
