473,399 Members | 3,302 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

design guidelines on msdn

http://tinyurl.com/2vnd

This is a very painful section to navigate as every atomic bit of
information gets its very own page. Is this information available anywhere
in a more printer-friendly version? Or even better, in a book?

Michael Roper
Nov 15 '05 #1
3 1971

Hi Michael,

Do you have the MSDN document installed on your machine?
If you have installed, please navigate to this document page in your MSDN.
In the treeview of content of your left side, right click this treenode
"Design Guidelines for Class Library Developers", then you can use the
menu item
"Print topic and subtopics" to print these documents.

Hope this helps.
Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

--------------------
| From: "Michael Roper" <mi******@encraft.com>
| Newsgroups: microsoft.public.dotnet.languages.csharp
| Subject: design guidelines on msdn
| Date: Tue, 9 Sep 2003 23:21:32 -0700
| Lines: 9
| Message-ID: <bj************@ID-160215.news.uni-berlin.de>
| NNTP-Posting-Host: ca.encraft.com (208.211.152.40)
| X-Trace: news.uni-berlin.de 1063174893 21528584 208.211.152.40 (16
[160215])
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.3790.0
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Path:
cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed 00.sul.t-online.de!newsfee
d01.sul.t-online.de!t-online.de!fu-berlin.de!uni-berlin.de!ca.encraft.COM!no
t-for-mail
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.csharp:183677
| X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
|
| http://tinyurl.com/2vnd
|
| This is a very painful section to navigate as every atomic bit of
| information gets its very own page. Is this information available
anywhere
| in a more printer-friendly version? Or even better, in a book?
|
| Michael Roper
|
|
|

Nov 15 '05 #2
Jeffrey Tan[MSFT] writes:
In the treeview of content of your left side, right click
this treenode "Design Guidelines for Class Library
Developers", then you can use the menu item
"Print topic and subtopics" to print these documents.


Thanks Jeffrey. Unfortunately there's no difference (other than saving much
tedium, which is a significant benefit) in output between doing that
printing by hand and doing the "Print subtopics" option. That is, every
topic that consists of a single paragraph or so (and there are a -ton- of
them) still gets its own page.

For such important documentation I'm surprised there's not a more usable
format available. Is this available in bound form, perhaps in the Class
Library Reference set?

Michael Roper
Nov 15 '05 #3

Hi Michael,

I can not find any other format of these documents.
Sorry for any inconvinient to you.
I think you can provide some suggestion to our products at the link below:
http://register.microsoft.com/mswish/suggestion.asp
or mail to: ms****@microsoft.com

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

--------------------
| From: "Michael Roper" <mi******@encraft.com>
| Newsgroups: microsoft.public.dotnet.languages.csharp
| Subject: Re: design guidelines on msdn
| Date: Wed, 10 Sep 2003 02:10:56 -0700
| Lines: 19
| Message-ID: <bj************@ID-160215.news.uni-berlin.de>
| References: <bj************@ID-160215.news.uni-berlin.de>
<Fz**************@cpmsftngxa06.phx.gbl>
| NNTP-Posting-Host: ca.encraft.com (208.211.152.40)
| X-Trace: news.uni-berlin.de 1063185058 21488010 208.211.152.40 (16
[160215])
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.3790.0
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Path:
cpmsftngxa06.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTN GXA06.phx.gbl!TK2MSFTNGXA0
5.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-online.de!peerne
ws3.colt.net!news0.de.colt.net!news-fra1.dfn.de!fu-berlin.de!uni-berlin.de!c
a.encraft.COM!not-for-mail
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.csharp:183700
| X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
|
| Jeffrey Tan[MSFT] writes:
| > In the treeview of content of your left side, right click
| > this treenode "Design Guidelines for Class Library
| > Developers", then you can use the menu item
| > "Print topic and subtopics" to print these documents.
|
| Thanks Jeffrey. Unfortunately there's no difference (other than saving
much
| tedium, which is a significant benefit) in output between doing that
| printing by hand and doing the "Print subtopics" option. That is, every
| topic that consists of a single paragraph or so (and there are a -ton- of
| them) still gets its own page.
|
| For such important documentation I'm surprised there's not a more usable
| format available. Is this available in bound form, perhaps in the Class
| Library Reference set?
|
| Michael Roper
|
|
|

Nov 15 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Patrik Berglund | last post by:
Hi! Does anyone know if there is a downloadable and printable version of the "Design Guidelines for Class Library Developer" on MSDN? Having a printed version for reference and reading seems to...
2
by: SammyBar | last post by:
Hi, I'm trying to bind a custom collection class to a data grid, following the guidelines from the article http://msdn.microsoft.com/msdnmag/issues/05/08/CollectionsandDataBinding/default.aspx....
4
by: emma middlebrook | last post by:
Hi Straight to the point - I don't understand why System.Array derives from IList (given the methods/properties actually on IList). When designing an interface you specify a contract. Deriving...
2
by: Michael R | last post by:
Hey folks... Does anyone know if there is a Microsoft doc out there that give guidelines on developing a GUI interface? i.e. The look and feel of it, and how it's supposed to flow? Thanks,...
7
by: Dave | last post by:
What books, articles, guides, etc. would you recommend on good GUI design principles and practices? Thanks. Dave
3
by: John S | last post by:
I've got to produce a console app that requests a dataset from a web service in our personnel system, manipulates the data and then updates each record in the Active directory. Not being the...
9
by: Spam Catcher | last post by:
Hi all, Can anyone recommend any books for User Interface Engineer for Windows Forms application? At the company I work at, we've gone GUI component happy. Basically GUI tools (i.e....
1
by: SemSem | last post by:
iwant to know if there any way to make awell design forms as ithink .net can offered to me good design tools ineed to kow how idsign an asp well design site and if there techneques are used in...
12
by: =?Utf-8?B?VG9tKys7?= | last post by:
I have been reading "Design Guidelines for Developing Class Libraries" at http://msdn2.microsoft.com/en-us/library/ms229042.aspx. Is it correct that they are recommending camelCase for private...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.