Rob Chartier ~ Contemplation...
.NET, C#, Work, etc.
-
Microsoft Expanding Canadian Operations in Greater Vancouver Area
New software development center to be opened in fall 2007. Read the press release here.. A Microsoft software development shop in Vancouver? So close to the mothership...This … more
-
DevTeach Vancouver – Open Call for Sessions & Early Registration
This is a call out to all the Vancouverites who want to participate in DevTeach. This is the first year it is being held in Vancouver and is really a premier event for us in Vancouver.& … more
-
Code Snippet: Upload via FTP with .NET v2
Here is a quick code snippet of uploading a file from the local disk, via FTP. //get the contents of the file you want to upload byte[] fileContents; string FinalFile = @"c:\autoexec.bat";using( … more
-
Two tools worth mentioning
Terminals I recently stumbled on an excellent project hosted on CodePlex, Terminals. Literally its a replacement client for your RDP connections (mstsc.exe, tsadmin.exe). The biggest benefit … more
-
What is the future of Operating Systems?
I can imagine that I'm not the first to comment about this idea but as technology evolves I can defintely see a trend forming around Operating Systems.So, in the 70's we were heavily … more
-
Thunderbird with SpamBayes – its not all that hard.
So if your like me and have finally dumped Outlook for Thunderbird then you will understand why I needed to get SpamBayes going. The current spam solution within the Bird is less than adequate … more
-
Relieve yourself from Password Hell!
(this comes across as a product plug, but its well worth it - I try to give credit where its due) As time goes on many of us find ourselves in knee deep in Password Hell. You know … more
-
[Jobs] .NET Job Openings in Vancouver...
Senior .NET Solutions ArchitectIntermediate C# ASP.NET DeveloperManager of Quality AssuranceFull job postings can be found here more
-
Vancouver Technology Festival - 1 week left...
We are in the final week before the Vancouver TechFest kicks off. If you live in Vancouver or are traveling near here be sure to drop us a visit and watch some of our top notch presenters. … more
-
Code Metrics - Complexity & The .NET Framework...
If you have never heard of "Cyclomatic Complexity" a good place to start is here. I decided to grab the Reflector Addin by Peli which will examine an assembly's methods and … more