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 can the validation be done in the server side? Or this can be done only in the client side?
Does .net supports destructors concept?
What is the difference between .net 2000 and .net 2005(features)? Which one is better?
A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
What is typical about a windows process in regards to memory allocation in .net?
Which namespace is require to used XML in .NET?
What are the types of assemblies in .net?
What is your observations between vb.net and vc#.net?
How to view a .NET assembly?
Difference between machine.config and web.config?
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
Tell me about secure socket layer? How to make use of the technology?
Whate are resource files?