welcome folks
FAQ in android,FAQ in dotnet,DotNet, C#,DOT NET CODE, ASP.NET, VB.NET, TRICKS,Dotnetcode,Android and Latest Technology Articles in VB,Android and ASP.NET

Friday, September 14, 2012

what is the difference between .dll and .pdb ?

DLL:
dll file stands for Dynamic Link Library. This is the compiled version of the program you write into the programming language.
PDB
.pdb stands for Program database - this generally contains information about the debugging and project state and it gets created in the debug folder of the bin directory only when you compile/build your project in the Debug mode.

No comments:

Post a Comment