diff --git a/samples/C#/Index.cshtml b/samples/C#/Index.cshtml
new file mode 100644
index 00000000..f7aa29c6
--- /dev/null
+++ b/samples/C#/Index.cshtml
@@ -0,0 +1,45 @@
+@{
+ ViewBag.Title = "Home Page";
+}
+@section featured {
+
+ To learn more about ASP.NET MVC visit
+ http://asp.net/mvc.
+ The page features videos, tutorials, and samples to help you get the most from ASP.NET MVC.
+ If you have any questions about ASP.NET MVC visit
+ our forums.
+ @ViewBag.Title.
+ @ViewBag.Message
+
+