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.

Configure ASP.NET to Manage Local Files

Dr. Dobb's Journal,
November 10, 2003

The default ASPNET account has limited access for better security, but you can enable read/write permissions for needed resources

Design and Write Serviced .NET Components

Dr. Dobb's Journal,
November 01, 2003

In .NET, a serviced component is a managed class that can be hosted in a COM+ application in order to consume COM+ services. Dino provides some programming guidelines for the authoring of a serviced component in the .NET Framework.

Persistence for ASP.NET Controls

Dr. Dobb's Journal,
October 23, 2003

A private view state manager without the overhead of the ViewState property

Hidden Fields in ASP.NET

Dr. Dobb's Journal,
October 09, 2003

There is no reason to hide your use of hidden fields

Create Custom Columns for the WinForms DataGrid Control

Dr. Dobb's Journal,
October 01, 2003

WinForm's DataGrid control is powerful, but its default display doesn't provide much utility. You can replace it with a third-party control, of course, but Dino demonstrates how you can use the DataGrid's customization layer to add features like hyperlinked URLs yourself.

Spying on .NET Applications

Dr. Dobb's Journal,
October 01, 2003

When developing .NET GUI apps with the Windows Forms library, you may need to see a hierarchy of .NET objects, examine their properties, and monitor events. Here's a .NET spy tool that injects an agent into the address space of another .NET application to provide the ability to examine not just windows and messages, but also .NET objects and events.

Custom ASP.NET Controls

Dr. Dobb's Journal,
September 23, 2003

You can roll your own controls in ASP.NET, but first make sure the intended behavior of the control makes sense in the HTML environment

Choosing the Right Version of ASP.NET

Dr. Dobb's Journal,
September 11, 2003

Upgrading from ASP.NET 1.0 to 1.1 may automatically upgrade all of your apps. Here are some tips for resetting the older runtime for apps that need it

Adding Application Icons to the Task Bar

Dr. Dobb's Journal,
September 01, 2003

Since Windows 95, handling icons in the tray area has been controlled by the Shell_NotifyIcon function in the Win32 API. The .NET Framework wraps this API into an invisible control named NotifyIcon. Dino takes a look at the programming interface and demonstrates a sample tray application.

Secret Storage of ASP.NET Data

Dr. Dobb's Journal,
August 25, 2003

You can store critical data in a COM+ Catalog, using the Data Protection API, or in custom configuration files, but the best option is to avoid storing secret data entirely

Previous 12 13 14 15 16 17 18 19 20 21 Next