Welcome to MSDN Blogs Sign in | Join | Help

April 2006 - Posts

An ISV insight into the CLR and .Net framework 2.0 features

This was my first webcast , so please be patient through the beginning. It gets much better there after. Participants polled, thought so :-) The primary theme of this webcast was to show how much the developer division has embraced the community through

VSTO, Partial Classes, ENC (Edit and Continue) sample code

using System; using System.Data; using System.Drawing; using System.Windows.Forms; using Microsoft.VisualStudio.Tools.Applications.Runtime; using Excel = Microsoft.Office.Interop.Excel; using Office = Microsoft.Office.Core; namespace ExcelWorkbook { public
Posted by JackG | 1 Comments

Performance enhancements (TryParse, LCG, StopWatch) sample code

using System; using System.Collections.Generic; using System.Text; using System.Windows.Forms; // msgbox using System.Diagnostics; // Stopwatch using System.Reflection; // LCG (Light Weight CodeGen) using System.Reflection.Emit; // LCG (Light Weight CodeGen)
Posted by JackG | 2 Comments
Filed under: ,

Network Information sample code

using System; using System.Collections.Generic; using System.Text; using System.Net.NetworkInformation; // NetworkInformation namespace NetworkInfo { class Program { static int Main ( string [] args) { if (! NetworkInterface .GetIsNetworkAvailable())
Posted by JackG | 2 Comments
Filed under: ,

32/64bit sample code

// Updated 05/19/06: 32/64bit sample code using System; using System.Collections.Generic; using System.Text; namespace PlatformPointer { class Test { static int Main ( string [] args) { if (args.Length != 1) { System. Console .WriteLine( "Usage : ReadFile
Posted by JackG | 3 Comments
Filed under: ,

FTP, Console, Gzip compression sample code

using System; using System.Collections.Generic; using System.Text; using System.Diagnostics; // Trace using System.IO; // FTP using System.Net; // FTP using System.IO.Compression; // GZip compression namespace FTP { class Program { static void Main (
Posted by JackG | 1 Comments
Filed under: ,

Hello World (ISV/VAR/SI)

My job is to make your life easier My new role as a Software Architect on the Common Language Runtime (.Net), is currently focused on engaging with ISV/VAR/SI customers. I am interested in understanding your .Net architectural adoption issues and identifying

Jack Gudenkauf's (JackG) Bio

Jack Gudenkauf has been a software professional since 1986. He is currently working for Microsoft as a Software Architect on the .Net Framework and Common Language Runtime. He is currently focused on engaging with ISV/VAR/SI customers in order to ascertain
Posted by JackG | 3 Comments
Filed under:
 
Page view tracker