Welcome to AspAdvice
Sign in
|
Join
|
Help
Steven Swafford: Overworked and Underpaid
Just another simple developer's thoughts!
This Blog
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
.NET: ASP.NET
.NET: C#
.NET: VB.NET
C# Code Snippets
Coffee Lounge
CSS Snippets
Current Events
Documents and Templates
Humor
JavaScript Code Snippets
Oracle ODP.NET
VB.NET Code Snippets
XML
Navigation
Home
Blogs
Forums
Photos
Downloads
My Reader
Archives
July 2009 (1)
June 2008 (2)
June 2007 (3)
May 2007 (3)
April 2007 (3)
March 2007 (3)
January 2007 (2)
December 2006 (1)
October 2006 (3)
September 2006 (2)
July 2006 (1)
June 2006 (1)
May 2006 (3)
April 2006 (2)
March 2006 (1)
February 2006 (1)
January 2006 (3)
November 2005 (2)
October 2005 (2)
August 2005 (3)
July 2005 (3)
May 2005 (2)
April 2005 (2)
March 2005 (6)
February 2005 (3)
January 2005 (5)
December 2004 (3)
- My Favorites -
.NET: C# Open Source
CSharp Source.NET
Commendable Blogs
Scott Watermasysk
Dave Sussman
Rob Howard
Scott Mitchell
Wallace B. McClure
Nikhil Kothari
Michael's meanderings
Onion Blog
Tom Hollander's Blog
ScottGu's Blog
Design Patterns
Data & Object Factory
Microsoft Patterns & Practices
Java: Open Source
Java Source.NET
My ASPAlliance Articles
Introducing Windows Management Instrumentation (WMI)
Step-by-Step Process of Creating a Setup and Deployment Project
CodeSnip: Populate a DropDownList with a Stored Procedure
Product Review: PL/SQL Developer
Read and Write BLOB Data to a Database Table with ODP.NET
Using Oracle Data Provider for .NET
CodeSnip: Setting Commonly-Used Tags Programmatically
Break Up an Extensive Web Form into Simulated Multiple Pages
CodeSnip: Sending E-Mail Using SmtpMail
Uploading Files Using a Webform
Customizing Error Pages
Managing Directories in .NET
Using ODP.NET To Insert Multiple Rows Within A Single Round Trip
Understanding The Web Configuration File - Part 1
Retrieving Database Schema Information Using The OleDbSchemaGuid Class
Oracle Developer Tools for Visual Studio .NET
Build a TreeView Control in Less Than Two Minutes with Visual Studio 2005 Beta 2
Create an XML File via PL/SQL
Use Cases and Their Importance
My Resume
MS Word Format
PDF Format
Oracle
JDeveloper 10g
Oracle Power
Oracle Pipeline
UML
UML Resource Page
October 2006 - Posts
Thursday, October 19, 2006 8:40 AM
24: Season 6
I am a fan of 24 and if you want to catch the trailer at http://www.24trailer.com/ . January 14 and 15 is the 4 hour premiere, read more at http://www.fox.com/24/ . Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
Posted by
sswafford
|
(Comments Off)
Filed under:
Coffee Lounge
Tuesday, October 17, 2006 8:39 PM
New Additions at By the Community, For the Community
If you have not seen the two new additions titled ITracker: Inventory Tracking System and Extended Club Site Starter Kit give them a look. Also seperate from By the Community, For the Community there is a new starter kit available titlted Small Business
Posted by
sswafford
|
(Comments Off)
Filed under:
.NET: ASP.NET
,
.NET: C#
,
.NET: VB.NET
Saturday, October 14, 2006 7:28 PM
Monitor a specified file location for changes
Assume for a moment that you need to monitor a specific folder and its subfolders for incoming files such as a FTP transfer and you wanted to accomplish such a task without an type of action from the system administrator. To accomplish this I will employ
Posted by
sswafford
|
(Comments Off)
Filed under:
.NET: ASP.NET
,
.NET: C#
,
C# Code Snippets