What are the differences in C# .Net and ASP .Net.
Answer Posted / 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 |
Post New Answer View All Answers
Explain what do the terms “boxing” and “unboxing” mean?
Should I use readerwriterlock instead of monitor.enter/exit?
How do I use the thread pool?
Why do we use msmq?
What is marshling?
How to implement getcommon method in class a? Are you seeing any problem in the implementation?
What is value type and refernce type in .net?
why you wouldn't want to write into it even if you could
What is new in .net core?
In code behind class, name the type of code found. Is it the server side code or client side code?
Can a try block have more than one catch block?
what is the meaning silverligt control
What is an anonymous method and how is it different from a lambda expression?
What is the advantage of .net core?
What is a garbage collector?