02 July 2008
More on PowerShell Interop - this time with Tibco EMS
Keeping on the theme of PowerShell interop.... Marc Adler wrote up a short, sweet little CmdLet for querying TIBCO EMS . And he separately referenced a CmdLet by Scott Weinstein for connecting PowerShell to Coral8 . Read More...
0 Comments
Filed under: , ,
 
30 June 2008
PowerShell CMDLets for WebSphere MQ - administer queues on Windows or Linux
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 Read More...
1 Comments
Filed under: , , ,
 
26 June 2008
Create Zip files within Powershell
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" -and $o.Name Read More...
1 Comments
Filed under: ,
 
26 June 2008
Questions on Interoperability? Check the Forums !
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, .NET-to-Java Read More...
0 Comments
Filed under:
 
20 June 2008
DotNetZip, open source library for .ZIP files, revs to v1.5 - nice ASP.NET capability
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 an intermediate Read More...
1 Comments
Filed under: ,
 
20 June 2008
OpenID and ASP.NET MVC interop
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 Read More...
1 Comments
Filed under: ,
 
19 June 2008
Microsoft System Center will manage Linux apps and assets
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 UNIX Read More...
1 Comments
Filed under:
 
18 June 2008
Rewriting URLs on IIS5, IIS6, or IIS7 (mod_rewrite on IIS?)
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 Rewriting URLs? This is the magic in your web server that allows your user to type Read More...
1 Comments
Filed under: , ,
 
18 June 2008
Open Source and Interoperability
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 during Read More...
17 June 2008
Java Exchange Connector and EWSJ
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 Read More...
5 Comments
Filed under: , ,
 
16 June 2008
Microsoft Platform services
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 Read More...
1 Comments
Filed under: ,
 
04 June 2008
DotNetZip now can save directly to ASP.NET Response.OutputStream
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 Read More...
1 Comments
Filed under: ,
 
03 June 2008
Updated site for BizTalk Server
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 have so Read More...
0 Comments
Filed under: ,
 
30 May 2008
Some uses of the Ionic DotNetZip library
ASP.NET App that compresses a file as it is uploaded http://professionalaspnet.com/archive/2007/11/17/Compressing-a-File-as-it-is-Uploaded.aspx ASP.NET app to manipulate ZIP files as virtual directories or read-only resource containers. http://www.codeproject.com/KB/aspnet/aspnetzipfs.aspx Read More...
0 Comments
Filed under: ,
 
30 May 2008
DotNetZip, open source library for .ZIP files, revs to v1.4
I have updated DotNetZip, the open source Zip Library for .NET, to v1.4. Find it at http://www.codeplex.com/DotNetZip . New features!! password support is here! Whoohoo!! This is PKzip (weak) encryption. Another new feature: you can now add entries into Read More...
0 Comments
Filed under: , ,
 
More Posts Next page »
Page view tracker