
In this lecture I will give a brief overview of the class.
If you don't already have Visual Studio installed, I will show you how to download and install Visual Studio 2017 Community Edition (free download) from Microsoft. I have also attached a pdf file with detailed instructions.
For the first step in the sample program we will design a simple database in SQL Server 2014 to store our to do list.
After designing the database, we will create a shell of an ASP .NET MVC program and then build a database layer with the Entity Framework.
Once we have the database layer with the Entity Framework, we can then quick build a user interface using Scaffolding from within Visual Studio.
In the last step of the demonstration, I will show you how to make some simple customizations to the program.
Once we have out program build I will show you how to deploy this code to Amazon AWS.
In this lesson I will show you how to sign up for a FREE account with Amazon AWS and get started. I have attached a pdf file with detailed instructions to help you get stared.
After getting set up with an account, I will show you how to download an install the Amazon AWS toolkit for Visual Studio.
In this lesson we will deploy our sample database to Amazon AWS. First we will create a new database instance in Amazon RDS and then we will connect to that new database and run a script to create our sample database and upload the data. For the last step we will enter some new settings in our sample program's web.config file and the republish the program. At this point the program will be ready to be used over the internet.
In this lecture we will test our deployed application and I will show you compe of the configurations setting for the Web site in Amazon AWS.
In this lesson I will give you an overview of Microsoft's ASP .NET MVC software.
In this lesson I will summarize what we have covered in this class and tell you more about some additional resources.
In this class I will show you how to build a complete program using ASP .NET MVC in less than one hour using the latest tools from Microsoft. Our sample program will be a web based "to do" list that we will build with ASP .NET MCV 5 and the Entity Framework. First I will show you how to quickly build a database for our sample program using SQL Server Express 2014. Next I will show you how to utilize tools from within Visual Studio 2015 Community Edition (Free Download) to quickly build a fully functioning program. I will also show you how you can then customize this code to meet more demanding requirements.
Following this I will show you how to deploy your code to Amazon AWS free tier so your code will be running in the cloud. By the end of this class you will be able to quickly develop database drive ASP .NET applications and deploy them to the cloud.