© Sibeesh Venu 2020
S. VenuAsp.Net Core and Azure with Raspberry Pi 4https://doi.org/10.1007/978-1-4842-6443-0_4

4. Creating and Deploying a .NET Core Application to Raspberry Pi

Sibeesh Venu1  
(1)
Birkenfeld, Germany
 

In the last chapter, we set up our machine. In this chapter, we are going to create a .NET Core application and deploy it to Raspberry Pi. This chapter assumes that you followed all the steps mentioned in Chapter 3. If you are not sure, please review that chapter.

Creating a .NET Core Application

By just running two commands, you can easily create a sample dummy application in VSCode. Later, we will be editing that solution. Sound good? If it does, open a new terminal and run the following commands.
mkdir raspberrypi.net.core && cd raspberrypi.net.core ...

Get Asp.Net Core and Azure with Raspberry Pi 4: .Net Core Applications in Raspbian OS now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.