Contents tagged with XML
-
Sending XML data through WCF using System.ServiceModel.Channels.Message without using DataContractSerializer.
WCF - Windows Communication Foundation is a beautiful enterprise ready framework for developing service-oriented applications in .NET. They handle Synchronous and Asynchronous messages from one endpoint to another.
-
Find All Databases with…?
I work with a lot of databases. Currently, we have over 500 databases on our one SQL box. Whenever I have to go in and modify a a specific XML section, I need a quick way to find any DataBase that has that specific XML text. I came up with a quick Script that goes through every database, searches for the table I want to see if it contains my XML text.