Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


I have a component with 3 parameter and deployed to client
side now i changed my dll method which takes 4 parameter.How
can i deploy this without affecting the clent?s code ?



I have a component with 3 parameter and deployed to client side now i changed my dll method which t..

Answer / pankaj verma

If a component's parameters are varying then it can be deployed without affecting the client in two ways:
1. In C# 4.0 and above, We can use optional parameters that work like this:
public void foo(int i, int j, int k, int a = 0) --a is newly added parameter
{
//Function logic here
}

2. Overload the method.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

In which form does the dataset store data in it?

3 Answers   Verinon Technology Solutions,


If there are two web.config files in a application which config files will get priority?

5 Answers  


How do I open an ashx file?

0 Answers  


Describe the differences between the lifecycles of Windows services and Standard EXE?

0 Answers   Siebel,


What is authorization in asp.net?

0 Answers  


What is the difference between session object and application object?

0 Answers  


what are partial classes and their use?

1 Answers   Patni,


What is a page life cycle?

0 Answers  


what is the use of untyped data set ?

5 Answers   TCS, Wipro,


What is considered a service provider?

0 Answers  


Features in ASP.NET ?

1 Answers   Microsoft,


How many rounds are there for a software programmer to clear interview in any IT industries(MNC).

3 Answers   HCL,


Categories