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...


if u r projet consist of 4 people means how can u manage
the file

Answers were Sorted based on User's Feedback



if u r projet consist of 4 people means how can u manage the file..

Answer / anil jadhav

the proper ans.

if u have 4 persons in a project and want to work on a same
File then best way is to use a partial class.

Is This Answer Correct ?    6 Yes 0 No

if u r projet consist of 4 people means how can u manage the file..

Answer / kumar777

basically if 4 peoples are there..tasks of program are
clearly identified and evaluate complexity in it..task are
asigned to only capable person having depth knowladge..it
is required only for big and abnormal projects

in dotnet 2.0, you have a class with partial keyword which
can be extend by writing another same name class and write
functionality by 4 peoples for same task also

the matter to handle same file is the way above

Is This Answer Correct ?    5 Yes 1 No

if u r projet consist of 4 people means how can u manage the file..

Answer / vidit tyagi

in dot net 2.0 there is a concept of partial class,means a
class with same name can be used by another person by using
partial keyword.

Is This Answer Correct ?    3 Yes 0 No

if u r projet consist of 4 people means how can u manage the file..

Answer / geetha a

check the file into the source safe once its modified and
maintain the integrity of the file among the team.

Is This Answer Correct ?    3 Yes 1 No

if u r projet consist of 4 people means how can u manage the file..

Answer / amit bhardwaj

using vss(virtual source safe)

Is This Answer Correct ?    1 Yes 0 No

if u r projet consist of 4 people means how can u manage the file..

Answer / vijaya

Using SVN or VSS

Is This Answer Correct ?    1 Yes 0 No

if u r projet consist of 4 people means how can u manage the file..

Answer / amit sharma from india

Request To Admin:

Please read the Line Below. if you understand it clearly.
Only then ask for post your answer.

Line:
' if u r projet consist of 4 people means how can u manage
the file '

Is This Answer Correct ?    0 Yes 1 No

if u r projet consist of 4 people means how can u manage the file..

Answer / mahesh sharma

First two perso asked to develop the requirement of the
user
One for testing the module develop by each person and
integrity them
Last means four person check the final result.
mahesh kumar 09911759942

Is This Answer Correct ?    0 Yes 2 No

if u r projet consist of 4 people means how can u manage the file..

Answer / kannan

I couldn get u.. Can u explain in detail???

Is This Answer Correct ?    0 Yes 2 No

if u r projet consist of 4 people means how can u manage the file..

Answer / mahesh sharma

First two perso asked to develop the requirement of the
user
One for testing the module develop by each person and
integrity them
Last means four person check the final result.
mahesh kumar

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More ASP.NET Interview Questions

What are the different authentication modes in asp.net?

0 Answers  


What is the use of placeholder control? Can we see it at runtime?

0 Answers  


Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()

4 Answers   Techno Solutions,


What kind of data can be stored in viewstate?

0 Answers  


How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?

0 Answers  


Explain the use of duration attribute of @outputcache page directive.

0 Answers  


What is SOAP, UDDI and WSDL ?

2 Answers   Infosys, Network, TCS, Wipro,


How many types is controls is there in Asp.Net?If it means what are types of custom controls?Explain about user controls,Web server controls,Hrml server controls?

1 Answers   Cap Gemini, TCS,


What should you do is you want to remove an existing component but would like to make some funtionalities?

0 Answers  


What is the appSettings Section in the web.config file?

0 Answers   MindCracker,


What is boxing and how it is done internally?

1 Answers   Microsoft,


How would one do a deep copy in .NET?

6 Answers   TCS,


Categories