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
Explain the difference between vb and vb.net?
When displaying fonts, what is the difference between pixels, points and ems?
Do I have any control over the garbage collection algorithm?
Explain can 2 different applications use the same dll in gac at the same time?
What is static constructor, when it will be fired? And what is its use?
Explain what is mutex?
What is func in .net 3.5?
What are the different types of remote object creation mode in .net?
What tools can I use to develop .net applications?
What is typical about a windows process in regards to memory allocation in .net?
Is .net is a language?
What are nullable types in .NET
Please explain what is the difference between constants and read-only variables?
What's typical about a windows process in regards to memory allocation in .net?
Should I implement finalize on my class? Should I implement idisposable?