Latest Answer : exception is the runtime error ,we cant get required result . interrupt is the program provided by software or hardware which improves processor efficiency ...
Latest Answer : - In the Integrated Services Digital Network (ISDN)there are two levels of service: the Basic Rate Interface (BRI), intended for the home and small enterprise, and the Primary Rate Interface (PRI), for larger users. Both rates include a number of B-channels ...
Latest Answer : Hi,Abov answer is right. If you want to make the sepration between the HTML file and the coding file then you can use CodeBehindFile otherwise use in-Line method. It is up to choice but most of .NET users use Code Behind way while ASP users ...
What are the differences between .NET 1.1 and .NET 2.0 in terms of changes in language (C#/VB.NET) and Framework?
Please do not include the differences between Visual Studio 2003 and 2005.
1.What is difference between constant, readonly and static variables?2.There are two arrays containing integers – Array1 and Array2. The size of Array1 is m, and Array2 is n. Both arrays are sorted in ascending order. Write a function (in any language of your choice) that will merge the two arrays into a third array which again has numbers arranged in ascending order. The function will accept two arrays as arguments and return the third, merged array?3.Write a function in C# to implement Trim
Latest Answer : Eventhough both are giving reusability, they differ in accessibility.Web service is accessible from any system from any part of the world thru internet but shared assembly is accessible only within the same system ...
What is assembly in .NET and What do you mean by protected class always present in the same assembly?