{"id":4325,"date":"2014-03-30T09:52:29","date_gmt":"2014-03-30T09:52:29","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/03\/30\/dll-whats-that-d-collection-of-common-programming-errors\/"},"modified":"2014-03-30T09:52:29","modified_gmt":"2014-03-30T09:52:29","slug":"dll-whats-that-d-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/03\/30\/dll-whats-that-d-collection-of-common-programming-errors\/","title":{"rendered":"DLL &#8211; What`s that :D-Collection of common programming errors"},"content":{"rendered":"<p>Hi,<\/p>\n<p>A DLL stands for a Dynamic Link Library. I will answer these questions from the perspective of .NET and Visual Studio.<\/p>\n<p>1. In .NET, a DLL is a .NET assembly which gets generated when you compile a project of type class library.<\/p>\n<p>2. A DLL can be used from another Executable by referencing\u00a0it during compilation or by dynamically loading it at runtime using Assembly.Load method.<\/p>\n<p>3. You can generate a DLL in all of the .NET languages &#8211; C#\/VB.NET\/J#&#8230;<\/p>\n<p>4. In order to know what a DLL contains you can add a reference and then use the Object Browser within the Visual Studio IDE or use a 3rd party tool such as .NET Reflector.<\/p>\n<p>Regards,<\/p>\n<p>Vikram<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hi, A DLL stands for a Dynamic Link Library. I will answer these questions from the perspective of .NET and Visual Studio. 1. In .NET, a DLL is a .NET assembly which gets generated when you compile a project of type class library. 2. A DLL can be used from another Executable by referencing\u00a0it during [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-4325","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/4325","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=4325"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/4325\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=4325"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=4325"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=4325"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}