Skip to content

Commit

Permalink
update homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
alimon808 committed Oct 23, 2017
1 parent 6aaf87b commit 53817cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ContosoUniversity.Web/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<div class="row">
<div class="col-md-4">
<p>
Contoso University is a sample application that demonstrates how to use Entity Framework Core in an ASP.Net Core MVC web application.
Contoso University is a place for learning AspNetCore and related technologies. This demo application is an amalgamation of smaller demo applications found in tutorials at <a href="https://docs.microsoft.com/en-us/aspnet/core/">AspNetCore docs</a>. The tutorials are great at demonstrating isolated concepts, but issues surfaces when applying these concepts/techniques in a larger context. The purpose of this demo application is to apply concepts/techniques learned from those tutorial into a single domain (i.e. university).
</p>
</div>
<div class="col-md-4">
<h2>Build it from scratch</h2>
<p>
You can build the application by following the steps in a series of tutorials.
You can build the initial application by following the steps in a series of tutorials.
</p>
<p>
<a class="btn btn-default" href="https://docs.asp.net/en/latest/data/ef-mvc/intro.html">
Expand All @@ -26,7 +26,7 @@
<h2>Download it</h2>
<p>You can download the completed project from Github.</p>
<p>
<a class="btn btn-default" href="https://github.com/aspnet/docs/tree/master/aspnetcore/data/ef-mvc/intro/samples/cu-final">
<a class="btn btn-default" href="https://github.com/alimon808/contoso-university">
See project source code &raquo;
</a>
</p>
Expand Down

0 comments on commit 53817cc

Please sign in to comment.