What are the differences in C# .Net and ASP .Net.
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between reference type and value type?
What do you mean by Driver Script?
Is there built-in support for tracing?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
Can you explain what do you understand about web service?
Why do we use the “using” statement?
Describe the use of following com+ services jit activation, queued components, object pooling.?
What is multiThreading in .NET?
Explain how to spawn a thread?
Should I use readerwriterlock instead of monitor.enter/exit?
How does cas works?
What is finalize method in .net?
What is a windows process in .net?
What is deferred execution vs. Immediate execution in linq?
Explain what do the terms “boxing” and “unboxing” mean?