Can we build it? YES we can, but shouldn't because there's platform support for that. Developers are an enthusiastic people, especially when it comes to solving problems. In their pursuit of solution Valhalla some tend do create their own solutions for problems the platform obviously offers support. A classic example: There's two applications that need to communicate with each other for some reason. .Net offers a few ways of doing this:SOAP over HTTP,.Net remoting,Socket communication Someone with...
One of the new features in Biztalk 2006 is the use of pipeline in your orchestration. Recently I was involved in a Biztalk 2006 project were we needed to route messages through Biztalk were (for the larger part) Biztalk engine was unaware of the schema of the data being processed. In Biztalk 2004 this would involve some helper code to be written. In Biztalk 2006 you can accomplish this quit easilly. Our main orchestration received the data from a soap call. The data we needed to proces was inside...