Browse by Tags
All Tags
»
Powershell
(RSS)
emacs
IBM
Interop
MQ
Not Really Interop
TIBCO
Zip
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...
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...
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...
21 April 2008
C# Code Completion in emacs - getting beanshell equivalent in CSDE
The beanshell is something that, I think, was specially engineered to support the JDE, and particularly the code completion stuff. In JDEE, emacs starts up a Java VM and runs the beanshell class, in comint (command interpreter) mode. Then emacs can send
Read More...
21 April 2008
Powershell script to batch-update AssemblyInfo.cs with new Version
I wrote this script to update all the AssemblyInfo.cs files in a Visual Studio solution, to have the same version number. This is the kind of thing I would have used Perl to do, in the past. But Powershell's got this covered nicely. [ 23 April 2008 -
Read More...
11 April 2008
WPF invokes Powershell.exe as an inferior shell
I wrote this up as an example of how to run powershell.exe as an inferior shell from within a WPF app. It is not a "Powershell host" in the normal sense of the word, with a RunSpace and a RunSpaceFactory and so on. Instead, this example uses System.Diagnostics.Process
Read More...
10 April 2008
PowerShell in Emacs, proof!
Here's the proof that you can run powershell as a shell in Emacs . Grab the download from yesterday to get this awesome power yourself!
Read More...
10 April 2008
Run PowerShell as a shell within Emacs
I saw a couple people asking about running powershell as an inferior shell within emacs. Here's what I do. For the tragically unhip, some background: PowerShell is a nifty shell, it ships as an add-on to Windows. Currently at v1.0, but the v2.0 is available
Read More...
16 February 2007
IBM's new MQ Blog includes some good .NET stuff
The MQ Engineers at IBM’s Hursley Lab (near Winchester, England) now have a blog . (By the way, the Hursley campus is just gorgeous .) The blog is pretty new, started only last month, as far as I can tell, but it is already chock-full of interesting,
Read More...
Home
About
Email
All About Interop
Connecting .NET to just about anything else
RSS 2.0
Atom 1.0
Recent Posts
Enable .NET 3.5 goodies in IIS vdir
Geneva supports OASIS WS-Trust, SAML
Connect WebSphere and Java applications to SQL Server
Such a deal! MSDN for startups
REST in WCF: Varying response content type based on HTTP Request Headers
Tags
.NET
AES
AMQP
Amusing
Apache
ASMX
ASP.NET
AXIS
Beta
BizTalk
BizTalkServices
COBOL
CodePlex
CTP
Data
Devices
Docx
Eclipse
emacs
ESB
Exchange
FREE
Google
History
IBM
Identity
IIRF
IIS
Interop
Java
JAXB
JAXWS
JDBC
JMS
JNI
JSON
Links
LINQ
Linux
Models
MOSS
MQ
MSBuild
MSDN
MSMQ
Not Really Interop
OpenID
OpenXML
Oracle
Oslo
OSP
PDC
PHP
Portals
Powershell
Providers
Rant
REST
RSS
Ruby
SAML
SAP
SDK
Services
Sharepoint
Silverlight
SOA
SOAP
SQL
Standards
Sudoku
syslog
TIBCO
Tomcat
Transactions
Unicode
Virtualization
Vista
Visual Studio
VS2005
VS2008
VSShell
VSTO
WCF
Web Service
web2.0
Webcast
WebLogic
Websphere
WF
Word
WordML
WPF
WSDL
WS-Trust
XAML
XML
XMLDSIG
XSD
Zip
Archives
December 2008 (1)
November 2008 (4)
October 2008 (6)
September 2008 (10)
August 2008 (8)
July 2008 (8)
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 (13)
January 2005 (3)
December 2004 (7)
November 2004 (11)
Search
About ...
Blogs / Microsoft
Beat
Dare
John Durant
Paul Andrew
Justin Smith
Craig Kitterman
DrNick
DotNet
Blogs / Other
Christian
MLB
Tim Ewald
CodeBetter
Oleg
Jesus Rodriguez
Downloads
SQL 2005 Express
All MSDN Downloads
.NET 3.0 Runtime
.NET 3.0 SDK
.NET 3.5 Runtime
.NET 3.0 sp1
VS2008 - Trials and Express
.NET 3.5 SDK
Windows Powershell
Keepers
CopySourceAsHtml
Overview of WS-* Standards
.NET App Architecture (book)
Enterprise Development Whitepapers
Visual Studio
.NET feedback center
Wikipedia on .NET
Microsoft + Sun partner on interop
MS.com essentials
Visual Studio Interop
Web services interop
Microsoft Interop Philosophy
Office XML Schema
MS interop
BizTalk Server Team blog
SaaS on MSDN
SOA
SOA Philosophy
Data inside vs outside
OO meets SOA