473,785 Members | 2,744 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1995

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******@encra ft.com>
| Newsgroups: microsoft.publi c.dotnet.langua ges.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.ph x.gbl!TK2MSFTNG P08.phx.gbl!new sfeed00.sul.t-online.de!newsf ee
d01.sul.t-online.de!t-online.de!fu-berlin.de!uni-berlin.de!ca.en craft.COM!no
t-for-mail
| Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.langua ges.csharp:1836 77
| X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.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****@microsof t.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******@encra ft.com>
| Newsgroups: microsoft.publi c.dotnet.langua ges.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.ph x.gbl!cpmsftngx a10.phx.gbl!TK2 MSFTNGXA06.phx. gbl!TK2MSFTNGXA 0
5.phx.gbl!TK2MS FTNGP08.phx.gbl !newsfeed00.sul .t-online.de!t-online.de!peern e
ws3.colt.net!ne ws0.de.colt.net !news-fra1.dfn.de!fu-berlin.de!uni-berlin.de!c
a.encraft.COM!n ot-for-mail
| Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.langua ges.csharp:1837 00
| X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.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
463
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 me a _much_ more efficient way of having the document than the current click-o-mania on the MSDN site. /Patrik
2
2764
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. The problem is the article is in VisualBasic. I already get the collection to be recognized as a Data Source by the IDE. It populated the DataGrid correctly from the fields on the items object of the collection, but I can't get the DataGrid to...
4
7296
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 from an interface and only implementing some of it means something is wrong: either the interface specification is wrong e.g. not minimal or the derivation is wrong e.g. the type can't actually honour this contract.
2
1560
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, --Michael
7
1296
by: Dave | last post by:
What books, articles, guides, etc. would you recommend on good GUI design principles and practices? Thanks. Dave
3
1374
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 most brilliant OOP programmer I'm having problems trying to design suitable objects. Would anyone like to suggest how they would design this type of app? Thanks
9
2945
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. Infragistics) are placed into the product for the sake of a pretty GUI. In the end, I find the application harder to use than without them!
1
1401
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 designing ihear something like css or style sheet ihope to find enough infomration from somebody. Thnax at all
12
1312
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 member variables? Doesn't this create problems for case-insensitive languages when we create a private member variable along with properties? For example Private thisIsAVariable As Int32
0
9480
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10319
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9947
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8971
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7496
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6737
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3645
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2877
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.