I’m just confused about this. Can c# ASP.net be used for both web development and desktop applications development? Thanks!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You are confusing two different – though related – things.
C# is a programming language. It can be used to develop web apps, desktop apps, services, etc.
ASP.NET is a web application framework based on the .NET framework. There are other parts of the .NET framework which are geared toward other types of programs, such as desktop apps (WPF and WinForms, for example) and services of many kinds.