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.

Culture and UICulture

Dr. Dobb's Journal,
March 03, 2008

Supporting multiple languages and cultures in a Web page - .NET

Using Localizable Resources

Dr. Dobb's Journal,
February 23, 2008

Page resources are literals stored in an application-specific assembly and bound to a culture identifier - .NET

Silverlight and the Rich Client Browser

Dr. Dobb's Journal,
February 11, 2008

The hosting model of Microsoft Silverlight - .NET

Inside Visual Studio 2008  

Dr. Dobb's Journal,
January 10, 2008

Visual Studio is Microsoft's flagship for developers, and Visual Studio 2008 is the first version of Visual Studio to support multiple versions of .NET. - Tools

A Look at LINQ's LinqDataSource Control

Dr. Dobb's Journal,
December 18, 2007

The LinqDataSource control in .NET 3.5's LINQ library is simpler and quicker to use than older controls, but it's designed for accessing data only in SQL Server databases

Turning on Silverlight in ASP.NET

Dr. Dobb's Journal,
December 06, 2007

Dino walks through the code needed to incorporate Silverlight functionality into your ASP.NET projects - .NET

Downloading Large Files: Issues and Tricks

Dr. Dobb's Journal,
November 09, 2007

The ASP.NET framework includes the WriteFile and TransmitFile methods for serving up large chunks of data. As Dino explains, they're an improvement over plain old OutputStream, but you'll still need to address to the problems of tracking and resuming large file downloads on your own. - .NET

Built-in HTTP Handlers: ASHX resources

Dr. Dobb's Journal,
October 24, 2007

ASP.NET automatically registers itself as the handler of ASHX resources. You can save yourself the editing of the metabase if you choose this extension for your custom handlers. - .NET

The Model-View-Presenter Pattern in ASP.NET

Dr. Dobb's Journal,
October 05, 2007

Embedding logic in the presentation layer might be a quick way to cobble together a simple web page interface, but for large-scale systems, separating the logic from the display with the MVP pattern is essential - .NET

ASP.NET and LINQ

Dr. Dobb's Journal,
September 20, 2007

The Language Integrated Query (LINQ) facilities make querying a first-class concept in the .NET Framework 3.5. Because ASP.NET is just a development platform built on top of the .NET Framework, there's no reason why you can't query data in a Web context using LINQ. - .NET

Previous 3 4 5 6 7 8 9 10 11 12 Next