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
May 2009 - Posts
4
Comments
Speaking in Southern California on Silverlight 3 and ASP.NET MVC – June 1st, 2nd and 3rd
by
dwahlin
.bgheader { padding-left:7px; padding-top:4px; padding-bottom:2px; width:700px; font-size:12pt; font-weight:bold; background-image: url(http://weblogs.asp.net/blogs/dwahlin/BgImage.jpg); color:white; } I always love visiting California and get a chance...
Filed under:
ASP.NET AJAX
,
.NET
,
Silverlight
,
ASP.NET MVC
2
Comments
Pivots to the Rescue – Providing Flexible SQL Server Queries
by
dwahlin
One of the projects my company is currently working on has a requirement to be able to store timesheet data in a more flexible manner. The existing Access forms application is being converted to Silverlight 3 and has a fairly rigid (albeit standard...
Filed under:
.NET
,
Silverlight
,
SQL Server
7
Comments
Encrypting Data in .NET Applications
by
dwahlin
I’ve had several people ask me lately about encrypting data in .NET. I’m not sure why the question has come up a lot recently, but it’s definitely something good to know if you have any sensitive data that needs to be stored. .NET provides two main encryption...
Filed under:
.NET
,
C#
4
Comments
Video: Getting Started with ASP.NET MVC 1.0
by
dwahlin
I had the opportunity to speak at the Best of Mix 09 Phoenix event with Tim Heuer and Rob Bagby and had a lot of fun hanging out with everyone. I was the last talk and due to time constraints didn’t get a chance to cover everything I had hoped to cover...
Filed under:
.NET
,
Video
,
JSON
,
ASP.NET MVC
,
jQuery
4
Comments
ASP.NET MVC Code and Slides for Best of Mix 09 Presentation
by
dwahlin
The code and slides from my ASP.NET MVC vs. Web Forms talk at the Best of Mix 09 – Phoenix event can be downloaded below. The .zip file contains a sample application created by Microsoft Evangelist Daniel Egan as well as a set of ASP.NET MVC samples...
Filed under:
.NET
,
Silverlight
,
ASP.NET MVC
,
jQuery
0
Comments
Early Version of New Song – Need Some Lyrical Help
by
dwahlin
I’ve written and recorded a lot of songs over the years but never released them until I felt they were close to finished (mixed, mastered, proper effects, etc.). I’ve had an early version of a new song I’m working on sitting here for a few months...
Filed under:
Music
,
.NET
5
Comments
Free WPF Training Event in Phoenix – June 5th and 6th
by
dwahlin
Microsoft’s putting on a free WPF training event in the Phoenix, AZ area that I thought I’d announce. For those that haven’t already seen it or registered you can get more details here . Update: The registration screen makes it sound like...
Filed under:
.NET
,
WPF
5
Comments
Emulating the UpdatePanel in ASP.NET MVC 1.0 with AjaxHelper
by
dwahlin
I just finished up a client application based on ASP.NET MVC 1.0 and thought I’d blog about some of the things I really liked. If you didn’t catch my earlier post titled 5 Reasons You Should Take a Closer Look at ASP.NET MVC and are interested in...
Filed under:
.NET
,
JSON
,
ASP.NET MVC
,
jQuery
0
Comments
Best of MIX Phoenix Event on May 18th – Speaking with Rob Bagby and Tim Heuer
by
dwahlin
One of the main reasons I enjoy working in the world of technology is that I’m never bored. Something new is always coming out which keeps things challenging and fun at the same time. If you’re interested in keeping up with some of the latest...
Filed under:
.NET
,
Silverlight
,
ASP.NET MVC
12
Comments
Using jQuery with Client-Side Data Binding Templates
by
dwahlin
A few weeks back I posted about a JavaScript data binding template solution that I’ve been using that makes it easy to bind JSON data to a client-side template without having to write a lot of JavaScript code. One of the people that commented on...
Filed under:
ASP.NET
,
.NET
,
WCF
,
jQuery
More Posts