0% found this document useful (0 votes)
34 views1 page

Foolish Assumptions: Stuff You Type Menu Commands

This document makes some assumptions about the reader's experience and knowledge in using the book. It assumes the reader has: 1) Little to no experience with object-oriented programming (OOP), though the book can help lay the groundwork for OOP training using Visual Studio 2010. 2) Little to no experience using Visual Studio or the .NET Framework, though the book walks through examples step-by-step. 3) No formal computer science training, but the book offers technical explanations of what Visual Studio is doing behind the scenes.

Uploaded by

Mahesa Sudiro
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views1 page

Foolish Assumptions: Stuff You Type Menu Commands

This document makes some assumptions about the reader's experience and knowledge in using the book. It assumes the reader has: 1) Little to no experience with object-oriented programming (OOP), though the book can help lay the groundwork for OOP training using Visual Studio 2010. 2) Little to no experience using Visual Studio or the .NET Framework, though the book walks through examples step-by-step. 3) No formal computer science training, but the book offers technical explanations of what Visual Studio is doing behind the scenes.

Uploaded by

Mahesa Sudiro
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 1

Foolish Assumptions

Youll get the most out of this book if you already know how to use basic programming constructs, such as for loops and if...then statements. Even though this book doesnt teach you how to program, it does share guidance and tips on the use of best practices. Even if youve never programmed, you can still use the examples in this book to start creating basic Windows and Web applications using Visual Studio 2010. Here are some other assumptions this book makes about you: You have little or no experience with object-oriented programming (OOP). Becoming an OOP whiz takes many years of hands-on practice. This book can help lay the groundwork for your OOP training and show you the OOP features in Visual Studio 2010. Book III introduces you to OOP. You have little or no experience in using Visual Studio or the .NET Framework. If you have plenty of experience with Visual Studio or the .NET Framework, you can reuse that knowledge with this version of Visual Studio. Either way, you are walked through all the examples, step by step. You dont have formal training in computer science. This book offers technical explanations of what Visual Studio is doing behind the scenes when its relevant to helping you understand the topic.

Conventions Used in This Book


Stuff you type

This book uses a helpful set of conventions to indicate what needs to be done or what you see on-screen. When you are asked to type something, like a command or an entry in a text box, the text looks like this:
Type me

Menu commands
When you are given a specific set of menu commands to use, they appear in this format: File New Web Site

How This Book Is Organized

In this example, you should click the File menu, choose the New menu item, and then choose the Web Site menu item.

Display messages
If a specific message is referred to that you see on your screen, it looks like this on the page:
This is a message displayed by an application.

All code in the book also looks like this.

You might also like