Doubts on some questions

SaiRam

New member
Joined
Jun 10, 2003
Messages
3
1. What is other name for shared assembly?
2. How do you create and use shared assemblies?
3. How do you use thread in your .NET application?
4. what are the main differences between Web Server controls and HTML Server controls?
5. Differences between ref and out parameters?
6. How will you consume web services in ASP.NET?
7. To test web service you must create a windows application or web application to consume this service (True or False).
8. When on the internet would you look for web services?
9. Does .NET supports Pessimistic record locking or Optimistic record locking or both?
10. What is Catch API?
11. How do you handle concurrency errors?
12. where on the internet would you look for web services?
13. In .NET Exception handling model, what are the benefits of over return code?
 
Sounds like someone wants us to do their homework for them. Ill be nice and at least provide a few links. :)

http://www.asp.net/Tutorials/quickstart.aspx
http://msdn.microsoft.com/library/

If youre really serious about getting into .NET and already have experience programming, then this book will answer just about any question you may have about .NET (despite being written in VB.NET);

http://www.amazon.com/exec/obidos/A...5307445/sr=2-1/ref=sr_2_1/103-7781093-4373435

Oh, and BTW, http://www.google.com
 
Well i knw one answer
HTML controls mimic the actual HTML elements that you would use if you were using Front Page or any other HTML editor to draw your UI. You can use standard HTML elements in Web Forms, too. For example, if you wanted to create a text box, you would write:

<input type=
 
Thank you

Hi guys Thank you very much for your replies. actually Im new to programming. I dont have any experience. Im facing interviews on .NET platforms. all these are interview questions. Please tell me answers briefly.

Thanks
 
If thats the case then perhaps you should program something in .NET rather then trying to memorize interview questions. Even if you managed to get the job faking your way through an interview, how would you expect to keep it for more then a week not knowing anything?
 
Back
Top