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
»
C#
(
RSS
)
Bookmarks
Code Snippets
Community
goals2004_CodeQuality
Rants
Regex
Rotor
Tools
VB.NET
Web Forms
Whidbey
Windows Forms
Using generics to build generic data logic layers
Consider exposing raw Generic collections from your data logic layers, such as: public class PersonManager { ... public List<Person> ListPeople(...) { ... } ; } When I started messing around with building applications in 2.0 I quickly wrapped Generic...
Posted
Mar 29 2005, 07:12 PM
by
digory
with | with
2 comment(s)
Filed under:
C#
,
Whidbey
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
Time for the next wave of hashing functions?
As Eli just blogged , it appears as though the vultures are circling some of the current hashing algorithms - MD4, MD5, and now SHA1. This weekend on the Readify in-house tech-list we've been having quite a lengthy in-house discussion about this topic...
Posted
Feb 21 2005, 07:03 PM
by
digory
with | with
no comments
Filed under:
VB.NET
,
C#
Continuous integration
I'm looking at setting up an automated continuous integration plan for the OneIsABlog application and I came across a couple of Scott Hanselman articles today which touch on this topic: http://www.hanselman.com/blog/NUnitUnitTestingOfASPNETPagesBaseClassesControlsAndOtherWidgetryUsingCassiniASPNETWebMatrixVisualStudioWebDeveloper...
Posted
Feb 14 2005, 10:14 AM
by
digory
with | with
no comments
Filed under:
C#
How to setup debugging and deploying from VS.NET to a Windows CE device over ActiveSync
To get the ActiveSync connection you must: Open the ActiveSync program on your development machine Start your Windows CE device Choose File/Get Connected on the ActiveSync program on your development machine while the device is starting. You must have...
Posted
Feb 11 2005, 10:42 AM
by
digory
with | with
no comments
Filed under:
VB.NET
,
C#
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
One book; One CD
I'll have some time in the coming months to fill in some of my weaker areas in .NET. Remoting, WSE and Compact Framework are the 3 that could use with a refresher. Of course, whenever you are about to "go dark" you must take some good tunes with you so...
Posted
Nov 12 2004, 01:08 PM
by
digory
with | with
no comments
Filed under:
C#
,
Rants
COM+ registration and permission errors
If you are using EnterpriseServices (COM+) from a web application you need to make sure that you manually register your components with COM+ when deploying your app. If you don't register your services with COM+ then, when you run your application for...
Posted
Nov 10 2004, 02:36 PM
by
digory
with | with
no comments
Filed under:
VB.NET
,
C#
,
Web Forms
How to study for an MS certification exam
Today the question was asked about techniques used when studying for MS certification exams. I've passed a few of them so, here's my secret ;-) When studying for MS Exams I... First read the books: Web Exam Windows Exam Services Exam The books are great...
Posted
Nov 09 2004, 09:24 AM
by
digory
with | with
5 comment(s)
Filed under:
VB.NET
,
C#
,
Windows Forms
,
Web Forms
,
Community
Justin's PokerDemo is up
As Justin blogged earlier , the code for his PokerDemo is now online: http://www.games4dotnet.com/Downloads/PokerDemo1.zip It's a C# Express solution and demonstrates how to build a cool little app using Whidbey.
Posted
Jul 16 2004, 02:52 PM
by
digory
with | with
no comments
Filed under:
C#
,
Whidbey
More Posts
Next page »
Terms of Use