what is caching?

Answer Posted / ravi kumar

caching is the fastest access memory, which is used to
store the data for a limited time Duration, which is set by
a Developer.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between client-side and server-side validations in web pages.

564


What is bson in web api?

593


Write the different features of a Thread and a Process?

628


ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?

1468


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 = "" & TxtEmpId.Text & "" & _ "" & TxtName.Text & "" & _ "" & TxtSalary.Text & "" 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 100 xxx 2000 yyy dddd 77777 rrrr rrrr 6666 qaqa sini 50000 errrrrrrrr rrrrrrrrr 677777 rrr rrr 33

1736






How can we prepairing Interview

1890


What’s difference between “optimistic” and “pessimistic” locking?

578


Why do I get error message "could not load type" whenever I browse to my asp.net web site?

633


How can we inherit a static variable?

545


What is custom events? How to create it?

627


What is viewstate? What does the “enableviewstate” property do?

526


What are Session states available and its Uses?

1697


What is an il?

565


What is difference between cache and session?

502


What are the advantages of using Master Pages?

603