Unity QuickStarts
The following QuickStart applications demonstrate some of the key features of Unity:
- Walkthrough: The Unity StopLight QuickStart. This QuickStart demonstrates dependency injection techniques.
- Walkthrough: The Unity Event Broker Extension QuickStart. This QuickStart provides an example extension for the Unity container..
Note
The Unity QuickStarts are available as a separate download from the Microsoft Download Center.
Building the QuickStarts
The QuickStarts ship as source code, which means that you must compile them before you can run them.
To build the Unity QuickStarts
- Ensure Unity Source Code is installed.
- Open the source code folder in Windows Explorer or from the Start menu.
- Open the QuickStarts folder, open the CS folder (for C#) or VB folder (for Visual Basic .NET), and then open the StopLight or EventBroker folder.
- Double-click the Visual Studio solution file for the QuickStart.
- Visual Studio opens, displaying the solution file. Click the Run button on the toolbar, or press F5, to start the application.