What are the differences in C# .Net and ASP .Net.
Answer Posted / 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 |
Post New Answer View All Answers
What is marshling?
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?
Tell us the differences between an interface and an abstract class in .net?
What is your observations between vb.net and vc#.net?
What is the advantage of packaging over xcopy in .net?
Can I write my own .net host?
Describe the use of following com+ services jit activation, queued components, object pooling.?
Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?
What is RPC? What is the use of it?
What are the different types of remote object creation mode in .net?
What is 3 tier architecture?
Can you write a class without specifying namespace?
Can "this" be used within a static method?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
which method do you use to redirect the user to another page without performing a round trip to the client? How?