+
+ Welcome to our site. Here you can purchase a new car or build your dream
+ car.
+
+
+
diff --git a/Appendix_D/AspNetCarsSite/Default.aspx.cs b/Appendix_D/AspNetCarsSite/Default.aspx.cs
new file mode 100644
index 0000000..c6c0ae5
--- /dev/null
+++ b/Appendix_D/AspNetCarsSite/Default.aspx.cs
@@ -0,0 +1,14 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+public partial class _Default : System.Web.UI.Page
+{
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+}
\ No newline at end of file
diff --git a/Appendix_D/AspNetCarsSite/Inventory.aspx b/Appendix_D/AspNetCarsSite/Inventory.aspx
new file mode 100644
index 0000000..b60187e
--- /dev/null
+++ b/Appendix_D/AspNetCarsSite/Inventory.aspx
@@ -0,0 +1,51 @@
+<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master"
+ AutoEventWireup="true" CodeFile="Inventory.aspx.cs" Inherits="InventoryPage"
+ Async="true" %>
+
+
+
+ Here is our current Inventory!
+
+
+ Filter Model Type:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Appendix_D/AspNetCarsSite/Inventory.aspx.cs b/Appendix_D/AspNetCarsSite/Inventory.aspx.cs
new file mode 100644
index 0000000..5195371
--- /dev/null
+++ b/Appendix_D/AspNetCarsSite/Inventory.aspx.cs
@@ -0,0 +1,44 @@
+using System;
+using System.Collections;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web.ModelBinding;
+using System.Web.UI;
+using AutoLotDAL.Models;
+using AutoLotDAL.Repos;
+
+public partial class InventoryPage : Page
+{
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+
+ public IQueryable