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
Rewriting URLs on IIS5, IIS6, or IIS7 (mod_rewrite on IIS?)
Posted
over 5 years ago
by
cheeso
7
Comments
A couple weeks ago, Bill Staples made a splash when he announced a Rewrite Module for IIS7: http://blogs.iis.net/bills/archive/2008/05/31/urlrewrite-module-for-iis7.aspx But you can get mod_rewrite -like capability, even on IIS6, using the free IIRF...
All About Interop
Java Exchange Connector and EWSJ
Posted
over 5 years ago
by
cheeso
21
Comments
Just saw this on TheServerSide.com . The Exchange Web Services for Java (EWSJ - what happened to the 4?). It's a Java class library that uses the Apache AXIS web services stack to connect connects to Microsoft Exchange Server 2007, via the published and...
All About Interop
Create Zip files within Powershell
Posted
over 5 years ago
by
cheeso
1
Comments
You can use DotNetZip library from within Powershell . It's pretty simple, fast, easy. example: function ZipUp-Files ( $directory ) { $children = get-childitem -path $directory foreach ( $o in $children ) { if ( $o.Name -ne "TestResults...
All About Interop
DotNetZip now can save directly to ASP.NET Response.OutputStream
Posted
over 5 years ago
by
cheeso
5
Comments
Did you ever want to zip up a file within an ASP.NET page, and then send it as a download for the requesting browser? The DotNetZip lib works within ASP.NET, and a recent update, available in the v1.5 preview release, allows you to create a zip file and...
All About Interop
DotNetZip, open source library for .ZIP files, revs to v1.5 - nice ASP.NET capability
Posted
over 5 years ago
by
cheeso
1
Comments
DotNetZip, the open source Zip Library for .NET, is now at v1.5. Find it at http://www.codeplex.com/DotNetZip . New features: ASP.NET - save a zip archive directly to Response.OutputStream to send down to the browser client, no need to create...
All About Interop
PowerShell CMDLets for WebSphere MQ - administer queues on Windows or Linux
Posted
over 5 years ago
by
cheeso
1
Comments
Last year, I wrote about the idea of PowerShell CmdLets for WebSphere MQ. PowerShell is a beautiful scripting environment, you see, and it allows you to load any managed class library and then call into it. This is what allows me to, for example, create...
All About Interop
Open Source and Interoperability
Posted
over 5 years ago
by
cheeso
1
Comments
Open. Source. Is. Not. Interoperability. Ted Neward is an entertaining and talented writer, not to mention a stand-up guy, and a first-rate technogeek. But that doesn't mean he is always right. I was just reading and old post of his which I missed...
All About Interop
Microsoft System Center will manage Linux apps and assets
Posted
over 5 years ago
by
cheeso
1
Comments
In case you missed it, this is from 6 weeks ago, on a Port25 post from Sam Ramji: Today, Bob Muglia and Brad Anderson announced that System Center will have the ability to deliver automated management across heterogeneous IT environments, such as...
All About Interop
Microsoft Platform services
Posted
over 5 years ago
by
cheeso
1
Comments
Microsoft has a new web page up covering a collection of hosted platform services . Worth checking out. There is good interop capabilities in all of these. I'm thinking maybe I have to stand up some PHP examples that connect to SQL Server Data Services...
All About Interop
OpenID and ASP.NET MVC interop
Posted
over 5 years ago
by
cheeso
1
Comments
Another one of those in-case-you-missed-it posts: Scott Hanselman's done a good review of the possibilities of integrating openID with ASP.NET. I mentioned this before as an interesting area for development. Looks like things are moving along. Excellent...
All About Interop
Questions on Interoperability? Check the Forums !
Posted
over 5 years ago
by
cheeso
0
Comments
Microsoft has migrated its interop discussion forum to a new forum engine. Find it at: http://forums.community.microsoft.com/en-US/interopconversations/threads/ There you can ask questions on Vista print drivers, .Docx interop, Web services interop...
All About Interop
Updated site for BizTalk Server
Posted
over 5 years ago
by
cheeso
0
Comments
We've updated the BizTalk Server web site , it looks pretty nice. I think the 3D warped spiderman web graphic thingy is going to sell a lot of enterprise software! ;) Seriously, though, the content is quite good. I think it's remarkable that we...
Page 1 of 1 (12 items)