Explain about 6h4 methods you have used to perform serialization?
What is the difference between a Windows Service Application and a Web Service Application? Please don't hand in the definition from some text book... I'm looking for the functional difference.
Latest Answer: Web service is used to transfer the data over a network like internet using WSDL ( web service descriptive language) by using a protocol like SOAP(Simple Object Access Protocol) .Windows service is a long running program.windows ...
Latest Answer: Record is a fully connected approach where as dataset is a disconnected approach.Dataset can contain multiple tables where as if a recorset has to contain data from multiple tables it has to use a JOIN query. ...
Latest Answer: XML serialization has some limitations. It converts public property values and fields, but does not encode type information. Also it does not encode private properties and fields, which requires binary serialization. Any class to be serialized to XML ...
Latest Answer: Determining whether or not a piece of code is allowed to execute & what resources it can use during execution. ...
Latest Answer: Roles are used applications to enforce policy. Examples of roles are : administrator, user, employee, teacher etc. The roles varry from application to application. For example, if it is a purchasing system - in which any employee can generate a purchase ...
Latest Answer: An ASP.Net page consists of, at a minimum, a single .aspx file and can contain other files associated also with the page. The .aspx file is called the content file as it has the visual content of the page.When a browser requests a .aspx file from ...
Latest Answer: The "fixed" statement prevents the garbage collector from relocating a movable variable.Eg:fixed ( int* p = &pt.x ){Â Â Â *p = 1; } ...
Latest Answer: Datagrid can be used in web also, the major differences are regarding the sorting, inserting which has been stated already.DataGrid can also be used in windows applications, but in earlier versions where datagrids were the only source i.e. ASP.NET 1.1, ...
Latest Answer: Use the call object and call invoke() or invoke one way() ...
View page << Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>

Go Top