Search for: add help chm vb
Related Programming Resources
- ASP.NET Server-Side Data Acces Introduction to Server-Side Data Connections, Commands, and DataSets Accessing SQL-based Data Binding SQL Data to a DataGrid Performing a Parameterized Select Inserting Data in a SQL Database Updating Data in a SQL Database Deleting Data in a SQL Database Sorting Data from a SQL Database Working with Master-Detail Relationships Writing and Using Stored Procedures Accessing XML-based Data Section Summary Introduction to Server-Side Data Data
- Core Web Programming Network Programming Client - Creating sockets - Implementating a generic network client - Parsing data using StringTokenizer - Retrieving files from an HTTP server - Retrieving Web documents by using the URL class ... Client vs Server Traditional definition - Client: User of network services - Server: Supplier of network services Problem with traditional definition - If there are 2 programs exchanging data, it
- Silverlight Overview Silverlight (formerly known as WPF/E or Windows Presentation Foundation / Everywhere) is a cross-platform browser plug-in being developed by Microsoft that is designed to provide a richer internet experience for enterprise and consumer applications. Silverlight 1.0 has been called a ?Flash killer? in that it will provide enhanced animation, vector
- Programming .NET Windows Applications Drawing and GDI+ The designers of .NET, and especially of Visual Studio .NET, clearly had in mind a model in which you could write sophisticated Windows Applications using only the controls available in the Toolbox. This approach is very successful, and many Windows programmers will never need to go beyond the Toolbox and
- PHP Security Guide SQL Injection SQL injection is yet another common vulnerability that is the result of lax input validation. Unlike cross-site scripting vulnerabilities that are ultimately directed at your site's visitors, SQL injection is an attack on the site itself-in particular its database. The goal of SQL injection is to insert arbitrary data, most