David Findley's Blog
My little home in the cloud.
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
AJAX
ASP.NET
Atlas
Blogging
Browser Plugins
C#
Debugging
DLINQ
Gadgets
Guitar
JavaScript
LINQ
Mac
Monad
Music
MVC
Open Source
PDC
Portable
Programming Languages
Rails
Ruby
Shared Source
Software Development
SQL
Team System
TFS
Tips
Tools
Vista
Visual Studio
Web Platform Installer
Windows
Windows Power Shell
XLINQ
XMAS
Navigation
Home
Blogs
Archives
March 2010 (1)
May 2009 (1)
March 2009 (2)
December 2007 (1)
June 2007 (2)
February 2007 (4)
November 2006 (3)
October 2006 (3)
September 2006 (5)
August 2006 (4)
July 2006 (2)
June 2006 (13)
May 2006 (13)
April 2006 (6)
March 2006 (2)
February 2006 (1)
January 2006 (1)
November 2005 (3)
October 2005 (3)
September 2005 (5)
August 2005 (3)
July 2005 (4)
November 2004 (1)
August 2004 (1)
July 2004 (6)
June 2004 (1)
May 2004 (4)
March 2004 (3)
February 2004 (8)
January 2004 (1)
December 2003 (1)
November 2003 (3)
May 2003 (5)
April 2003 (5)
.NET Resources
Learn Visual Studio
Shadowfax Workspace
Blogs I Read
Lance's Whiteboard
Erik Porter
Brad Abrams
Rico Mariani
Scott Guthrie
April 2006 - Posts
10
Comments
Migrating from System.Web.Mail to System.Net.Mail
by
findleyd
I discovered how great the new System.Net.Mail namespace is this weekend. The now obsoleted System.Web.Mail was just a wrapper around CDONTS. It worked pretty well. It would churn out messages into the C:\InetPub\MailRoot\Pickup folder. So in a web farm...
Filed under:
C#
,
ASP.NET
,
.NET
7
Comments
Scripting stored procs into a data project is useless for me now.
by
findleyd
This is really frustrating. I used to ba able to script stored procs from the server explorer into a data project. It would create a single file for each proc and would look something like this: IF EXISTS ( SELECT * FROM sysobjects WHERE type = 'P' AND...
Filed under:
SQL
,
.NET
,
Visual Studio
0
Comments
Starting the new job today...
by
findleyd
Well, I traded in the corporate uniform for a jeans and t-shirt startup. As of today I am officially working for learnvisualstudio.net . This change has been a long time coming and I'm sure Bob is glad the waiting is over. While I will certainly miss...
2
Comments
Going split personality...
by
findleyd
I just took the MacBook Pro plunge. I must say it was very sureal to go through the XP install on Apple hardware. I got all my VPCs running under XP and VS.NET 2005. Looks like it will make a pretty sweet development machine. Since I love to play with...
Filed under:
Mac
2
Comments
Atlas declarative blocks
by
findleyd
The text/xml-script declarative model is great. I'd just like to see it declared outside of the .aspx file. Semething like an "ajax" behind file. Imagine: Default.aspx Default.aspx.cs Default.aspx.ajax <-- declarative text/xml-script Most of the Atlas...
Filed under:
Atlas
,
AJAX
3
Comments
AJAX thoughts
by
findleyd
I was just reading through this post: http://weblogs.asp.net/mschwarz/archive/2006/04/03/441767.aspx and it reminded me of some of the worries that I have about the various AJAX libraries. We have some devs here that are prototyping some AJAX features...
Filed under:
AJAX
More Posts