0% found this document useful (0 votes)
108 views2 pages

README

This book teaches readers how to master Visual Studio 2019 by learning advanced coding techniques. It covers how to use Visual Studio 2019's new features to increase productivity when building desktop, web, and mobile applications. The book teaches how to build stunning apps using WPF, .NET Core, and TypeScript, explore NuGet packages, and accelerate cloud development with Azure. The target audience is .NET developers who want to learn newer areas like .NET Core, TypeScript, WPF, and Git.

Uploaded by

tariq
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
108 views2 pages

README

This book teaches readers how to master Visual Studio 2019 by learning advanced coding techniques. It covers how to use Visual Studio 2019's new features to increase productivity when building desktop, web, and mobile applications. The book teaches how to build stunning apps using WPF, .NET Core, and TypeScript, explore NuGet packages, and accelerate cloud development with Azure. The target audience is .NET developers who want to learn newer areas like .NET Core, TypeScript, WPF, and Git.

Uploaded by

tariq
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

# Mastering Visual Studio 2019 - Second Edition

<a href="https://www.packtpub.com/programming/mastering-visual-studio-2019-second-
edition?utm_source=github&utm_medium=repository&utm_campaign=9781789530094"><img
src="https://www.packtpub.com/media/catalog/product/cache/e4d64343b1bc593f1c5348fe0
5efa4a6/9/7/9781789530094-original.jpeg" alt="Mastering Visual Studio 2019 - Second
Edition " height="256px" align="right"></a>

This is the code repository for [Mastering Visual Studio 2019 - Second Edition ]
(https://www.packtpub.com/programming/mastering-visual-studio-2019-second-edition?
utm_source=github&utm_medium=repository&utm_campaign=9781789530094), published by
Packt.

**Become proficient in .NET Framework and .NET Core by using advanced coding
techniques in Visual Studio**

## What is this book about?


Visual Studio 2019 is the latest IDE from Microsoft for developers targeting
Windows and other platforms to build stunning desktop, web and mobile applications.
In this book, you’ll learn how to effectively use this IDE to build, debug, and
test your applications to enhance productivity by simplifying your most common
tasks and allowing more time to focus on other aspects of your project.

This book covers the following exciting features:


* Increase your productivity with Visual Studio 2019’s new features
* Understand how the installation wizard works and create an offline installation
package
* Build stunning applications using WPF, .NET Core, and TypeScript
* Explore NuGet packages in depth
* Accelerate cloud development with Azure

If you feel this book is for you, get your [copy]


(https://www.amazon.com/dp/1789530091) today!

<a href="https://www.packtpub.com/?
utm_source=github&utm_medium=banner&utm_campaign=GitHubBanner"><img
src="https://raw.githubusercontent.com/PacktPublishing/GitHub/master/GitHub.png"
alt="https://www.packtpub.com/" border="5" /></a>

## Instructions and Navigations


All of the code is organized into folders. For example, Chapter02.

The code will look like the following:


```
public partial class MainWindow : Window
{
public MainWindow()
{
InitializeComponent();
}
}
```

**Following is what you need for this book:**


.NET developers who would like to master Visual Studio 2019, and would like to
delve into newer areas such as .NET Core, TypeScript, WPF, and Git, will benefit
from this book. Basic knowledge of C#, XAML, and previous versions of Visual Studio
is assumed.
With the following software and hardware list you can run all code files present in
the book (Chapter 1-).
### Software and Hardware List
| Chapter | Software required | OS required |
| -------- | ------------------------------------ |
----------------------------------- |
| All | Microsoft Visual Studio 2019 (Professional or Community Edition) | macOS,
Linux, and Windows |

We also provide a PDF file that has color images of the screenshots/diagrams used
in this book. [Click here to download it](https://static.packt-
cdn.com/downloads/9781789530094_ColorImages.pdf).

### Related products


* Hands-On Domain-Driven Design with .NET Core [[Packt]]
(https://www.packtpub.com/application-development/hands-domain-driven-design-net-
core?utm_source=github&utm_medium=repository&utm_campaign=9781788834094) [[Amazon]]
(https://www.amazon.com/dp/B07C5WSR9B)

* Windows Presentation Foundation Development Cookbook [[Packt]]


(https://www.packtpub.com/application-development/windows-presentation-foundation-
development-cookbook?
utm_source=github&utm_medium=repository&utm_campaign=9781788399807) [[Amazon]]
(https://www.amazon.com/dp/1788399803)

## Get to Know the Author


**Kunal Chowdhury**
is an author, a passionate blogger, and a software engineer by profession. He was a
Microsoft MVP from 2010 to 2018. Over the years, he has acquired profound knowledge
of various Microsoft products and services, and has helped developers and consumers
throughout the world.

As a tech buff, Kunal has in-depth knowledge of C#, XAML, .NET, WPF, Visual Studio,
Windows 10, and Azure. He has written many articles on his technical blog
(www.kunal-chowdhury.com) for developers and consumers. You can contact him on
Twitter (@kunal2383) and become one of his fans.

He has also authored the books Mastering Visual Studio 2017 and Windows
Presentation Foundation Development Cookbook, both available from Packt Publishing.

### Suggestions and Feedback


[Click here]
(https://docs.google.com/forms/d/e/1FAIpQLSdy7dATC6QmEL81FIUuymZ0Wy9vH1jHkvpY57OiMe
KGqib_Ow/viewform) if you have any feedback or suggestions.

You might also like