Mark Michaelis' Weblog :
Updated: 9/1/2004; 6:58:49 AM.

 








Subscribe to "Mark Michaelis' Weblog" in Radio UserLand.

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.

Subscribe To
Mark's Weblog

 
 

Friday, April 25, 2003

Who would'a thunk of a tool like this.  Kinda neat that it is even possible to scale an imaginary load like this versus just creating an infinite loop that consumes 100% of the CPU.


11:22:29 PM   []    comment []

There is a ton of deployment functionality in .NET but once you decide to deploy into the GAC you end up taking on a whole host of complexities.  The reason to deploy into the GAC, however, is simply that you want to share assemblies across multiple applications, perhaps across multiple web applications.  Well, how 'bout instead deploying to one directory and then using junction points to sub directories within each application?  In so doing you can update any one of the directories and have the update be auto-reflected in all locations.  Junction points serve as virtual mirrors of the source directory (known as the junction directory) such that updates (adding, removing, renaming, etc. files/folders) on the junction directory will automagically be reflected in the target directory.

I have this directory on my computer with a bunch of utilities.  The problem is, each time I add a new utility I have to manually insert a shortcut from the utility to my Start->Programs menu.  Well not any more!  Using Junction.exe  I linked my utils directory to the ..Start MenuProgramsUtils directory (which didn't previously exist).  Now, when I go to my Start->Programs location there is a utilities folder that is an image of the utils directory such that adding anything to the utilities directory will automatically show up in the ProgramsUtils directory and visa versa.  Way cool....

Let's consider another example.  Say you have a c:data directory on your system into which you want to place all data that needs to be backed up.  The problem is, some programs don't allow you to charge where they place their data so you end up having to manually add these other locations to the list of backup directories.  Not with Junction.exe.  Instead, all you do is junction the applications data directory to the c:data directory and viola!  The application saves into its location and this is directly reflected in the data directory even though no copies of the files are made.  It is purely virtual!  Excellent!

By the way, Mike Woodring has a similar utility called hardlink that did the same thing except on a file basis.


11:02:02 PM   []    comment []

I finally posted some photos from our digital camera over the past few months.  The shots can be found here.  For photos of Benjamin's third birthday party go here.

Below are a few samples:

Hanna in the ExersaucerA picture named Benjamin_s_Birthday_Party_0010.thumb.jpgA picture named Benjamin_s_Birthday_Party_0057.thumb.jpgA picture named Benjamin_s_Birthday_Party_0028.thumb.jpgA picture named Family_at_Easter_0006.thumb.jpg
9:49:01 PM   []    comment []


Windows CE.NET 4.2 has been released to RTM.  You can get an evaluation version of this from here.  You can also read the product overview here.
7:07:03 AM   []    comment []

© Copyright 2004 Mark Michaelis.



 


April 2003
Sun Mon Tue Wed Thu Fri Sat
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30      
Mar   May


Recent Posts