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 |
HttpHendler and HttpModules
what is the difference between value types and reference types?
Hi, this is satish, i have more than 2 years of exp. on Microsoft .Net Technologies like C#, ASP.Net, VB.Net. But i am willing to change my platform into Testing tool. give me best suggestion for me.
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
what are constructors and destructors
Which tool you will use to deploy a windows service
how to change the application name?
When do I need to use gc.keepalive?
which tag i need to use manually to bind columns in a datagrid ?
What is ILDASM ?
How to delete the duplicate records in a table using sql server
Explain the types of memory management? : Dot net architecture