What is a service class?
Answer / Azra Firdaush
A Service Class in .NET typically refers to a class that contains methods for interacting with web services, databases, or other external resources. These classes often implement business logic and provide data access for the application.
| Is This Answer Correct ? | 0 Yes | 0 No |
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.
1 Answers 247Customer, FinEngine, TCS,
What is this DLL hell problem in dotnet? Can a virtual class be created/can a virtual method be created inside the class?
Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?
How is the using() pattern useful? What is idisposable?
how do you hide maximize,minimize and close box at the form title bar?
Name some changes done since version 3.0?
What does the "EnableViewState" property do? Why would I want it on or off?
Define cache? : Dot net architecture
2. I've a class Parent Class A and a Derived Class B. Here is a scenario. I've an instance of Class A as objA and an instance of Class B as objB. I can refer a child class variable as objB=objA, but cannot do objA=objB what is the reason?
Explain the race around condition? : .NET Architecture How can it be overcome? : .NET Architecture
what is polymorphism and advantage ?
deference between display and visibility property of CSS