All About Interop

Connecting .NET to just about anything else
Posts
  • All About Interop

    PowerShell CMDLets for WebSphere MQ - administer queues on Windows or Linux

    • 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

    Create Zip files within Powershell

    • 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

    Questions on Interoperability? Check the Forums !

    • 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

    DotNetZip, open source library for .ZIP files, revs to v1.5 - nice ASP.NET capability

    • 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

    OpenID and ASP.NET MVC interop

    • 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

    Microsoft System Center will manage Linux apps and assets

    • 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

    Open Source and Interoperability

    • 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

    Rewriting URLs on IIS5, IIS6, or IIS7 (mod_rewrite on IIS?)

    • 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

    • 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

    Microsoft Platform services

    • 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

    DotNetZip now can save directly to ASP.NET Response.OutputStream

    • 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

    Updated site for BizTalk Server

    • 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)