Dan Wahlin's WebLog
ASP.NET, AJAX, Silverlight, XML, and Web Services Exploration
Sign in
|
Join
Home
About
RSS
Atom
Comments RSS
Search
Tags
.NET
ADO.NET
Architecture
ASP.NET
ASP.NET AJAX
C#
Fitness
GridView
Instinct
Java
Lambdas
LINQ
Master Pages
Mobile
Music
Office 2007
Phone
Silverlight
Sockets
Source Control
SQL Server 2005
Tablet PC
Unit Tests
Video
Vista
VS.NET
WCF
Web Services
Wii
WPF
XML
Navigation
Home
Blogs
Archives
July 2008 (4)
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
April 2007 - Posts
21
Comments
Creating Custom ASP.NET Server Controls with Embedded JavaScript
by
dwahlin
I did some consulting work recently for a company that had a lot of JavaScript embedded in pages that was used used to perform advanced client-side functionality and make AJAX calls back to the server. The company needed additional team members to be...
Filed under:
ASP.NET
,
.NET
0
Comments
JavaScript Intellisense and Documentation in VS.NET Orcas
by
dwahlin
Microsoft's Betrand Le Roy just put together a great post on how to document JavaScript code in VS.NET Orcas. By adding documentation comments, users of your script will get nice intellisense as they type and use JavaScript classes, methods, etc....
Filed under:
.NET
,
VS.NET
6
Comments
The Power of Anonymous Methods in C#
by
dwahlin
Anonymous methods are a new feature in C# 2.0 that allow you to hook an action directly to an event as opposed to having a separate event handler. For example, when a user clicks a button and you need to pop-up a MessageBox, you could handle it the standard...
Filed under:
.NET
,
C#
24
Comments
Simple ASP.NET 2.0 Tips and Tricks that You May (or may not) have Heard About
by
dwahlin
ASP.NET 2.0 is an awesome framework for developing Web applications. If you've worked with it for awhile then that's no secret. It offers some great new features that you can implement with a minimal amount of code. I wanted to start a list of...
Filed under:
ASP.NET
,
.NET
2
Comments
WPF/E Officially Named "SilverLight"
by
dwahlin
In case you haven't heard, the software plugin formerly known as WPF/E is now officially going to be called SilverLight. More details can be found at http://www.microsoft.com/silverlight/ including a pretty cool video. If you haven't seen what...
Filed under:
ASP.NET AJAX
,
Silverlight
2
Comments
XSLT 2.0, XPath 2.0, XQuery and WSDL Support in XMLSpy 2007
by
dwahlin
I've always been a fan of Altova's XMLSpy and have used it since it was first released. Their release of XMLSpy 2007 doesn't disappoint as it adds support for several things that are of particular interest to me such as XSLT 2.0 and XPath...
Filed under:
XML
,
Web Services
2
Comments
Distributed Application Development with .NET 2.0
by
dwahlin
I'm teaching Microsoft's .NET Distributed Application Development course this week in Phoenix and wanted to get some sample code I put together posted for everyone that is attending (and anyone else that is interested). The code demonstrates asynchronous...
Filed under:
Web Services
,
.NET
1
Comments
AJAX Hacker Attacks - Cross Site Request Forgery
by
dwahlin
I was reading an article that was posted yesterday about various AJAX security vulnerabilities that was pretty interesting. It documents how many AJAX frameworks allow GET requests to hi-jack JSON messages and process them as desired. This is a big deal...
Filed under:
ASP.NET AJAX
,
.NET
More Posts