Dan Wahlin's WebLog
jQuery, HTML5, JavaScript, ASP.NET, and XAML
Sign in
|
Join
Home
About
RSS
Atom
Comments RSS
Search
Tags
.NET
3D
ADO.NET
Animations
Apple
Architecture
ASP.NET
ASP.NET AJAX
ASP.NET MVC
C#
Canvas
Commanding
consulting
CSS
Design Patterns
DevConnections
EF Code First
Entity Framework
Expression Blend
GridView
HTML5
IE9
IISExpress
Instinct
IoC
iPad
iPhone
Java
JavaScript
jQuery
JSON
Lambdas
LINQ
Metro Apps
Modernizr
Music
MVVM
Razor
RIA Services
Security
SharePoint
Silverlight
Sockets
SQL Server
T4
Tablets
TechEd
Unit Tests
Video
Visual Studio
WCF
Web Services
Windows 8
Windows Mobile
Windows Phone 7
WinRT
Work, Workaholic
WPF
XAML
XML
News
Navigation
Home
Blogs
Archives
February 2012 (3)
December 2011 (4)
November 2011 (6)
October 2011 (7)
September 2011 (4)
August 2011 (5)
June 2011 (1)
May 2011 (4)
April 2011 (2)
February 2011 (3)
January 2011 (3)
December 2010 (3)
November 2010 (8)
October 2010 (1)
September 2010 (4)
August 2010 (3)
June 2010 (2)
May 2010 (5)
April 2010 (5)
March 2010 (1)
January 2010 (3)
December 2009 (1)
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 (6)
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 (8)
November 2006 (9)
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
My Music
Videos
February 2008 - Posts
3
Comments
ASP.NET Data Validation and Data Entry Controls
by
dwahlin
If there's one thing I hate about building Web Forms it's data validation and custom data entry controls (think date pickers, etc.). ASP.NET provides some nice controls to perform validation, and has controls in the ASP.NET AJAX Toolkit that also...
Filed under:
.NET
,
ASP.NET
32
Comments
Building an N-Layer ASP.NET Application with LINQ, Lambdas and Stored Procedures (Updated)
by
dwahlin
Update: I refactored some of the code and also did a better job ensuring Dispose() is called everywhere so that the DataContext object gets cleaned up properly. Download the Application Here .NET 3.5 has a lot of great new features that can significantly...
Filed under:
.NET
,
Architecture
,
ASP.NET
,
ASP.NET AJAX
,
C#
,
Lambdas
,
LINQ
0
Comments
SmartWebControls.com Released
by
dwahlin
Last night we released a new version of the OrgChart.NET ASP.NET server control under a new name of "SmartChartPro". We decided to give the control a new name since it's capable of doing more than just OrgCharts (although that's what most...
Filed under:
.NET
,
ASP.NET
0
Comments
Getting Ready for Silverlight 2.0
by
dwahlin
Scott Guthrie just released new information about Silverlight 2.0 including 8 tutorials. It's going to be a "happening" client-side development framework once it's all done! Here's a list of the tutorials he released: Part 1: Creating...
0
Comments
LINQ to XSD
by
dwahlin
One of the cool features in VB 9.0 is the ability to work directly with XML in code without having to wrap quotes around everything. If you're a C# developer, that's a feature that we don't have although you can do similar things with LINQ to XML...
Filed under:
.NET
,
LINQ
,
XML
2
Comments
Testing Email Messages Sent using System.Net.Mail on Windows Vista
by
dwahlin
I've been developing for months on Windows Vista and had everything I needed at my disposal. Last night, however, I needed to test whether or not email messages were being successfully sent from an ASP.NET application and see what they looked like...
Filed under:
.NET
12
Comments
LINQ and Lambdas and Sprocs....Oh My!
by
dwahlin
There's a lot of great stuff in .NET 3.5 and several different ways to work with LINQ technologies such as LINQ to SQL. I'm currently putting together some demonstration code for a talk I'll be giving at DevConnections in Orlando and showing how...
10
Comments
Simplifying ASP.NET ListView Control Templates
by
dwahlin
I've been working with the new ListView control in ASP.NET 3.5 combining it with LINQ and Lambda expressions and was finding myself duplicating a lot of code between ItemTemplate and AlternatingItemTemplate templates (I'll be posting the sample application...
Filed under:
.NET
,
ASP.NET
4
Comments
CS300 Course Samples
by
dwahlin
Thanks to everyone that attended the CS300 class last week at Interface Technical Training . I had a great time and enjoyed meeting everyone. You can download the on-the-fly demos relating to ADO.NET, events, Web Services and the BackgroundWorker here...
Filed under:
.NET
,
C#
More Posts