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
Enable .NET 3.5 goodies in IIS vdir
Posted
over 5 years ago
by
cheeso
1
Comments
Some of you may be oddballs like me: you like .NET, you program in .NET, but you don't always use Visual Studio. You hand-code everything for some applications. You often open up a text editor and just start writing a source module, with no wizards, no...
All About Interop
Geneva supports OASIS WS-Trust, SAML
Posted
over 5 years ago
by
cheeso
3
Comments
Last week at the PDC 2008, Microsoft released the public beta of “Geneva”. “Geneva” is three things: Geneva Server. This is a security token service (STS), as defined in the OASIS WS-Trust specification. This thing issues and transforms claims...
All About Interop
Connect WebSphere and Java applications to SQL Server
Posted
over 5 years ago
by
cheeso
2
Comments
FYI: The MS JDBC Driver is completely tested by IBM for use with WebSphere App Server v6.1 and v7.0. From the IBM Announcement for WebSphere Application Server v7.0 : WebSphere Application Server V7.0 does not include the WebSphere Connect JDBC driver...
All About Interop
Such a deal! MSDN for startups
Posted
over 5 years ago
by
cheeso
1
Comments
Today Microsoft announced BizSpark : http://www.microsoftstartupzone.com/bizspark This program gives ISV startup with less than USD$1m in annual revenue (lower amounts for some other countries - for example it's just USD$250k for Egypt) free access...
All About Interop
REST in WCF: Varying response content type based on HTTP Request Headers
Posted
over 5 years ago
by
cheeso
7
Comments
Damian Mehers made a comment on my blog post from April , but I felt it was worth a full reblog. Damian's used the same WCF extensibility points I used to produce some boilerplate that varies the response content type from JSON to XML, based on the...
All About Interop
It just got easier to build REST apps in .NET
Posted
over 5 years ago
by
cheeso
1
Comments
The REST starter kit that we launched at PDC is now live! :: http://www.msdn.com/wcf/rest . The WCF REST Starter Kit is a set of features, Visual Studio templates, samples and guidance that help people build REST apps using WCF. WCF, part of the .NET...
All About Interop
Microsoft joins AMQP
Posted
over 5 years ago
by
cheeso
1
Comments
Microsoft joins AMQP It's very good to see this. For those that don't know, AMQP is the Advanced Message Queuing Protocol , a nascent middleware standard that describes an interoperable protocol for application messaging systems. Driven primarily by...
All About Interop
IIRF v1.2.15 is released - open source URL Rewriting on IIS6
Posted
over 5 years ago
by
cheeso
0
Comments
I have previously written about IIRF . Here I go again: IIRF has now has been updated to v1.2.15. IIRF is Ionic's Isapi Rewrite Filter . It is a small, cheap, easy to use, URL rewriting ISAPI filter that combines a good price (free!) with good features...
All About Interop
DotNetZip revs to v1.6 – now with Unicode support
Posted
over 5 years ago
by
cheeso
3
Comments
The v1.6 release of DotNetZip is now available. DotNetZip is the open source Zip Library for .NET, available at http://www.codeplex.com/DotNetZip . Major new features: Unicode support, as well as support for arbitrary code pages. Now you can...
All About Interop
Eclipse tools for Silverlight and .NET
Posted
over 5 years ago
by
cheeso
1
Comments
There is now an Eclipse project, Eclipse4SL , to produce tools that work with Microsoft Silverlight . See Neil Hutson's blog post for some details. For those of you who have day jobs and find it hard to keep up with all the code-names and product...
All About Interop
Weblogic JMS with .NET
Posted
over 5 years ago
by
cheeso
3
Comments
This came out last month, I just learned about it from an email from Jesus today. WebLogic Server 10gR3 now has an officially-supported .NET client for its JMS provider . Very cool. Some of you might be wondering, just what does that mean? It means...
All About Interop
Interop sessions at Oracle Open World
Posted
over 5 years ago
by
cheeso
0
Comments
Jesus and my collegue Kent Brown both spoke at Oracle Open World recently, on interop between WCF and WebLogic. http://weblogs.asp.net/gsusx/archive/2008/09/19/speaking-at-oracle-open-world.aspx But I found out after the fact! nice!
All About Interop
WSDL-First in WCF, versus WSDL-First in ASMX
Posted
over 5 years ago
by
cheeso
0
Comments
I wanted to point something out regarding the WSDL-First item I posted yesterday . This is a look at the interface generated by the SvcUtil.exe tool for WCF. [System.CodeDom.Compiler.GeneratedCodeAttribute( "System.ServiceModel" , "3.0.0.0" ...
All About Interop
WSDL-First development with WCF
Posted
over 5 years ago
by
cheeso
13
Comments
A couple weeks ago I mentioned that you could do WSDL-First development with WCF, but I didn't go into detail as to how that would work. Somebody asked, so I guess I'll describe the specific steps. I want to use a real scenario, so for a WSDL, I will...
All About Interop
Flatten your WSDL with this Custom ServiceHost for WCF
Posted
over 5 years ago
by
cheeso
9
Comments
Yesterday I mentioned using a custom service host to flatten the WSDL that is generated by a WCF service. This is something Christian showed us all how to do a long while ago, to improve interoperability between WCF-implemented services and consumers...
All About Interop
Custom Config file for a WCF Service hosted in IIS
Posted
over 5 years ago
by
cheeso
4
Comments
I am constantly developing new WCF services to try out various techniques, ideas, scenarios. Many times for these quickie WCF applications I will just use a text editor to write the code. As you know there are multiple options for hosting your WCF...
All About Interop
DotNetZip users: Please Test Unicode support (free zip library for .NET)
Posted
over 5 years ago
by
cheeso
3
Comments
DotNetZip is an open-source library to allow any .NET application to read and create zip files. If you want your ASP.NET page to grab an uploaded zipfile and unpack it on the server, DotNetZip can help you. If you want to generate a zipfile from a server...
All About Interop
Profiles in Microsoftee-hood
Posted
over 5 years ago
by
cheeso
1
Comments
I hadn't seen Microspotting before - consider me educated. It's a blg site run by a Microsoft employee that profiles... Microsoft employees. Enough about you. Let's talk about me! Yeah, it's self-centered, but despite that I found the blog to be...
All About Interop
Many many LINQ Providers
Posted
over 5 years ago
by
cheeso
0
Comments
When LINQ shipped, it included a provider model, to encourage people to make other systems and data stores accessible from the coolness-that-is-LINQ. Back in February, Charlie Calvert published a long list of LINQ providers . In July, Robert Shelton...
All About Interop
Using the WSDL-First design approach with WCF services
Posted
over 5 years ago
by
cheeso
2
Comments
Couple of helpful posts from the archives for you. If you are care about interop, then you probably want to use a contract-first or WSDL-first design for your web services. In other words, you will not simply decorate server-side code annotations ...
All About Interop
Web services interop with WCF - Relevant Forum Questions
Posted
over 5 years ago
by
cheeso
1
Comments
I was just browsing the WCF forum on MSDN. Here's a summary of the recent interesting threads dealing with interop: How to map complex data types exposed by a J2EE web services, into a WCF client? How to use connect from an AXIS 2 client to a...
All About Interop
How to Build REST apps on .NET using WCF
Posted
over 5 years ago
by
cheeso
1
Comments
There's a new screencast series on building services using the WCF part of .NET. The first few are already available. The first one is the basic "Hello World" example, the next couple cover REST: How to build a WCF Service using Visual Studio...
All About Interop
Editing XAML in Emacs
Posted
over 5 years ago
by
cheeso
1
Comments
Luis Diego Fallas provides some hints. He uses a RELAX NG based parser called nXML mode for emacs. http://langexplr.blogspot.com/2008/08/using-emacs-and-nxml-to-edit-xaml-files.html
All About Interop
REST Q & A - enough already
Posted
over 5 years ago
by
cheeso
9
Comments
Tim Bray at Sun has some questions and comments on REST . First, let me say that the religious wars over WS-* and REST seem to be generated by a very small number of people who have a very large amount of spare time. Don't these people have things...
All About Interop
HOW TO: Configure the jakarta Tomcat connector for IIS (serve JSP from IIS)
Posted
over 5 years ago
by
cheeso
1
Comments
Steve Sfartz offers a tip for configuring the Tomcat connector on IIS, to allow IIS and Tomcat to run from the same domain. This will allow numerous interop scenarios, one of which is to allow IIS to serve Silverlight apps while the Tomcat engine can...
Page 1 of 15 (369 items)
1
2
3
4
5
»