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
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)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
All About Interop
A Month of Interop
Posted
over 9 years ago
by
cheeso
0
Comments
Microsoft is planning a month's worth of webcasts exploring interop from numerous angles, check it out: http://www.interopmonth.com/ or http://blogs.msdn.com/msdnwebcasts/archive/2004/11/20/266983.aspx
All About Interop
Call .NET ASMX from ASP
Posted
over 9 years ago
by
cheeso
4
Comments
Need to call an ASMX webservice from VBScript (like an ASP page)? You have options. . ....
All About Interop
DataGrid and Web Services
Posted
over 9 years ago
by
cheeso
0
Comments
Didya ever wonder?... why DataGrids and other data-bound controls can use arrays of objects as data sources, but they display only public properties (not fields)? On the other hand, types generated by wsdl.exe or xsd.exe generally expose public fields (not properties). What if.... you could auto-magically transform a class with fields into a class that exposes public properties, allowing an array of that class to be bound to a data control? ...
All About Interop
VS, meet blog. Blog, meet VS.
Posted
over 9 years ago
by
cheeso
0
Comments
http://www.jtleigh.com/people/colin/blog/archives/2004/10/copysourceashtm.html and http://www.jtleigh.com/people/colin/blog/archives/2004/11/copysourceashtm_3.html
All About Interop
.NET and MQ admin via ADSI
Posted
over 9 years ago
by
cheeso
0
Comments
IBM WebSphere MQS exposes some administrative operations and properties via an ADSI interface. This means any .NET application can connect to MQSeries administratively and get and set properties on the MQ subsystem. This post discusses one approach and offers a working example application....
All About Interop
.NET and MQSeries
Posted
over 9 years ago
by
cheeso
7
Comments
IBM WebSphere MQ (previously known as "MQSeries") ships with a "postcard" app, amqpcard.exe, a simple demo that can be used to verify the installation of MQ, by sending messages (postcards) to different recipients. At some point, IBM also delivered a Java postcard app, including source code. I have produced a .NET postcard app in C#. It's available in source form, within a Visual Studio project....
All About Interop
.NET and WebSphere interop
Posted
over 9 years ago
by
cheeso
3
Comments
A new article has posted on MSDN covering interop between .NET and WebSphere, over webservices. This one talks through the use of IBM's Web services Development Kit (based on Eclipse) to build clients and servers that interop with .NET. Re-read that sentence again and consider how astounding it is! ...
All About Interop
.NET and Syslog?
Posted
over 9 years ago
by
cheeso
6
Comments
How can a .NET app connect to a *nix Syslog? It's pretty easy, really....
All About Interop
Java Vector becomes Object Array
Posted
over 9 years ago
by
cheeso
0
Comments
Developers often design their webservices by implementing the server first, then generating the interface from it. But exposing platform-specific data types in a webservice interface can lead to some surprises. For example, a Java Vector gets mapped to an array of Objects in .NET....
All About Interop
Overloading in WebMethods, part II
Posted
over 9 years ago
by
cheeso
4
Comments
Part II, wherein I take back everything I said in part I....
All About Interop
Overloading in WebMethods, part I
Posted
over 9 years ago
by
cheeso
1
Comments
Somebody recently asked about the use of Overloaded method names in webservice interfaces. The idea would be to expose a single webmethod that accepts different parameter lists. I generally don't like the idea....
Page 1 of 1 (11 items)