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
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.
Latest Answer: Mom is used to proactively monitor and manage the servers.it is the management tool like tivoli,Hp open view.By using MOm we can manage windows servers as well as many different other platform servers,cisco routers and hardware equips by using management ...
Latest Answer: When we pass an argument to the prosedure or function we can pass it with byVal,byRef,optional,param array.Now the question is what is ByVal and By RefAns.when we pass an argument with byVal we pass the copy of the variable thats why the value of ...
Latest Answer: using DataView object and specifying the selection criteria ...
Latest Answer: public AssemblyVersionAttribute (string version)The format of the version string is: major. minor. build. revision.When specifying a version, you have to at least specify major. If you specify major and minor, you can specify an asterisk (*) for build. ...
In Datasetobj one client is Inserting the data and another client is Updating the data in a Dataset which method should be used in Dataset
Latest Answer: To count the number of tables in a dataset, here is the property of datasetobjDataSet.Tables.CountGAC is a special folder which is the repository of .NET public assemblies,1. Contains Assebmblies which are shared among multiple applications.2. Used ...
Latest Answer: Assemblies are the single deployable unit contains all the information about the implementation of classes, structures and interfaces.An assembly stores all the information about itself. This information is called Metadata and includes the name and version ...
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 ...
View page << Previous 1 [2] 3 4 Next >>

Go Top