what are partial classes. Where is the entry point of
partial classes.
Answer Posted / 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 |
Post New Answer View All Answers
which book we learned this mantis? how many version are realsed this mantis upto now?
code for connection from windows forms to sql server
can we retrieve only integer/String type columns from a table,if yes how?
write a sql qwery which include joining of two tables 4 marks mainframe
details description on this mantis? who is founder of this mantis?
You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)
in IBM PC -AT.WAT AT REFERS TO?
any drawback are there in mantis?
Compare any 4 software development life cycle paradigms with each other. Indicate at least one application for each of the paradigms that are suitable to developed using that paradigm.
what is delegate and delegation model give the real live example on delegate model
HOW TO FIND NUMBER OF TWOS IN N!(N FACTORIAL)??
Tag for turning an image into a hyperlink is
How to print No.of.rows affected after updation using ADO.Net
what are other resources are needed for this mantis?
Busy waiting is a method whereas a taskwaits for a given event by continiously checking for an event to occur. What is the main problem with this approach