FREE Subscription to Dr. Dobb’s Digest: Same Great Content, New Digital Edition
Site Archive (Complete)
Dobbs M-Dev FORUM | NEWSLETTERS


Lightweight Tracing in C#
What is a good way to implement tracing in my application?
August 29, 2005
Dr. Dobb's Active Scripting
The seventh part in this series on .NET Scripting Hosts continues looking at how we can handle errors that may occur in our host -- both expected and unexpected types. By this time, hopefully you have a feel for what it takes to create a very basic scripting host in C#.
August 26, 2005
Managing the Connection Lifetime
The "Connection Lifetime" attribute is expressly designed to address a well-known situation, but should never be used otherwise.
August 24, 2005
Windows Vista Beta 1: A Guided Tour
The goal of Windows Vista is to give users new and better views of your data. Here's an extensive review of how close Windows Vista beta 1 is to achieving that goal.
August 16, 2005
Protecting Sections of Configuration Files
ASP.NET 2.0 introduces a system for protecting sensitive data stored in the web.config configuration file. By running a system-provided command-line utility, you can use industry-standard XML encryption to protect specific sections of a configuration file that might contain sensitive data.
August 8, 2005
How Do I Efficiently Create a String Composed of Several Strings?
The StringBuilder class in .NET is designed to handle concatenation of strings without requiring that each concatenation create a whole new string. This simple benchmark test shows that StringBuilder performs well even with large numbers of concatenations.
August 8, 2005
.NET--The Decompiler Will Get You
Tools that maximize ROI while protecting intellectual property are critical. So how can you secure your IP and prevent illegal use?
August 8, 2005
More on Investigating Software and Source Code Theft
With modern development tools, it's theoretically possible to create an application without writing a single line of code. Nonetheless, the end product can still express an original idea. Software intellectual property begins where creative effort begins, and it ends where creative effort ends.
August 5, 2005
Moving To .NET 2.0
.NET 2.0, C# 2.0, and Visual Studio 2005 include a host of new features.
August 1, 2005
Performance Diagnosis & .NET Applications
The authors present a tool that lets you identify .NET-related problems and resolve bottlenecks during performance analysis.
August 1, 2005
Visual Studio 2005 Visualizers
"Visualizers" are Windows Forms dialogs in Visual Studio 2005 that let you create graphical views into the value of an object.
August 1, 2005
Dr. Dobb's Journal August 2005
Today's development environments--you know, that computer screen you look at all night--are more than yesterday's IDE. They're now flexible, powerful, and pluggable. This month we examine some of the most recent incarnations of development platforms, including Eclipse 3.1, NetBeans, 4.1, Visual Studio 2005, and more. We also show you what's what with .NET 2.0, examine the new implementation of threads for Linux, and see what's involved in porting tools and compilers to 64-bit platforms. And we present a reusable Duff's Device. (Don't know what that is? Well, read the article and find out.) All this--and more!
August 1, 2005
WinHEC 2005
Jerry relates a few new Longhorn details from WinHEC 2005.
August 1, 2005
Using Events to Signal Changes in Objects with C#
The problem that Grant faced was to know when users made changes and what had been changed. Here's his solution.
August 1, 2005


Dobbs M-Dev Archive
2009 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2008 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2007 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2006 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2005 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2004 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2003 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2002 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2001 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2000 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
1999 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
1998 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
1997 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
1996 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
1995 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec




MICROSITES
FEATURED TOPIC

ADDITIONAL TOPICS

INFO-LINK