Browse by Tags
All Tags »
C# (
RSS)
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...
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...
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...
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 ...
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...
Senior .NET Solutions Architect Intermediate C# ASP.NET Developer Manager of Quality Assurance Full job postings can be found here
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...
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...
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