Why DLL files are needed. & how They are Created in DOTNET?
Answer / satya narayan sahoo
Dll files provides class library which contains
data/objects and functions.Any functions or objects we use
in .Net is defined in the dll.Any code in .Net when we
compile creates a dll or exe.Exe is created for the console
program having main method where the entry point is
defined.We can set the target of a console program if we
want to generate a dll from that.
| Is This Answer Correct ? | 12 Yes | 1 No |
How do you view the methods and members of a dll?
What is boxing in .NET?
What are the features of UIP Application Block?
you have a requirement from client, he has an XML file and you need to insert the data into 5-6 tables in database. explain me the procedure.
How do you give a Windows service specific permissions?
create a keypair?
What is equivalent for regsvr32 exe in .net ?
Explain about .Net products?
Difference between Debugging and tracing in .net
Which namespace is used to support multithearding in .NET?
0 Answers Sans Pareil IT Services,
How do you create threading in .NET? What is the namespace for that?
Difference b/w dataset.clone and dataset.copy ?