Categories: Builds
Latest version: 4.0.0.0Added 2006-02-01
Small console application used to generate the AssemblyInfo file from one or many XML files. Assembly Info Creator merges all the XML files to create one output file in any of these language: C#, VB.NET, Delphi.NETThe goal is to maintain only one XML file with your general information (company name, version, copyright...) and put the specific assembly information (assembly name, description...) in a specific XML file.
Categories: Web Services - Remoting - WCF
Latest version: 1.0.0.0Added 2006-02-01
Program used to create a Web Services proxy without business object generation.XWsdl is useful when you want to share business objects from the server to the client. The server must be created in .NET. It's an extension to the original wsdl.exe from Microsoft.XWsdl uses the Schema Importer Extensions and simplifies the deployment. Without this tool, the extension must be deployed in the GAC and the machine.config must be changed. Alternatively you can install it in the Visual Studio 2005 private assemblies directory and modify the devenv.exe.config.