what are partial classes. Where is the entry point of
partial classes.
Answer / manoj mishra
partial class is a feature of some object oriented computer
programming languages in which the declaration of a class
may be split across multiple source-code files, or multiple
places within a single file. this is mainly used for web
prograamming
| Is This Answer Correct ? | 2 Yes | 0 No |
WHAT IS MAIN IMPORTANT THING IN SOFTWARE?
purpose of abstraction and interface
THERE ARE 4 SOURCE FILES WHICH CONTAINS SAME METADATA CREATE A TARGET THAT SHOULD DISPLAY THE FILE NAME ALONG WITH THE RECORD PLEASE SEND THE ANSWERFOR THIS QUESTION WITH MAPPING
Hi Friends , i am very new in VB 6.0 Any body can able to help me ? i need interview question and answer vb 6.0 . please send honeysukumar@yhaoo.com
How to print a name "ARCHANA" in any programming language
what is meant by trigger?
What is a must for multitasking? a) Process preemption b) Paging c) Virtual memory d) None of the above
What is the difference between: x=a+b+c+d; and x=SUM(a,b,c,d);?sas
if 2 is passed as an argument to the method,void GC.Collect then what would be the result?
i want to insert textbox value to sql db. i have only one text box but store four values. ple give any one give sample code in asp.net c#..
Diffrence between 2.0,3.0,3.5,4.0. versions of .net?
What are the advantages of Server Controls over HTML/ASP Controls.