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 ▼
RSS

From the Editor


From the Editor


With new developer tools and OS support on the horizon, the .NET Framework will continue to grow in importance over the next year. So to kick off our first issue of 2003, we're launching a new column, "Inside .NET," by Dino Esposito. Dino is probably a familiar name for many of you — he's a frequent conference speaker, prolific writer of books and magazine articles on a wide variety of Windows development issues, and an expert .NET programmer. Few programmers have delved into .NET as much as Dino, as witnessed by his recent books Applied XML Processing for Microsoft .NET and Building Web Solutions with ASP.NET and ADO.NET.

"Inside .NET" looks into aspects of the Framework that aren't well documented. Dino will focus on underused and underestimated classes and interfaces as well as classes with design issues (using the CLI source or decompilers as a reference). In doing so, Dino will help provide an understanding of the design rationale behind each class so you can build lean, mean apps. In short, "Inside .NET" will cover the entire platform, rather than focusing on one language, and will provide practical examples along the way.

In this issue, Dino reviews the many collection classes now available in .NET, and discusses their interfaces. He addresses the complexity of each class and provides a handy set of guidelines for picking the right class to contain your data. In an upcoming column, he'll will review the security considerations of hosting Windows Forms controls within a web-based app.

Dino will also be writing a new biweekly newsletter for Windows Developer, "ASP.NET2theMax," which will provide timely, concise tips for getting the most out of ASP.NET, ADO.NET, and XML. The newsletter will cover issues such as maintaining server-side control of all HTML tags using the Runat attribute and understanding the undocumented CodeBehind attribute in the ASP.NET's @Page directive for working with multilanguage projects using VS.NET. Sign up for ASP.NET2theMax at http://windevnet.com/newsletters/.

Visual Studio.NET Connections

Last October, I attended the Visual Studio.NET Connections conference in Orlando, Florida. The show ran concurrently with ASP.NET Connections and SQL Server Magazine LIVE!, which added up to a wealth of conference tracks. Carl Franklin's ".NET Rocks" webcast conducted interviews with several conference speakers, and they're available online at http://www.franklins.net/dnrvsconn2002.asp. During the conference, attendees also voted for their favorite tools and vendors for the Developers' Choice Awards. The winners were:

Best Consulting	    Unisys
Best Admin Tool	    Brinkster
Best Training	    Wintellect
Best Software Tool  Microsoft
Best Publisher	    CoDe Magazine

Well, four out of five isn't bad :-)

John Dorsey
Editor in Chief
[email protected]


Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.