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.

Detecting View State Corruption

Dr. Dobb's JournalA. Lizard,
January 10, 2003

The view state antitampering mechanism is set up by default and is controlled through the EnableViewStateMac attribute of the @Page directive

ASP.NET Gets Testable

Dr. Dobb's Journal,
November 07, 2009

Web development platform can be tested after all - .NET

Generics in ASP.NET

Dr. Dobb's Journal,
November 29, 2005

Generics can be used in ASP.NET to write neater and more strongly typed code, but ASP.NET 2.0 was not designed with generics in mind. Dino explains why.

Full-Row Selection in a DataGrid

Dr. Dobb's Journal,
March 10, 2004

Adding a Select button allows users to highlight all of the data in a single row - better yet, using Dino's code puts the power of full-row selection in every column in the row

Focusing on TextBoxes

Dr. Dobb's Journal,
February 10, 2004

Setting the cursor's focus on text-input forms provides a more-polished user experience. The forthcoming ASP 2.0 will make this easy to do, but why wait? Dino has a method for setting focus in your 1.1 apps

The IPostBackDataHandler Interface

Dr. Dobb's Journal,
March 09, 2006

Server controls implementing the IPostBackDataHandler interface are a key part of ASP.NET's postack mechanism.

Active Directory Membership Provider

Dr. Dobb's Journal,
February 23, 2006

ASP.NET 2.0 allows you to validate users via Active Directory, database, or even a custom algorithm. - .NET

Medium Trust in ASP.NET Applications

Dr. Dobb's Journal,
February 09, 2006

Setting the trust level to "Medium" for an ASP.NET application can often be the perfect blend of security and functionality.

IIS Kernel Caching

Dr. Dobb's Journal,
January 24, 2006

Paraphrasing the Rutles, all you need is cache to speed up ASP.NET page requests. Enabling caching in IIS 6.0 is simple, but there are some limitations on which page requests can be cached.

Synchronizing Access to the ASP.NET Cache

Dr. Dobb's Journal,
January 10, 2006

A synchronizer is an intermediate but global object that you lock before entering in a piece of code sensitive to concurrency. Here are some tips on how to set up the lock. - .NET

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