what is the differance between .DLL & .EXE
Answer Posted / kalyan
both r executable but,.dll files can b reused in the
application.where as .EXE files cannot be reused
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What is microsoft windows sharepoint services?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
Define static function?
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 = "
Why do we need a web application session?
Difference between using directive vs using statement?
In which event are the controls fully loaded?
Can we use a static function with a non-static variable?
How does u get record no from 5 to 15 from a dataset of 100 records?
What symbol would you use to denote, the start of a code block in aspx views?
What is server infrastructure?
What is the difference between server-side scripting and client-side scripting?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
What is asp.net response object?
What is active web pages?