• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/13

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

13 Cards in this Set

  • Front
  • Back
.sln
Solution file
.suo
A Solution user options file
.cs
.vb
language specific code files
.csproj
.vbproj
language specific project files
.aspx
files that represent ASP web pages
.asmx
Files that represent ASP .NET Web services.
template
defines the structure of the project; provides starter code; provides supporting components;
Configures the VS IDE; Adds references and assemblies.
Types of templates
Windows
console
class
ASP .NET Web Site
Asp .NET Web Service
Solution Explorer
Manage projects
manage references
manage solution items
To open: click View
properties
Contains all the configurable options for components and controls.
To open: Click View
Designer Window

Toolbox

Properties window
Displays the form you are currently designing.
Contains controls and components to build interfaces.
Provides configurable options
How to view a form in the Sesigner window
In Solution Explorer, double click the form OR
right -click the form, then click View Designer.
How to view the Code Editor window
In Solution Explorer, right-click the appropriate file, then click View Code, OR
On the View menu, click Code.