![]() Related Questions This is currently not supported by Visual Studio .NET. Latest Answer : It is not possible ... In a garbage collected environment, it's impossible to get true determinism. However, a design pattern that we recommend is implementing IDisposable on any class that contains a critical resource. Not exactly. You can create an alias within a single file with the "using" directive: using System;using Integer = System.Int32; // aliasBut you can't create a true alias, one that extends Latest Answer : Ans:by using statement keyword ... Try using RegAsm.exe. The general syntax would be: RegAsm. A good description of RegAsm and its associated switches is located in the .NET SDK docs. Just search on "Assembly Registration Tool". Latest Answer : ans:regasm.exe ... Compile it with a /doc switch. Latest Answer : Ans:Compile it with the /doc switch. ... CorDBG - command-line debugger, and DbgCLR - graphic debugger. Visual Studio .NET uses the DbgCLR. To use CorDbg, you must compile the original C# file using the /debug switch. Latest Answer : Ans:CorDBG - command-line debugger, and DbgCLR - graphic debugger. Visual Studio .NET uses the DbgCLR. To use CorDbg, you must compile the original C# file using the /debug switch. ... To the Console or a text file depending on the parameter passed to the constructor. Latest Answer : Answer: To the Console or a text file depending on the parameter passed to the constructor. ... plz give answer Latest Answer : Ans:Hello i have written this code my project it working fine//Create datasetDataSet ds=new DataSet()//readXml fileds.readXml(Server.MapPath("*.xml"))//Create datalist objectlet'sprotected System.Web.UI.WebControls.DataList DataList1;//here bind the dataSource ... Read Answers (1) | Asked by : imran .NET FRAMEWORK1. What is .NET Framework?The .NET Framework has two main components: the common language runtime and the .NET Framework class library.You can think of the runtime as an agent that manages Latest Answer : The .NET framework is a platform over which multiple languages are running.The 2 main components are
1. FRAMEWORK CLASS LIBRARY2. COMMON LANGUAGE RUNTIMEIt's features like CTS provide Cross Language Interoprabality.The CLR is the main Governing body ... Read Answers (1) | Asked by : Prasanna Muthukrishnan A) regasmB) resgenC) regsvrExplanation: Resgen.exe is used to create resource files in C#.net Latest Answer : ans:B) resgen ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||