• 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/8

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;

8 Cards in this Set

  • Front
  • Back

Console Application

Provides the environment settings, tools, project references, and starter code to developan application that runs in a command-line interface. This type of application isconsidered lightweight because there is no graphical user interface.

Windows Forms Application

Provides the environment settings, tools, project references, and starter code to build agraphical Windows Forms application.

WPF Application

Provides the environment settings, tools, project references, and starter code to build arich graphical Windows application. A WPF application enables you to create the nextgeneration of Windows applications, with much more control over user interfacedesign.

Windows Store

Provides the environment settings, tools, project references, and starter code to build arich graphical application targeted at the Windows 8 operating system. Windows Storeapplications enable you to reuse skills obtained from WPF development by usingXAML and Visual C#, but also from web development by using HTML 5, CSS 3.0,and JavaScript.

Class Library

Provides the environment settings, tools, and starter code to build a .dll
assembly. You can use this type of file to store functionality that you might want toinvoke from many other applications.

ASP.NET Web Application

Provides the environment settings, tools, project references, and starter code to create aserver-side, compiled ASP.NET web application.

ASP.NET MVC 4Application

Provides the environment settings, tools, project references, and starter code to create aModel-View-Controller (MVC) Web application. An ASP.NET MVC web applicationdiffers from the standard ASP.NET web application in that the application architecturehelps you separate the presentation layer, business logic layer, and data access layer.

WCF Service Application

Provides the environment settings, tools, project references, and starter code to buildService Orientated Architecture (SOA) services.