Latest Answer: Delay signing allows you to place a shared assembly in the GAC by signing the assembly with just the public key. This allows the assembly to be signed with the private key at a later stage, when the development process is complete and the component or ...
1) Write an example of implicitly converting an object to string2) Write an example of explicitly converting an object to string
Write an example for converting string value "31/12/2000" to date time and at the same time change its format "mm/dd/yy"
Latest Answer: This is a free ASP.NET development environment from Microsoft. As well as a GUI development environment, the download includes a simple web server that can be used instead of IIS to host ASP.NET apps. This opens up ASP.NET development to users of Windows ...
Latest Answer: base class library is collection of various classes from .net frame work, from which all base classes like System.object, System.collection, and Ado.net objects are derived.all .net compatible languages use this library to build an application.BaseClassLibrary ...
Latest Answer: Configuration information for ASP.NET resources is contained in a collection of configuration files, each named Web.config. Each configuration file contains a nested hierarchy of XML tags and subtags with attributes that specify the configuration settings. ...
When using windows components why almost all methods and events in the component are declared as 'Protected Internal' ?
Latest Answer: Default port for IIS is 80( http://) . for Https:// it's 443. ...
1. Does Garbage Collector run in its own process or in CLR?2. What happens if a multithreaded .Net application with 100 threads is deployed on a 4 processor machine and one of the threads gates the CPU. How does Garbage collector work, does it also hang or it continues to work?
1. Basic objects of Dot net environment?2. If you perform arithmatic operation on null value a. 0b. nullc. can't be determinedd. compilation error3. In c# keyword .net map to which .net data type.a. System.Int16b. System.Int32c. System.Int64d. System.Int1284. In sql-server give example for binary data type and non-binary data type5. page init, page load, page pre render, page unload - is this order correct otherwise give correct order.6. To redirect the page- should not round trip the page7.Expansion
View page << Previous 1 2 3 [4] 5 6 7 8 9 10 Next >>

Go Top