what are the oops concepts are used in your project?



what are the oops concepts are used in your project?..

Answer / msathya20.net

plz reply the answers and why we can use your project with
explanation.

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

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,


Can private assembly be used for more than one application? If so how?

7 Answers   Satyam,


How does viewstate work?

0 Answers  


What is a query string in a url?

0 Answers  


How connect data into DropDownList from Aceess Table?

1 Answers   HCL, TCS,






while developing webservices if i want some users to use my webservice only how can i give security to my webservice?

0 Answers  


Windows Authentication (via Active Directory) and SQL Server authentication (via Microsoft SQL Server username and passwords). Which one is trusted and which one is untrusted?

3 Answers  


How does Garbage collector(GC) works in .net

14 Answers   Accenture, HCL, Kekran Mekran, People Tech, Wipro,


What is versioning in .NET?

1 Answers   Syntax Softtech, Wipro,


Where the viewstate is stored after the page postback?

0 Answers  


With example & diagram explain AutoPostBack.

2 Answers  


How to identify host of my system? How to identify servername of my system? How to identify domainname of my system?

2 Answers  


Categories