Latest Answer: Serilization: It is the process of maintaning object state in the form of a stream.Deserilization: It is the process of reading the stream and construct the object.Uses:(Remoting Concept)1) making object state persistent2) transmitting the object from ...
Latest Answer: Visual Basic allows conversions of many data types to other data types. Data loss can occur when the value of one data type is converted to a data type with less precision or smaller capacity. A run-time error occurs if such a narrowing conversion fails. ...
Latest Answer: We can add MDI parent form using VB.NET 2005 ...
What is assembly in .NET and What do you mean by protected class always present in the same assembly?
Latest Answer: Key word for inheritance used inheritsexample Class Parent Public i As Integer = 5Public Overridable Sub MyMethod() Console.WriteLine("I am Parent's MyMethod()")End Sub End ClassClass Child Inherits ParentPublic Overrides Sub MyMethod() ...
Latest Answer: STA -Single Thread Apartment which means the windows contolls will be ruuning in thread that will be started on initalization.When another thread tries to access the contols then it is not possible. Cross theread communication is not supported. Delegates ...
Latest Answer: i want to store word/excel/text file into sql server database from vb.net and also want to retrieve it give source code and explanation ...
I was asked in interview that if i have created a class and i don't want the class to be inherited by any other members without me which key or function i have to use?
How to check for a particular record whether it is present or not in dataset if the record is not present i want to display a message as no records what is the code for checking
You want that a component be granted full access to the active directory before it is loaded. Which attributes should you use with the component?
View page << Previous 1 2 3 [4] 5 6 Next >>

Go Top