What is the difference between an EXE and a DLL?
Answer Posted / vaishu
DLL(Dynamic Link Library) which contains a set of functions
that will be linked to the application dynamically at
runtime. EXE (Executable file)is a common file executing
OS,MS programs...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the benefits of view state?
Explain diff. Between friend and protected friend?
Where is session data stored in asp net?
IN an ASP.NET Web application if there is any error, how can you debug?
A Web Service Can Only Be Written In .net. Is it True??
Why we go for mvc instead of asp.net? : Asp.Net MVC
Can the dictionary object be created in client?s scope ?
What is full trust in asp.net?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
How do we sort the data from a dataset?
Difference between Response.redirect vs server.transfer?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
How can we communicate with each server in N-tier Architecture? and what are the methods?
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
What is application in asp net?