How can i create only one instance of class and thus doesn't
allow creating any more instances?
Answer / prayag thakkar
If a system only needs one instance of a class, and that
instance needs to be accessible in many different parts of
a system, you control both instantiation and access by
making that class a singleton.
| Is This Answer Correct ? | 5 Yes | 0 No |
Can you explain atlasuiglitz library?
Define an interrupt? : Dot net architecture
Explain COM with example?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
Which Binding best suits where a WCF Service and the client application resides in the same machine?
server.transfer limitation ?
How does .net mobile work? : Microsoft dot net mobile
Explain the difference between state server and sqlserver : Dot net architecture
Explain what does the term "green architecture" mean? : Dot net architecture
How do we do authentications using atlas?
What is IL code, CLR, CTS, GAC & GC?
What are the types of memory management? : Dot net architecture