Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼



site Search Results

Results for: dino esposito

Sort by: Relevance | Date

The Dr. Dobb's Developer Library DVD Order the NEW Discounted Dr. Dobb's Developer Library DVD 6
Purchase the fully searchable DVD for $59.95 - a 60% discount! Features 21 years of Dr. Dobb's Journal, 15 years of Sys Admin magazine, 14+ years of C/C++ Users Journal, 1 year worth of Dr. Dobb's Digest, podcasts, videos and more! Order Now.

Web Services Ad Hoc Firewalls

Dr. Dobb's Journal,
August 23, 2004

The Forum XWall firewall plug-in for Microsoft Internet Security and Acceleration Server 2004 secures Web services by letting you intercept bad SOAP calls, set user permissions on methods, and more.

Standard-Savvy WSE 2.0

Dr. Dobb's Journal,
August 09, 2004

The WS-* specs are helping standardize web services development, and .NET's Web Services Enhancements 2.0 supports two of the most mature WS-* standards: WS-Security and WS-Policy.

Don't Like the URL? Change It

Dr. Dobb's Journal,
July 21, 2004

Dynamic URL generation is handy for redirections. Here are some tips for best practices when using the RewritePath method

Textbox AutoEncoding Improves Security

Dr. Dobb's Journal,
July 09, 2004

The standard TextBox control does not verify input text by default, and this creates a security hole that a cross-site scripting attack can exploit. Here's a custom TextBox control that will "autoencode" text input

ADO.NET Connection Pooling

Dr. Dobb's Journal,
June 16, 2004

Connection pooling is a fundamental aspect of high-performance, scalable applications - .NET

Comparing List and Iterative Controls

Dr. Dobb's Journal,
June 08, 2004

List Controls such as DropDownList can access your data, but iterative controls, like DataGrid, Repeater, and DataList, let you modify the display of your data on the fly.

DataSet and the Session Object

Dr. Dobb's Journal,
May 25, 2004

Using out-of-process session state can make your ASP.NET app more robust, but the serialization involved can get costly, in both in performance bottlenecks and data-type conversion bloat

Lightweight Collections from Web Service Methods

Dr. Dobb's Journal,
May 10, 2004

The DataSet object's rich feature set makes it a popular data type in pure .NET projects, but if your web service needs to be truly interoperable, avoid DataSets and rely on a collection instead

Applied XML Programming for Microsoft .NET

Dr. Dobb's Journal,
April 21, 2004

Dino Esposito takes a look at ADO.NET XML data serialization in this sample chapter from his book, Applied XML Programming for Microsoft .NET. the book describes the set of XML core classes in .NET; introduces the .NET XML parsing model; discusses XML readers and writers and XMLDOM; and examines technologies such as schemas, transformations, and XPath.

Customizing the Authentication Cookie

Dr. Dobb's Journal,
April 19, 2004

You can use the authentication cookie to store encrypted and validated custom data such as a description of the users' role in your ASP.NET applications

Previous 10 11 12 13 14 15 16 17 18 19 Next