In this article, you will learn how to create basic Windows application using C#, in Visual Studio 2015.
Step 1 - Open the Visual Studio 2015 for creating the basic Windows app. Step 2 - Choose Visual C# from there and select blank app. Name the application. Step 3 - MainPage.xaml will be loaded and the corresponding designer page is chosen. Step 4 - In this designer page, "BUTTON" is used for the purpose of navigation. Step 5 - To add a new page, go to the Assets and click New. The new page will be added, successfully. Step 6 - Now, the simple application is ready. When the button is clicked, the page should be navigated. Conclusion - Navigation is one of the basic thing needed for the application. In my next article, I will explain how to insert content and pictures in the application.
Printing in C# Made Easy