difference between Trace and Debug ?
Answer Posted / dipti
The system.Diagnostics namespace contains the Debug and
Trace classes that include shared methods.
The diffetrnce between these two classes is in the way
Trace and Debug statements are treated at the of creating a
release bulid.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....
How do I use a proxy server when invoking a web service?
Explain code snippet to register exception filters from controller?
What are the different types of cookies in asp.net?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
What is the maximum number of classes that can be contained in one dll file?
When should I use server transfer and response redirect?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
Explain diff. Betn dataset and recordset?
What is loop in asp.net?
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 page output caching?
List the types of authentication supported by asp.net?
Why cyclomatic complexity is important?
Explain weak typing and strong typing.