Sign In
Jack Gudenkauf (JackG) WebLog
Technology
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
CLR and BCL
Conferences
ISV/VAR/SI
Personal
Sample Code
Smart Client
System Add-In
Technical Strategy
ThinkWeek
Visual Studio
Archive
Archives
August 2009
(2)
June 2009
(2)
March 2009
(1)
October 2008
(1)
August 2008
(3)
May 2008
(1)
March 2008
(2)
January 2008
(2)
November 2007
(3)
October 2007
(3)
September 2007
(2)
August 2007
(3)
July 2007
(1)
June 2007
(1)
May 2007
(2)
April 2007
(1)
March 2007
(6)
February 2007
(2)
January 2007
(3)
December 2006
(2)
November 2006
(1)
October 2006
(1)
July 2006
(1)
June 2006
(2)
May 2006
(4)
April 2006
(8)
March 2006
(1)
February 2006
(3)
January 2006
(2)
November 2005
(1)
October 2005
(4)
September 2005
(4)
June 2005
(1)
May 2005
(1)
February 2005
(4)
December 2004
(5)
April, 2006
MSDN Blogs
>
Jack Gudenkauf (JackG) WebLog
>
April, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Jack Gudenkauf (JackG) WebLog
An ISV insight into the CLR and .Net framework 2.0 features
Posted
over 6 years ago
by
Jack Gudenkauf
3
Comments
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...
Jack Gudenkauf (JackG) WebLog
VSTO, Partial Classes, ENC (Edit and Continue) sample code
Posted
over 6 years ago
by
Jack Gudenkauf
1
Comments
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...
Jack Gudenkauf (JackG) WebLog
Performance enhancements (TryParse, LCG, StopWatch) sample code
Posted
over 6 years ago
by
Jack Gudenkauf
2
Comments
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...
Jack Gudenkauf (JackG) WebLog
Network Information sample code
Posted
over 6 years ago
by
Jack Gudenkauf
2
Comments
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...
Jack Gudenkauf (JackG) WebLog
32/64bit sample code
Posted
over 6 years ago
by
Jack Gudenkauf
3
Comments
// 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...
Jack Gudenkauf (JackG) WebLog
FTP, Console, Gzip compression sample code
Posted
over 6 years ago
by
Jack Gudenkauf
1
Comments
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...
Jack Gudenkauf (JackG) WebLog
Hello World (ISV/VAR/SI)
Posted
over 6 years ago
by
Jack Gudenkauf
14
Comments
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...
Jack Gudenkauf (JackG) WebLog
Jack Gudenkauf's (JackG) Bio
Posted
over 6 years ago
by
Jack Gudenkauf
3
Comments
Jack Gudenkauf has been a software engineer since 1986. He was employed by Microsoft as a contractor from 1995-1998 and currently as a full time employee since 1998, working in IT, Online Services, the Developer Division, and Microsoft Research &...
Page 1 of 1 (8 items)