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.

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

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

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

Forms Authentication

Dr. Dobb's Journal,
April 12, 2004

You can easily restrict access to any ASP.NET resource by creating URL-specific logins that use Forms Authentication

Testing with a Client-Side Web MessageBox

Dr. Dobb's Journal,
March 25, 2004

VS.NET provides all mod cons for debugging and testing, but sometimes the best coding tool is a plain old message box

The Unappreciated ExtractTemplateRows Property

Dr. Dobb's Journal,
February 27, 2004

The ExtractTemplateRows property helps merge together multiple tables with different templates into one complex structure

Stateful ASP.NET Controls

Dr. Dobb's Journal,
January 23, 2004

You have some options for creating stateful custom web controls. Here are some tips for choosing the right one for your project

Previous 1 2 3 4 5 6 7 8 9 10 Next