What is a serviced component?
No Answer is Posted For this Question
Be the First to Post Answer
How Can Registry Editor in .NET?
Tell us what is json data, and what is one way that .net developers can work with json?
Explain can the validation be done in the server side? Or this can be done only in the client side?
How do I spawn a thread?
what is GAC?
What is "common language specification" (cls) in .net?
What is .net assembly?
What are the different types of memory in .net?
DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12
What are the new thee features of com+ services, which are not there in com (mts)?
What is the difference between a class and an object, and how do these terms relate to each other?
Explain the process of serialization in .NET?