Answer Posted / nazrul
we can declare more than one class of same in a Namespace
through partial keyword.
Advantage->
we can use only one object to intialize it.then through
that object we can their member.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Do you know caching feature?
What is the difference between equals() and == in c#?
Explain the Order of events in an asp.net page?
What is bson in web api?
What is work flow gen? how can it will work with .Net?
What are the advantages of using session?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
What is application Object?
What are all the various Estimation Techniques available ?
To add a hyperlink column to the DataGrid which tag is used ?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
What is the difference between session and viewstate?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
What is viewstate parameter?
How you can return View from ASP.NET Web API method?