Creating Native Web Services in SQL Server
Expose your SQL Server data directly over the web. Learn to create SOAP-based native web services in SQL Server 2005/2008 that can be consumed from client applications over HTTP.
Expose your SQL Server data directly over the web. Learn to create SOAP-based native web services in SQL Server 2005/2008 that can be consumed from client applications over HTTP.
Want to store documents or photos in SQL server? Learn how SQL Server and ADO.NET together can provide an elegant solution for storing and retrieving BLOBs.
Store XML data directly in SQL Server. Use the power of the XML data type to store and manipulate XML data efficiently and easily.
Learn how ADO.NET connection pooling works and how to configure it to suit your performance requirements.
Apply the advanced trace log features of ADO.NET and improve your data access code.
The DataGridView control of Windows Forms is a versatile control that can help you create professional-looking data entry forms. It not only supports data binding but also provides frequently needed column types such as combo box and button.