C# and ASP.net - East Tennessee State University

Download Report

Transcript C# and ASP.net - East Tennessee State University

C# AND ASP.NET
What will I do in this course?
MAJOR TOPICS
• Learn to program in the C# language with the Visual Studio IDE
(Interactive Development Environment)
• Similar to Java and Eclipse
• Learn to develop console and GUI apps
MAJOR TOPICS
• Develop applications that run over the internet in web browsers
• Use C# and ASP.NET (Active Server Pages with the .NET class
library)
• Use of databases including LINQ (Language INtegrated Query)
technologies
• Web technologies such as HTML and CSS
MAJOR TOPICS
• Learn about using and creating Web Services – a type of
distributed computing involving a program with parts running on
different computers interacting over HTTP – but not the web
(client-server) model