diff --git a/csharp.html.markdown b/csharp.html.markdown
index d67f6c74..e079571e 100644
--- a/csharp.html.markdown
+++ b/csharp.html.markdown
@@ -20,12 +20,10 @@ Multi-line comments look like this
/// This is an XML documentation comment
///
-
+// Specify namespaces application will be using
using System;
using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
+
// defines scope to organize code into "packages"
namespace Learning