Difference between abstract factory pattern and factory
method pattern in .NET with example.
Answer Posted / archanarastogi
The abstract factory pattern provides an interface for
creating a family of objects whereas factory method
provides an interface for creating one object
| Is This Answer Correct ? | 39 Yes | 5 No |
Post New Answer View All Answers
Define globalization and localization.
What is ispostback method in asp.net? Why do we use that?
Explain client side state management system.
Explain the difference between the web config and machine config.
What is runat?
How to create multi language website in asp.net mvc? : Asp.Net MVC
What is ispostback method in asp.net?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
Why asp.net is used?
Explain Life cycle of ASP.NET page when a request is made.
Mention the namespace that is used to include .net data provider for sql server in .net code?
Explain how dot net compiled code will become platform independent?
Define a multilingual website?
what is command line compiler.what are the steps and how it is related to debugging.
How to retrieve user name in case of Window Authentication?