Skip to content

davidoster/CSharp-7-And-NET-Core-Modern-CrossPlatform-Development-Second-Edition

 
 

Repository files navigation

C# 7 and .NET Core: Modern Cross-Platform Development - Second Edition

This is the code repository for C# 7 and .NET Core: Modern Cross-Platform Development - Second Edition, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

If you want to build powerful cross-platform applications with C# 7 and .NET Core, then this book is for you. By the end of the book, you'll be armed with all the knowledge you need to build modern, cross-platform applications using C# and .NET Core.

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.

The code will look like the following:

// storing items at index positions
names[0] = "Kate";
names[1] = "Jack";
names[2] = "Rebecca";
names[3] = "Tom";

My recommendation for the operating system and development tool combinations is as follows:

  • Windows 10 for Visual Studio 2017
  • macOS for Visual Studio for Mac
  • macOS for Visual Studio Code The best version of Windows to use is Microsoft Windows 10 because you will need this version to create Universal Windows Platform apps in Chapter 13, Building Universal Windows Platform Apps Using XAML. Earlier versions of Windows, such as 7 or 8.1 will work for all other chapters.

Related Products

Suggestions and Feedback

Click here if you have any feedback or suggestions.

About

C# 7 and .NET Core: Modern Cross-Platform Development, by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 62.3%
  • HTML 37.3%
  • Other 0.4%