Difference Between ReadOnly and Constant Variable in
compile time and Run Time.
Answer Posted / karna
I am adding another point to the above answer.
as the constant variable is constant over the class,that
means,all the objects created for that class have the same
value.
but in case of readonly variables,we can assign different
values in the different instances of the class it contains.
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is enableviewstate?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
Please briefly explain the usage of global.asax?
Why session is necessary in web application?
What is sta?
Explain the difference between dataset and datareader.
What is intrinsic objects in asp.net?
What are the main advantages of using asp.net?
What is the difference between session object and application object?
3. What goals do you have in your career?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
Explain login controls.
What are the ways to sending the data in ASP.NET page?
What is a web farm?
Differences between “dataset” and “datareader”.