1. How to restrict a class from allowing to create only one
object. I.e., one should be allowed to create only one
object of the class type.
Answer / ravi
Please refer the concept of singleton in design pattren.
| Is This Answer Correct ? | 15 Yes | 2 No |
So what exactly is the configuration file for then?
Which Binding best suits where a WCF Service and the client application resides in the same machine?
.Net Frame work arch?
In LINQ TO SQL if it is possible to select the top 5 records from the particular table using select top 5.
What is a sealed Class? What is the differnce between sealed class and private class?
What is .net mobile images control. Explain with an example? : Microsoft dot net mobile
If I'm developing an application that must accomodate multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Explain dotnet framework ?
How does .net remoting work?
2. What type of code (server or client) is found in a Code-Behind class?
Explain some of the disadvantages due to microsoft.net?
3. Should validation (did the user enter a real date) occur server-side or client-side? Why?