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
RIA Services
SharePoint
Silverlight
Sockets
SQL Server
Unit Tests
Video
WCF
Web Services
Windows Mobile
WPF
XML
News
Navigation
Home
Blogs
Archives
November 2009 (1)
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
May 2008 - Posts
3
Comments
Desert Code Camp Is This Saturday (May 31st)
by
dwahlin
Arizona's Desert Code Camp is this Saturday (May 31st) at the University of Advanced Computing building. Here's the address: University of Advancing Technology 2625 W. Baseline Road ( map ) Tempe, Arizona 85283 It looks like there are a lot of great...
Filed under:
Web Services
,
.NET
,
C#
,
WCF
,
Silverlight
,
LINQ
,
Sockets
3
Comments
A Software Developer Trying to Get In Shape with the Wii Fit??
by
dwahlin
We interrupt this tech blog for a quick (and pointless) message about trying to get in shape.... Back in high school and college I played a lot of sports so it was pretty easy to stay in shape without really trying much. Those years have definitely...
Filed under:
.NET
10
Comments
Why Unit Tests Matter and How They Will Actually Save You Time
by
dwahlin
Note : The point of the post is to explain why unit tests can actually save you time in the long run even if you or your boss don't currently use or believe in them. It's not my goal to go into some silly religious discussion about why unit...
Filed under:
.NET
,
Unit Tests
12
Comments
Free eBook - Best of Simple Talk ASP.NET
by
dwahlin
I wrote a few articles for the Simple Talk Website (run by RedGate Software ) over the past year and was honored to be included in the "Best of Simple Talk ASP.NET" eBook they just released. The book is a free PDF that covers a lot of...
Filed under:
XML
,
ASP.NET
,
Web Services
,
ASP.NET AJAX
,
.NET
,
Silverlight
,
GridView
6
Comments
SQL Server 2005 Configuration Manager - Cannot Connect to WMI Provider Error
by
dwahlin
I was trying to use the SQL Server 2005 Configuration Manager tool tonight and kept getting a "Cannot connect to WMI provider" error. Very frustrating because the error message didn't give the slightest clue how to fix the problem. ...
Filed under:
.NET
1
Comments
Carl, Richard and Myself on .NET Rocks Talking About Silverlight 2
by
dwahlin
I recently had the chance to sit down with Carl Franklin and Richard Campbell at DevConnections Orlando to record a session of .NET Rocks about Silverlight 2 . They're both a lot of fun to talk with and could probably talk all day without realizing...
Filed under:
ASP.NET
,
Web Services
,
.NET
,
WCF
,
Silverlight
,
WPF
,
Sockets
3
Comments
Working with the GridView and the System.Data.Linq.Binary Type
by
dwahlin
I'm working with a database table that has a RowVersion field defined as a TimeStamp data type. The TimeStamp field is there to add concurrency into the application to ensure a row hasn't changed while a user is trying to update or delete it. ...
Filed under:
ASP.NET
,
.NET
,
C#
,
LINQ
,
GridView
4
Comments
Service Pack 1 Beta Released for Visual Studio 2008 and the .NET Framework 3.5
by
dwahlin
Microsoft just released the SP1 beta for Visual Studio 2008 and the .NET Framework 3.5 and it includes a huge number of new features and enhancements. Check out Scott Guthrie's blog for details but here's a quick list of what's included: ASP.NET...
Filed under:
XML
,
ASP.NET
,
Web Services
,
ASP.NET AJAX
,
.NET
,
C#
,
WCF
,
WPF
,
LINQ
,
Lambdas
8
Comments
Using LINQ to Perform "WHERE IN (Value1,Value2)" Queries
by
dwahlin
I recently needed to select a few products from a database where the product ID matched up with a list of IDs. That's easy to do with a normal SQL statement since you can use the "WHERE IN (Value1,Value2)" clause to find what you need...
Filed under:
.NET
,
C#
,
LINQ
,
Lambdas
3
Comments
Update To Deep Zoom Composer for Silverlight Released
by
dwahlin
Microsoft just released an update to the Deep Zoom Composer that works with Silverlight 2 Beta 1. If you're unfamiliar with the "deep zoom" technology it provides a way to zoom in and out of images. When I say "zoom in" I mean zoom way in. Check out the...
Filed under:
.NET
,
Silverlight
More Posts