What is a service class?



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

Post New Answer

More Dot Net AllOther Interview Questions

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?

3 Answers   HCL,


Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?

1 Answers  


How is the using() pattern useful? What is idisposable?

1 Answers  


how do you hide maximize,minimize and close box at the form title bar?

1 Answers   Six Sigma,


Name some changes done since version 3.0?

1 Answers  


What does the "EnableViewState" property do? Why would I want it on or off?

2 Answers  


Define cache? : Dot net architecture

1 Answers  


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?

2 Answers   247Customer,


Explain the race around condition? : .NET Architecture How can it be overcome? : .NET Architecture

1 Answers  


what is polymorphism and advantage ?

1 Answers   TCS,


deference between display and visibility property of CSS

1 Answers   PCS, Prithvi,


Categories