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 : The shared assembly is intended to allow several app on one machine, where the shared assembly is located in the GAC.When we speak about WebService there is a notion of distributed architecture, you can use method or service which could be located on ...
What is assembly in .NET and What do you mean by protected class always present in the same assembly?
What is difference between a 3-tiered application and a 3-layered application?
Latest Answer : This is very common question asked by couple of companies and I noticed developers usually gets confused about the difference.When we talk about multi-layer, we usually mean an application broken down into multiple layers such as a Database Layer, a Business ...
Design a conventional iterative algorithm to traverse a binary tree represented in two dimensional array in preorder.