Sign In
All About Interop
Connecting .NET to just about anything else
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
.NET
AXIS
emacs
IBM
Interop
Java
JMS
MQ
MSMQ
Not Really Interop
OpenXML
Oracle
PHP
Powershell
REST
Services
SOA
Visual Studio
WCF
Websphere
Word
WSDL
XML
XSD
Zip
Archive
Archives
December 2008
(1)
November 2008
(4)
October 2008
(6)
September 2008
(10)
August 2008
(8)
July 2008
(9)
June 2008
(12)
May 2008
(3)
April 2008
(21)
March 2008
(25)
February 2008
(6)
December 2007
(3)
November 2007
(4)
October 2007
(11)
September 2007
(16)
August 2007
(12)
July 2007
(10)
June 2007
(8)
May 2007
(5)
April 2007
(5)
March 2007
(8)
February 2007
(10)
January 2007
(12)
December 2006
(3)
November 2006
(4)
October 2006
(8)
September 2006
(4)
August 2006
(9)
June 2006
(6)
May 2006
(5)
April 2006
(7)
March 2006
(8)
February 2006
(6)
January 2006
(11)
December 2005
(12)
November 2005
(2)
September 2005
(2)
August 2005
(3)
July 2005
(10)
June 2005
(9)
May 2005
(3)
April 2005
(1)
March 2005
(13)
February 2005
(14)
January 2005
(3)
December 2004
(7)
November 2004
(11)
January, 2006
MSDN Blogs
>
All About Interop
>
January, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
All About Interop
Extending Visual Studio, and open source
Posted
over 6 years ago
by
cheeso
1
Comments
I mentioned open-source and Visual Studio in a previous post . Today I would like to make it clear: It is possible to release extensions to Visual Studio under open source licenses. First, some intro. The VSIP SDK was originally introduced as a...
All About Interop
IKVM.NET and interop
Posted
over 6 years ago
by
cheeso
2
Comments
I just heard a story about a shop that used IKVM to good effect. The existing system has server-side and fat-client pieces, mostly implemented in Java, though they have some C++. The Swing clients communicate to the server pieces via a simple sockets...
All About Interop
JNBridge: you've been Blogged!
Posted
over 6 years ago
by
cheeso
0
Comments
My pal Wayne Citrin at JNBridge has started an interop blog . Looks promising! There's an interesting post about using JNBridgePro to enable .NET applications to connect to JMS stores. He uses OpenJMS in the example he gives, but it should work with any...
All About Interop
TechEd Europe changes
Posted
over 6 years ago
by
cheeso
0
Comments
TechEd Europe has been moved and reformatted. Instead of having a single event addressing both Developers and IT Pros, we'll have two separate technical events moving forward: Tech Ed: Developers (week November 6th, CCIB Barcelona, Spain) Tech...
All About Interop
Defining a DB2 as a linked server in SQL Server 2005
Posted
over 6 years ago
by
cheeso
3
Comments
This example shows how to add a remote DB2 as a linked server, using the MS OLEDB provider for DB2 (I mentioned it yesterday ). EXEC sp_addlinkedserver server='LINKEDDB2', @srvproduct='Microsoft OLE DB Provider for DB2', @catalog='DB2...
All About Interop
SAML on .NET
Posted
over 6 years ago
by
cheeso
7
Comments
Do you use web services? If you have concerns about interoperability and security, then you probably would like to see SAML support on .NET. Well here's something for you. The Patterns&Practices team at Microsoft have just released a SAML sample that...
All About Interop
OLEDB provider for DB2
Posted
over 6 years ago
by
cheeso
15
Comments
You got DB2? Got SQL? Now you can connect them together, better. Microsoft is making the OLEDB provider for DB2 available for download. The Microsoft OLE DB Provider for DB2 is a COM library for connecting to IBM DB2 databases. It is licensed for...
All About Interop
MS JDBC for SQL 2005 released
Posted
over 6 years ago
by
cheeso
3
Comments
In the spirit of sharing the love , Microsoft has announced the availability of the SQL Server 2005 JDBC Driver. Now all the Java devs can get the goodness of SQL 2005. For those of you familiar with the prior incarnation of the JDBC driver, this new...
All About Interop
.NET can connect to WebSphere's built-in JMS
Posted
over 6 years ago
by
cheeso
1
Comments
Phil Willoughby of IBM dropped me a line. Phil apparently works on the XMS stuff, I'm guessing out of IBM's Hursley lab. Phil sez: Re: http://blogs.msdn.com/dotnetinterop/archive/2005/11/04/488770.aspx FYI, XMS can be used to connect directly...
All About Interop
Prettification of XML - .NET 2.0 partial classes
Posted
over 6 years ago
by
cheeso
2
Comments
Prettification of XML - .NET 2.0 partial classes I wrote about prettification of XML in Web Services earlier, and described how you can prettify your XML by modifying the generated code. As Ram points out, in .NET 2.0, you can use partial classes for...
All About Interop
Prettification of XML Serialization within Web Services
Posted
over 6 years ago
by
cheeso
10
Comments
Prettification of XML Serialization within Web Services This came up yesterday on an internal mailing list. A colleague remarked that, following best practices in modular schema design results in bloat of serialized messages, particularly with namespace...
Page 1 of 1 (11 items)