Answer the question
In order to leave comments, you need to log in
How to create a C# project in MS VS 2015?
Hello.
Decided to start learning C# from the book "Learning C#" 3rd ed. head first . At the very beginning of the book there is a description of the creation of the project, the description is: C # - Windows Store - Blank App (XAML) . I don't have any of that. What can be done in this situation?
Answer the question
In order to leave comments, you need to log in
Either install the windows 8 SDK for the Windows Store, or open a new book, a la "development of UWP applications for Windows 10"
Look for a book where you can learn C # on the simplest applications, such as console ones. The Windows Store probably didn’t give up on you, especially since for 10 it’s already UWP.
XAML is widely used in the .NET Framework 3.0, especially in Windows Presentation Foundation (WPF), Windows Workflow Foundation (WWF), and Silverlight. In WPF, XAML is used as a user interface markup language for defining user interface elements, data binding, event support, and other properties.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question