<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Personal Code Libraries in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/personal-code-libraries/m-p/3320003#M57341</link>
    <description>&lt;P&gt;Not all of my programs are CAD related (though not to mislead, I was originally a CAD designer, and am self taught at VB.NET)&amp;nbsp; but all of my CAD related programs (and one written by my coworker) reference a "CadTools" DLL.&amp;nbsp; Any time I am writing a new function to perform a general cad related task, I put it in the CadTools project, thus making it available to all the other projects.&amp;nbsp; It just makes good sense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Feb 2012 19:38:11 GMT</pubDate>
    <dc:creator>chiefbraincloud</dc:creator>
    <dc:date>2012-02-06T19:38:11Z</dc:date>
    <item>
      <title>Personal Code Libraries</title>
      <link>https://forums.autodesk.com/t5/net-forum/personal-code-libraries/m-p/3318825#M57339</link>
      <description>&lt;P&gt;So I am just starting to learn .net and more specifically vb.net and I am just wondering how many of you out there have setup classes to do common tasks in .net.&amp;nbsp; Do you have reusable dll's that you add to every project? Or do you just copy the code into your newest project?&amp;nbsp; I am just learning so i understand the value of having to sit and think about the what I want to do and type up the code to get it done, but eventually I would like to create some classes that have some properties and methods of things that i commonly do.&amp;nbsp; Why reinvent the wheel everytime you want to do something?&amp;nbsp; I found the following thread that attempted to impliment this on a grand scale but I was wondering how many of you out there have done it for your own personal use and it is worth it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://forums.autodesk.com/t5/NET/Discussion-Group-ClassLibrary-please-read/m-p/3150324#M25088" target="_blank"&gt;http://forums.autodesk.com/t5/NET/Discussion-Group-ClassLibrary-please-read/m-p/3150324#M25088&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2012 19:43:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/personal-code-libraries/m-p/3318825#M57339</guid>
      <dc:creator>Keith.Brown</dc:creator>
      <dc:date>2012-02-05T19:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Personal Code Libraries</title>
      <link>https://forums.autodesk.com/t5/net-forum/personal-code-libraries/m-p/3318995#M57340</link>
      <description>&lt;P&gt;I think that is a great idea. &amp;nbsp;I know that if my primary focus was on developing .net applications for Autocad I would definitely create base code libraries. &amp;nbsp;My problem is that I only develop about 10% of the time and usually it is just to get something working good enough to get the job done. &amp;nbsp;By the time it is working no one wants to pay me to clean it up and make it pretty. &amp;nbsp;I think there are a lot of us who are self taught and do this in our spare time or don't have the schooling in programming that the professionals do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2012 04:13:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/personal-code-libraries/m-p/3318995#M57340</guid>
      <dc:creator>jsebclark_SDG</dc:creator>
      <dc:date>2012-02-06T04:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Personal Code Libraries</title>
      <link>https://forums.autodesk.com/t5/net-forum/personal-code-libraries/m-p/3320003#M57341</link>
      <description>&lt;P&gt;Not all of my programs are CAD related (though not to mislead, I was originally a CAD designer, and am self taught at VB.NET)&amp;nbsp; but all of my CAD related programs (and one written by my coworker) reference a "CadTools" DLL.&amp;nbsp; Any time I am writing a new function to perform a general cad related task, I put it in the CadTools project, thus making it available to all the other projects.&amp;nbsp; It just makes good sense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2012 19:38:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/personal-code-libraries/m-p/3320003#M57341</guid>
      <dc:creator>chiefbraincloud</dc:creator>
      <dc:date>2012-02-06T19:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Personal Code Libraries</title>
      <link>https://forums.autodesk.com/t5/net-forum/personal-code-libraries/m-p/3320117#M57342</link>
      <description>&lt;P&gt;We also have a code library, "WmrtCoreTools.dll"&amp;nbsp; that contains commonly used&amp;nbsp; subroutines, functions, and commands.&amp;nbsp; It is loaded upon AutoCAD startup (via Registry settings), has some startup functionality, and contains some event handlers that are put in place at startup.&amp;nbsp; Most other dll's written for AutoCAD are demand-loaded and contain this core assembly as a reference.&amp;nbsp; If any function is written that is used in multiple programs, it is moved into this 'Core' library.&amp;nbsp; Many of the functions are overloaded with multiple versions that support different situations.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2012 20:46:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/personal-code-libraries/m-p/3320117#M57342</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-06T20:46:59Z</dc:date>
    </item>
  </channel>
</rss>

