we are working in .net namespaces like using
system.io,system.text. these namespace before we
use "using " keyword what means of using?
Answer Posted / shyam
using also defines the scope of our code..
suppose if we use
using(Class obj = new Class())
{
// code goes here
}
so it will also help garbage collector to empty the memory that was used for this code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a proxy in web service?
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 http handlers? Where we can use the http handlers?
How does the iis work?
What are the event handlers that we can have in global.asax file?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
List the types of authentication supported by asp.net?
Can one dll file contains the compiled code of more than one .net language?
What is class and object in asp.net?
Explain server-side scripting and client-side scripting.
What is use of <% %> in asp.net?
What is a web pool?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
What is web api and why to use it?
What is the Intermittent crashing of application in production?