What are the differences in C# .Net and ASP .Net.

Answers were Sorted based on User's Feedback



What are the differences in C# .Net and ASP .Net...

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

What are the differences in C# .Net and ASP .Net...

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

What are the differences in C# .Net and ASP .Net...

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

What are the differences in C# .Net and ASP .Net...

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

Post New Answer

More Dot Net General Interview Questions

How to Exchange data between Webservices

2 Answers  


when web.config file is being called or referenced?tell me about the searialized procedure followed in page loading.

1 Answers   AZTEC,


Explain cas (code access security)?

0 Answers  


Tell us the difference between managed and unmanaged code?

0 Answers  


Class for getting the info that is on clipboard of our system in a windows App?

1 Answers  






What is different between webusercontrol and in webcustomcontrol?

0 Answers  


Explain can 2 different applications use the same dll in gac at the same time?

0 Answers  


What is marshling?

0 Answers  


Without UDDI, is it possible to access a remote web service ?

1 Answers   RR, TCS, Tech Mahindra,


How do you turn off cookies for one page in your site? Give an example.

0 Answers  


What are the new features of Framework 1.1 ?

1 Answers  


Explain how to redirect tracing to a file?

0 Answers  


Categories