What are the differences in C# .Net and ASP .Net.
Answers were Sorted based on User's Feedback
Answer / demonvsgod
ASP .net provides web interface and we must have to use some
kind of language like C# .net to write application/action code.
| Is This Answer Correct ? | 20 Yes | 1 No |
Answer / faisal ahmed
Microsoft® Active Server Pages (ASP) is a server-side
scripting environment where we can use different languages
like C#,VB because of its Common Language Runtime(CLR) .NET
component to combine different languages into standard code
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / pooja soni
actually asp.net is a .net tool to create webpages. c# is a
programming language, which will be useful to write code
for those webpages. we can use vb.net also for coding.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / satishkumar kanakala
asp.net is used to create user interface(i.e designing of web pages )and c#.net is used to create coding for the controls in webpages.c#net is a programming language and asp.net is used for designing webpages and it is a tool in .net.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how viewstate is being formed and how it's stored on client in .net?
Which among the following two is best and why? Abstract Class and Interface. What is the major difference in between those two except the discrete methods and methods with function definition.
Explain what is the difference between web application and enterprise application?
How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?
How is .net able to support a lot of languages?
What is boxing in .NET?
Do I have any control over the garbage collection algorithm?
What security measures exist for .NET Remoting in System.Runtime.Remoting?
What is a strategy pattern? Implement it.
Difference between value type & reference types ?
What is the difference between a debug and release build?
How WSDL is stored ?