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
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)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Jack Gudenkauf (JackG) WebLog
PInvoke, InterOp and Portability
Posted
over 7 years ago
by
Jack Gudenkauf
0
Comments
I want to thank Josh Williams from the CLR team, for pointing out a couple bugs in my sample code. The bugs were related to some missing IntPtr’s for portability. For those interested in more information on Josh’s posts on 64-bit and PInvoke, check out...
Jack Gudenkauf (JackG) WebLog
FAQ’s: WinFX Add-in model and Visual Studio Tools for Applications (VSTA)
Posted
over 7 years ago
by
Jack Gudenkauf
7
Comments
I receive several frequently asked questions on VSTA and the WinFX Add-in model, so I thought I would address them here. Q: What is Visual Studio Tools for Applications (VSTA)? A: VSTA is a product and an SDK. At the PDC2005, Eric Rudder, referred...
Jack Gudenkauf (JackG) WebLog
An ISV insight into the CLR and .Net framework 2.0 features
Posted
over 7 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 7 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 7 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 7 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 7 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 7 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 7 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 7 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 &...
Jack Gudenkauf (JackG) WebLog
AppDomains and Addins
Posted
over 7 years ago
by
Jack Gudenkauf
13
Comments
What is an Application Domain (AD)? An Application Domain is a CLR feature that provides a unit of isolation for an application. An AD may be thought of as a lighter weight process boundary. Multiple AppDomains may be created within a host process...
Jack Gudenkauf (JackG) WebLog
Addin's: "A rose by any other name would smell as sweet"
Posted
over 7 years ago
by
Jack Gudenkauf
2
Comments
For several months we have used "MAF: Managed Addin Framework", to describe the WinFX System.AddIn libraries, as well as the surrounding collateral that makes this offering compelling for addressing a large class of issues. However, the use of "MAF",...
Jack Gudenkauf (JackG) WebLog
VSTA public availability
Posted
over 7 years ago
by
Jack Gudenkauf
1
Comments
Announcing Visual Studio 2005 Tools for Applications (VSTA) CTP . CTP stands for Community Technology Preview. A CTP is part of Microsoft's continued commitment to delivering a product defined by our customers. The intent of the CTP is to provide an...
Jack Gudenkauf (JackG) WebLog
The only constant is change
Posted
over 7 years ago
by
Jack Gudenkauf
2
Comments
The Microsoft Trinity team, which is responsible for the VSTO and VSTA products, is transferring the MAF charter to the CLR team on 2/13/2006. As part of this charter transfer, I will also be moving over to the CLR team. I will retain my Architect title...
Jack Gudenkauf (JackG) WebLog
Whidbey - Support/Forum/Newsgroup
Posted
over 7 years ago
by
Jack Gudenkauf
0
Comments
For questions on Whidbey (2005) products such as Visual Studio, SQL, Languages, etc.. click on this link .
Jack Gudenkauf (JackG) WebLog
VSTO - Support/Forum/Newsgroup
Posted
over 7 years ago
by
Jack Gudenkauf
0
Comments
For q uestions on using Visual Studio 2005 Tools for the Microsoft Office System to create managed code solutions in Excel 2003, Word 2003, InfoPath 2003, & Outlook 2003. Click this VSTO Link .
Jack Gudenkauf (JackG) WebLog
VSTO - Office PIA IntelliSense
Posted
over 8 years ago
by
Jack Gudenkauf
0
Comments
Microsoft IntelliSense XML Files for Microsoft Visual Studio Tools for the Microsoft Office System Overview Adds summary descriptions of types, members, and parameters to IntelliSense ToolTips in code and in the Object Browser for Microsoft Office...
Jack Gudenkauf (JackG) WebLog
PDC05 Visual Studio Tools for Applications presentation
Posted
over 8 years ago
by
Jack Gudenkauf
0
Comments
Check out my previous post on VSTA . Check out the PDC05: Building Customizable Applications with VSTA . I believe this download will only be available for a limited time, so unless you attended the PDC 2005 event and you received the DVD, you better...
Jack Gudenkauf (JackG) WebLog
Designing Managed Add-Ins for Reliability, Security, and Versioning
Posted
over 8 years ago
by
Jack Gudenkauf
0
Comments
Here is the free download from the FUN309 PDC2005 session. Here is the description from the download center " Speakers: Jim Miller; Thomas Quinn Most large applications allow customers to provide code to customize the application’s behavior. Examples...
Jack Gudenkauf (JackG) WebLog
Ship it! VSTO 2.0, Visual Studio 2005 and the .NET Framework 2.0!
Posted
over 8 years ago
by
Jack Gudenkauf
0
Comments
MSDN subscribers can now download and install any one of the retail versions of the Visual Studio family of products from the MSDN subscription site. In addition, we are releasing the 32 and 64bit versions of the .NET Framework 2.0 and the .NET Framework...
Jack Gudenkauf (JackG) WebLog
WinFX Developer reference
Posted
over 8 years ago
by
Jack Gudenkauf
0
Comments
As I mentioned in a previous post, the Managed Add-in Framework (System.AddIn NS) was announced at PDC 2005. The WinFX <Windows VISTA Developer reference> namespace high resolution poster can be found on the WinFX web site .
Jack Gudenkauf (JackG) WebLog
PDC05 - Microsoft Visual Studio Tools for Applications (VSTA)
Posted
over 8 years ago
by
Jack Gudenkauf
8
Comments
Microsoft Visual Studio Tools for Applications (VSTA) Charter Provide a redistributable Integrated Development Environment (IDE), Design Time (DT), and Run time (RT) for hosts (ISV’s, etc..) providing a rich managed customization environment for...
Jack Gudenkauf (JackG) WebLog
PDC05 - Microsoft Visual Studio Tools for Office (VSTO)
Posted
over 8 years ago
by
Jack Gudenkauf
2
Comments
Microsoft Visual Studio Tools for Office (VSTO) Charter VSTO provides professional developers with a Visual Studio IDE for developing managed applications that extend the functionality of Office applications. VSTO version 1.0, code named White...
Jack Gudenkauf (JackG) WebLog
PDC05 - Managed AddIn Framework (MAF)
Posted
over 8 years ago
by
Jack Gudenkauf
23
Comments
MAF (Managed AddIn Framework) The Managed Add-in Framework defines a programming model, built on top of .NET that allows applications to dynamically load and communicate with generic components at runtime. We provide a solution for creating independently...
Jack Gudenkauf (JackG) WebLog
PDC05
Posted
over 8 years ago
by
Jack Gudenkauf
0
Comments
Here I am in Los Angeles, attending the Microsoft Professional Developers Conference 2005 ( PDC05 ). As an attendee, you get an opportunity to speak with the Microsoft product development teams, as well as the opportunity to see potential <big disclaimer...
Page 3 of 4 (86 items)
1
2
3
4