Rob Chartier ~ Contemplation...

.NET, C#, Work, etc.

News

www.flickr.com
This is a Flickr badge showing public photos from Rob & Kat Chartier. Make your own badge here.


Website Counter

Even Quicker Links

Browse by Tags

All Tags » C# (RSS)
Smartphone.Enabled();
I have finally decided to upgrade from your average Joe cell phone to a Windows Mobile 6 enabled Smartphone (not a touch screen device). I got myself a HTC Shadow via Ebay. Its branded to T-Mobile but unlocked so I can use it up here in Canada. I must...
Terminals 1.6c has been released
I decided to push out another release of Terminals . This 1.6c release includes many bug fix's since the last release, plus a whole bunch of common networking tools: Ping Trace Route WMI Explorer TCP Connections Network Interfaces Whois DNS Lookups CPU...
Terminals v1.6b - Release
I wanted to post up more details of an open source application I have been contributing to lately. Terminals is a multi-protocol tabbed interface for remote connections. Right now it supports all of these connection types: 1. RDP – Microsoft’s Remote...
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 (System.IO. FileStream fs = new System.IO. FileStream ...
Posted: May 16 2007, 04:16 PM by Rob Chartier | with 3 comment(s)
Filed under: ,
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 this one brings is the ability to create a favorites list and...
[Jobs] .NET Job Openings in Vancouver...
Senior .NET Solutions Architect Intermediate C# ASP.NET Developer Manager of Quality Assurance Full job postings can be found here
Posted: Feb 19 2007, 06:26 PM by Rob Chartier | with 2 comment(s)
Filed under: , , , ,
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 produce a list of code metrics for each given method, one of which...
The LCD Phidget...
A few months ago I purchased some of the super cool products listed on the Phidets.com site , specifically I picked up the RFID kit and the blue LCD display . These things are extremely simple to work with, here is some sample code . All it does is creates...
Posted: Jan 22 2007, 11:25 PM by Rob Chartier | with no comments
Filed under: , , ,
ASPInsiders this week...
This week a bunch of us ASPInsiders are all gathered at Microsoft getting our heads around the next bunch of features, tools and all around new technology releases which are coming down the pipeline. Its an annual event which is quite like the MVP summit...
More Posts