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
How do I spawn a thread?
What is static constructor, when it will be fired? And what is its use?
What is "common language runtime" (clr) in .net?
what are connection strings?
Explain what is an application domain?
What are the new thee features of com+ services, which are not there in com (mts)?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Explain dataset.acceptchanges and dataadapter.update methods in .net?
Differences between datagrid, datalist and repeater in .net?
Explain the difference between .net 2000 and .net 2005(features)? Which one is better?
What do you mean by Code Access Security in .NET?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
What are the differences between com architecture and.net architecture?
Explain Different kinds of methods?
What is the use of design pattern?