Dan Wahlin's WebLog
ASP.NET, AJAX, Silverlight and Web Services Exploration
Sign in
|
Join
Home
About
RSS
Atom
Comments RSS
Search
Tags
.NET
ADO.NET
Animations
Architecture
ASP.NET
ASP.NET AJAX
ASP.NET MVC
C#
Entity Framework
Expression Blend
GridView
Instinct
iPhone
Java
jQuery
JSON
Lambdas
LINQ
Music
SharePoint
Silverlight
Sockets
SQL Server
Unit Tests
Video
WCF
Web Services
Windows Mobile
WPF
XML
News
Navigation
Home
Blogs
Archives
September 2009 (1)
August 2009 (5)
July 2009 (8)
June 2009 (4)
May 2009 (10)
April 2009 (6)
March 2009 (4)
February 2009 (4)
January 2009 (5)
December 2008 (4)
November 2008 (5)
October 2008 (6)
September 2008 (6)
August 2008 (4)
July 2008 (3)
June 2008 (5)
May 2008 (10)
April 2008 (7)
March 2008 (7)
February 2008 (9)
January 2008 (8)
December 2007 (5)
November 2007 (3)
October 2007 (1)
September 2007 (12)
August 2007 (8)
July 2007 (17)
June 2007 (8)
May 2007 (2)
April 2007 (8)
March 2007 (8)
February 2007 (8)
January 2007 (4)
December 2006 (9)
November 2006 (10)
October 2006 (13)
September 2006 (10)
August 2006 (6)
July 2006 (1)
June 2006 (2)
May 2006 (3)
April 2006 (3)
March 2006 (1)
February 2006 (1)
November 2005 (6)
October 2005 (3)
September 2005 (1)
June 2005 (1)
April 2005 (3)
March 2005 (2)
February 2005 (3)
January 2005 (3)
December 2004 (1)
November 2004 (3)
October 2004 (7)
Links
XML for ASP.NET Developers
Interface Technical Training
My Music
Videos
March 2007 - Posts
1
Comments
Video: Calling Web Services Asynchronously with ASP.NET
by
dwahlin
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...
Filed under:
Web Services
,
.NET
,
Video
4
Comments
ASP.NET Connections Orlando 2007 Talks
by
dwahlin
I'm in Orlando this week speaking at the ASP.NET Connections conference and wanted to get the slides and samples from my talks posted for those that attend and for anyone else who is interested. I'll be speaking on the following topics: ASP.NET...
Filed under:
ASP.NET
,
Web Services
,
ASP.NET AJAX
,
.NET
,
Silverlight
0
Comments
Video: Binding Data to ASP.NET 2.0 Server Controls
by
dwahlin
In my last blog entry I wrote about how to bind data to different ASP.NET 2.0 server controls using the SqlDataSource, XmlDataSource and ObjectDataSource. I also discussed how controls could be embedded in other controls such as the DetailsView using...
Filed under:
ASP.NET
,
.NET
,
Video
3
Comments
Binding Data to ASP.NET 2.0 Server Controls
by
dwahlin
I'm teaching the ASP.NET 2.0 Programming class at Interface Technical Training this week and had a few people ask questions about how to embed controls such as a DropDownList into a DetailsView and use it while in edit mode. The sample code below...
Filed under:
XML
,
ASP.NET
,
.NET
2
Comments
ASP.NET AJAX and Sys.Debug
by
dwahlin
ASP.NET includes tracing functionality that can be used to track different issues in an application. It can be used to easily inspect errors that have occurred, check sessions IDs, cookie values, ViewState size, server variables plus a lot more. The ASP...
Filed under:
ASP.NET AJAX
,
.NET
3
Comments
Video: Creating Web Services with the .NET Framework
by
dwahlin
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 do that. The video discusses how to...
Filed under:
ASP.NET
,
Web Services
,
.NET
0
Comments
C# Programming Class Samples
by
dwahlin
I just finished up the C# 2.0 Programming course at Interface Technical Training and wanted to get some of the code posted that we did today covering events and delegates and ADO.NET. Thanks to everyone who attended. It was a really fun week. C# Examples
Filed under:
.NET
,
C#
2
Comments
Digging WPF
by
dwahlin
I'm really digging WPF these days. While there are a lot of cool technologies out there, WPF seems to offer a lot of promise for desktop apps or even apps running within Internet Explorer when .NET 3.0 is installed on the client. Simon Allardice ...
Filed under:
.NET
,
WPF
More Posts