Skip to content

PacktPublishing/Mastering-Visual-Studio-2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mastering Visual Studio 2017

This is the code repository for Mastering Visual Studio 2017, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Visual Studio 2017 is the all new IDE released by Microsoft for developers, targeting Microsoft and other platforms to build stunning Windows and web apps. Learning how to effectively use this technology can enhance your productivity while simplifying your most common tasks, allowing you more time to focus on your project. With this book, you will learn not only what VS2017 offers, but what it takes to put it to work for your projects.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

All the code files are present in their respective code folders.

Chapters 1, 5, 6, 9 and 10 do not have any code files since they are purely UI based.

The code will look like the following:

public static void CalculateTwo(int a, int b)
{
  Print();
  void Print()
  {
     Console.WriteLine("Sum of {0}, {1}: {2}", a, b, (a + b));
  }
}

The basic software requirements for this book are as follows:

Microsoft Visual Studio 2017 (version 15.0 or above)

Microsoft .NET Framework 4.5 and above (part of Visual Studio)

Microsoft .NET Core 1.0 (part of Visual Studio)

Windows 10 operating system

An account on Windows DevCenter

An account on Windows Azure

An account on GitHub and/or Microsoft Team Services

Related Products

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781787281905

About

Mastering Visual Studio 2017, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages