Singleton Design pattern?How do you achieve it?
Answer Posted / shijas
Singleton design pattern we can implement using Static key
word that means only one instance.All the instances are
coming from the same memory location.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Define view state.
Which data type does the rangevalidator control support?
What is razor? : asp.net mvc
Does asp.net still recognize the global.asa file?
Explain the difference between value type and reference type?
How to create multi language website in asp.net mvc? : Asp.Net MVC
What are cao and sao.
What is asp short for?
What are sharepoint pages?
What is the function of new view engine in asp.net? : asp.net mvc
What are Authentication and Authorization?
What is mvc in angular?
Explain the use of errorprovider control in .net?
Are cookies stored on server or client?
What is boxing and unboxing in asp.net?