Explain what are the advantages of asp.net mvc framework? : asp.net mvc
what is COM Object in Dot net?
RequiredFieldValidator--write code in javascript
What is different in .net 1.1 and .net 2.0?
Types of configuration files and their differences ?
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()
What is the typical session identifier?
What are the features that make asp.net more used framework? : asp.net mvc
What is boxing and unboxing?
Describe the method to create a permanent cookie?
What data type does the RangeValidator control support?
What is HTTPModule and HTTPcontext? What is the use of each?
Explain the difference between an exe and a dll?