Sign in
|
Join
in
Current Tags
ShowUsYour<Blog> (blog)
Original ASP.NET Community Bloggers (group)
(Entire Site)
ASP.NET Weblogs
Home
Blogs
This Blog
Home
About
Syndication
RSS
Atom
Comments RSS
Recent Posts
Test post
RegexLib V2 - now with added ASP.NET V2 :)
Wow...
My blog is moving - http://markitup.com/Blog/
Upcoming IBF Speaking Engagements
Tags
Bookmarks
C#
Code Snippets
Codewise
Community
goals2004_CodeQuality
goals2004_Estimation
goals2004_Metrics
goals2004_PairProgramming
goals2004_ProjectManagement
goals2005_Health
Javascript
Knowledge and Collaboration
Language Processing
Maths
OneIsABlog
Personality Tests
ProjectDistributor
Rants
Regex
Rotor
Starter Kits
Terrarium
Tools
Unit Testing
User Groups
VB.NET
Web Forms
Whidbey
Windows Forms
Blogs I don't miss...
Chris Frazier
Scott Mitchell
Steve Smith
Thomas Johansen
^zhurnal!
blog.dreampro
David Seruyange
My Websites
MarkItUp
ProjectDistributor
Forest Lake Web Services
RegexBlogs.com
Readify
Mitch Denny
Greg Low
Joseph Cooney
Martin Granell
Dan Green
Bill Chestnut
Luke Drumm
Useful Links
Adelaide .NET User Group
Configuring ASP Checklist
MSF Resources
Improving .NET Application Performance and Scalability
Archives
July 2005
(1)
June 2005
(1)
May 2005
(1)
April 2005
(9)
March 2005
(28)
February 2005
(41)
January 2005
(53)
December 2004
(19)
November 2004
(38)
October 2004
(15)
September 2004
(7)
August 2004
(4)
July 2004
(13)
June 2004
(24)
May 2004
(17)
April 2004
(12)
March 2004
(35)
February 2004
(38)
January 2004
(21)
December 2003
(9)
November 2003
(19)
October 2003
(34)
September 2003
(27)
August 2003
(23)
July 2003
(21)
June 2003
(14)
May 2003
(20)
April 2003
(27)
March 2003
(32)
February 2003
(31)
ShowUsYour<Blog>
Irregular expressions regularly
Browse by Tags
All Tags
»
Code Snippets
»
C#
(
RSS
)
goals2004_CodeQuality
Tools
VB.NET
Web Forms
Zip'ping files
Tonight I was using the ICSharpCode zip library to zip files for my Codewise implementation. Basically, when users nominate to make a Relase visible to Codeshare, I create a manifest file and package it and the Release file into a Codewise package. I...
Posted
Feb 23 2005, 11:17 PM
by
digory
with | with
4 comment(s)
Filed under:
C#
,
Tools
,
Code Snippets
Using metadata and reflection to dynamically manage message routing
Most routing systems have a transformation phase where, based on its current state, a message is transformed into a document and routed to an endpoint. Systems such as BizTalk provide GUI's and designers to remove the need for cumbersome coding by making...
Posted
Jan 20 2005, 06:40 PM
by
digory
with | with
7 comment(s)
Filed under:
C#
,
Code Snippets
Mixing Server and Client-side - is it hard to be elegant?
I had to write some functionality for a friend tonight based on the following request : When double-clicking on a textbox, toggle the enabled/disabled state of the textbox and, if it's disabled set it's background to red. Also, make sure that the settings...
Posted
May 03 2004, 12:01 AM
by
digory
with | with
9 comment(s)
Filed under:
C#
,
Web Forms
,
Code Snippets
How to build a comma-separated list
Dave has an interesting little thread going about how to do build a comma-separated list and what you can do with that annoying, left-over ',': http://weblogs.asp.net/dburke/archive/2004/04/28/122332.aspx Who'd've thought that there would be so many options...
Posted
Apr 30 2004, 02:23 PM
by
digory
with | with
1 comment(s)
Filed under:
VB.NET
,
C#
,
Code Snippets
,
goals2004_CodeQuality
Defensive coding practices - check inputs
Something which, although I knew a bit about through my scant knowledge of using the Command line, had never really dawned up me. I created 2 files called "File.txt" and put them into the following locations: C:\SafeScripts\File.txt C:\File.txt The contents...
Posted
Jan 20 2004, 12:33 PM
by
digory
with | with
3 comment(s)
Filed under:
VB.NET
,
C#
,
Code Snippets
MarkItUp.Web.Utilities.Personalization
One of the projects that I'm currently working on requires a fair amount of "personalization" data to be stored in Cookies on the client so, this afternoon I decided to create a wrapper around the HttpCookies collection class to abstract some of the tasks...
Posted
Oct 10 2003, 06:25 PM
by
digory
with | with
no comments
Filed under:
C#
,
Tools
,
Web Forms
,
Code Snippets
Oft used code: reading from files and urls
Here's some code that I use very regularly to read from files or urls, especially when writing test code that has to read in large chunks of text: [VB] Private Sub Page_Load( ByVal sender As System. Object , ByVal e As System.EventArgs) Handles MyBase...
Posted
Sep 12 2003, 11:19 AM
by
digory
with | with
2 comment(s)
Filed under:
VB.NET
,
C#
,
Code Snippets
More Posts
Terms of Use