what is partial assembly reference



what is partial assembly reference..

Answer / Vivek Tripathi

Partial Assembly Reference (PAR) allows a single C# file to be split into multiple files for better organization and maintenance. The parts are compiled separately but combined at runtime as a single assembly.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Why can't we use a static class instead of singleton?

0 Answers  


What is default constructor c#?

1 Answers  


Ho we can see assembly information?

1 Answers  


Can we make a class private in c#?

1 Answers  


Is stringbuilder thread safe c#?

1 Answers  


Can we return two values from a function?

12 Answers   MD Synergy,


What does == mean in c sharp?

1 Answers  


What is stringwriter c#?

1 Answers  


Why do we overload constructors?

1 Answers  


how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used

1 Answers   HCL, NIC,


Explain the Abstract class in c#.net

1 Answers  


Does the variables of a private class-level inherited?

1 Answers   Siebel,


Categories