Author: SSWUG Research

Community

XML Parser Benchmarks: Part 1

(Matthias Farwick and Michael Hafner) Five years after the introduction of SOAP 1.0, XML parsing is still the main bottleneck in web service performance. In search of components for a high performance web service security solution, we have executed benchmarks for various XML parsers in Java and C. T

Community

ASP.Net : AutoList

(Sanjay Kumar) This small web application has following features: –Auto suggest list box [AutoList.js] –Auto select text. –Scrolling list item either one by one or on the basis of defined page size. –Multicolor list item. –Getting result in the xml form directly from SQL Server using

Community

The issue with FillSchema

(Reggie Burnett) Connector/Net’s MySqlDataAdapter class has a method named FillSchema. This method is intended to populate the metadata for a given query without actually returning any of the data from the query. The only syntax that MySQL has to help with this is SQL_SELECT_LIMIT which limits the