Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is Serilazation?
how many type of serilazation are their?

Answers were Sorted based on User's Feedback



What is Serilazation? how many type of serilazation are their?..

Answer / chandu

Serilazation:Converting an object into stream of data(xml...)
De-Serilazation:Constructing an object from stream of data

Is This Answer Correct ?    8 Yes 2 No

What is Serilazation? how many type of serilazation are their?..

Answer / sridevipc

xml serialization
custom serialization
soap serialization
binary serialization

it is the process of convertin you table to xml file

Is This Answer Correct ?    2 Yes 0 No

What is Serilazation? how many type of serilazation are their?..

Answer / kinjal panchal

Serilazation :- serlization is converting object to stream
of bytes and then its presisted to database or memory or file.

There is a 4 types of serialiations.

1)xml serialization
2)soap serialization
3)binary serialization
4)custom serialization

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Explain difference between dataset and recordset?

0 Answers  


Which tools of web site Administartion tool do you use to manage user,roles and rules?

2 Answers  


Hi this is the coding for adding data in to an xml table i want the coding for update and delete Try Dim emp_xml_doc As New XmlDocument If System.IO.File.Exists(Server.MapPath("emp.xml")) Then emp_xml_doc.Load(Server.MapPath("emp.xml")) Dim myrow_element As XmlElement myrow_element = emp_xml_doc.CreateElement("EmpDetails") Dim str As String str = "<EmpID>" & TxtEmpId.Text & "</EmpID>" & _ "<Empname>" & TxtName.Text & "</Empname>" & _ "<EmpSalary>" & TxtSalary.Text & "</EmpSalary>" myrow_element.InnerXml = str emp_xml_doc.DocumentElement.AppendChild(myrow_element) emp_xml_doc.Save(Server.MapPath("emp.xml")) Response.Write("Record Saved") Dim ds As New DataSet ds.ReadXml(Server.MapPath("emp.xml")) GridView1.DataSource = ds GridView1.DataBind() Else Response.Write("File does not exist.") End If Catch ex As Exception Response.Write(ex.ToString) End Try *********************** this is the xml file <?xml version="1.0" encoding="utf-8" ?> <Employee> <empdetails> <empid>100</empid> <empname>xxx</empname> <empsalary>2000</empsalary> </empdetails> <EmpDetails> <EmpID>yyy</EmpID> <Empname>dddd</Empname> <EmpSalary>77777</EmpSalary> </EmpDetails> <EmpDetails> <EmpID>rrrr</EmpID> <Empname>rrrr</Empname> <EmpSalary>6666</EmpSalary> </EmpDetails> <EmpDetails> <EmpID>qaqa</EmpID> <Empname>sini</Empname> <EmpSalary>50000</EmpSalary> </EmpDetails> <EmpDetails> <EmpID>errrrrrrrr</EmpID> <Empname>rrrrrrrrr</Empname> <EmpSalary>677777</EmpSalary> </EmpDetails> <EmpDetails> <EmpID>rrr</EmpID> <Empname>rrr</Empname> <EmpSalary>33</EmpSalary> </EmpDetails> </Employee>

0 Answers   InfoCom,


What is Hybrid dictionary

1 Answers  


How to do Caching in ASP?

1 Answers  


What is the difference between a candidate key and primary key?

0 Answers  


What are the options in ASP.NET to maintain state?

0 Answers   CDC,


How to remove themes from certain controls?

2 Answers  


any body help me. Is it possible to convert text in gif images into word document with the same text? thanks in advance.

2 Answers  


how to write code for role based security

2 Answers  


What is difference between web api and web services?

0 Answers  


When we use cookie less session? Explain its working?

0 Answers   Sans Pareil IT Services,


Categories