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
Is .net core the future?
What is the difference between reference type and value type?
When we use windows api in .net is it managed or unmanaged code?
Can a try block have more than one catch block?
Is .net an object oriented language? What are their components?
Explain what are possible implementations of distributed applications in .net?
What are the new features of Framework 1.1 ?
What is SOAP? How you will do windows and forms authentication?
Tell us what is the difference between struct and class?
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?
Tell us what is a variable of implicit type and what is its scope?
What is "microsoft intermediate language" (msil)?
What is lazy initialization?
Differences between dll and exe?
How is .net able to support a lot of languages?