Dave Burke : Online Community and Social Business Specialist

Adopting the DAAB, Part 4

To adopt the DAAB in everyday coding I went through the methods using both SQL statements and stored procs with various parameter requirements and in various return scenarios.  For instance, I wanted to use the int return value from SQLHelper.ExecuteNonQu... [More]

Posted on 9/7/2003 7:58:00 PM by Dave Burke, (0) Comments
Categories:
Tags:

DAAB and a private SqlHelper constructor sidetrack

I spent more time with the DAAB today and got sidetracked on the SqlHelper Class being sealed, its methods static, and thus its constructor being private.  Like so: public sealed class SQLHelper{#region private utility methods & constructors // Since... [More]

Posted on 9/7/2003 7:55:00 PM by Dave Burke, (0) Comments
Categories:
Tags:

Embolded by The Scobleizer's use of Outlook

On the subject of word processor utility, Robert Scoble says he uses his weblog tool about 200x more often than he uses Word and Outlook 10x more than he uses his weblog tool.  So I am embolded to again ask the question I asked before after a session on O... [More]

Posted on 9/6/2003 5:16:00 AM by Dave Burke, (0) Comments
Categories:
Tags:

Listen to Carl!

As Carl Prothman says, check it out!  The TechEd 2003 materials are online.  I went through Scott Guthrie's ASP.NET Tips and Tricks, and I must say that Microsoft Producer for Powerpoint with which these slideshows were presented is fantastic.  (I haven'... [More]

Posted on 9/5/2003 9:41:00 PM by Dave Burke, (0) Comments
Categories:
Tags:

Confusing permissions-related runtime error on new W2K3 ASP.NET site

In my previous post I address tightening site security setup practices with the focus of restricting site folder access for new sites on a sweet new W2K3 production server.  I tightened folder access too much initially with .htm files loading fine, but ev... [More]

Posted on 9/5/2003 8:52:00 PM by Dave Burke, (0) Comments
Categories:
Tags:

IIS Site Folder Security thoughts

I have the good fortune of moving a few websites to a new W2K3 Server and am thinking about security. Specifically, security for a site folder access. IIS site setup is such a basic issue, and most of us have been doing it for years.  But I wanted to tigh... [More]

Posted on 9/5/2003 1:38:00 PM by Dave Burke, (0) Comments
Categories:
Tags:

Site Update Freakout

Every .NET developer has ftp'd new DLLs and a bunch of .ASPX files to add a new feature on a production site, maybe a feature that was several days or longer in development.  The time finally arrives to ftp the changes (usually late at night for me), and ... [More]

Posted on 9/4/2003 7:09:00 AM by Dave Burke, (0) Comments
Categories:
Tags:

Asynchronous Web Service Calls are swell

Asynchronous Web Service calls are a beautiful thing.  Web services I was executing from a console app I mentioned earlier were timing out and Asynchronous WS calls got me back in the pink.  I sketched out the basic framework in using an asynchronous call... [More]

Posted on 8/29/2003 9:34:00 PM by Dave Burke, (0) Comments
Categories:
Tags:

SMTP Relaying with .NET 1.1

I've been wrestling with relaying .NET STMP messages beyond our local domain since around 3:00 this afternoon.  It's now around 5:30.  I know, it's a Friday, but darn it, when something doesn't work on one of my servers--whether that particular something ... [More]

Posted on 8/29/2003 9:31:00 PM by Dave Burke, (0) Comments
Categories:
Tags:

Potentially harmful code posted... UPDATE

I broke-out the freetextbox.dll control from Scott Watermasysk's .TEXT framework for another project of mine.  (Is my understanding correct that this control was written on Linux?  It's a very sweet control!)  In testing I kept getting an error message "P... [More]

Posted on 8/29/2003 9:03:00 PM by Dave Burke, (0) Comments
Categories:
Tags:


Powered by BlogEngine.NET 2.0.0.36
Theme by Dave Burke

Copyright © 2013 Dave Burke.  All Rights reserved.