<?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: Classes/Learning .Net in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/classes-learning-net/m-p/2311646#M73923</link>
    <description>AU has no classes related basic .NET programming or&lt;BR /&gt;
.NET languages. &lt;BR /&gt;
&lt;BR /&gt;
Many seem to confuse AutoCAD developent using .NET&lt;BR /&gt;
and .NET itself. They are two different things, with the&lt;BR /&gt;
latter being a prerequisite to the former.&lt;BR /&gt;
&lt;BR /&gt;
Additionally, the AU classes really don't teach much&lt;BR /&gt;
about AutoCAD development with .NET, unless you&lt;BR /&gt;
consider topics like 'how to add a tab to the options&lt;BR /&gt;
dialog' or 'how to create a palette set' as learning.&lt;BR /&gt;
&lt;BR /&gt;
That's not learning. That's more like 'show-and-tell'&lt;BR /&gt;
or an over-glorified presentation of someone's mediocre&lt;BR /&gt;
code sample.&lt;BR /&gt;
&lt;BR /&gt;
If you're just starting out with .NET and have little or &lt;BR /&gt;
no experience with it, my advice is to not waste time &lt;BR /&gt;
attenting those kind of classes, because they'll little &lt;BR /&gt;
for you.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2009&lt;BR /&gt;
Supporting AutoCAD 2000 through 2009&lt;BR /&gt;
&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
Introducing AcadXTabs 2010:&lt;BR /&gt;
http://www.caddzone.com/acadxtabs/AcadXTabs2010.htm&lt;BR /&gt;
&lt;BR /&gt;
&lt;JOSHUA.MODGLIN&gt; wrote in message news:5995511@discussion.autodesk.com...&lt;BR /&gt;
You may want to look at the classes from past years at AU about .Net as well. &lt;BR /&gt;
&lt;BR /&gt;
That would certainly be a good starting point.&lt;BR /&gt;
&lt;BR /&gt;
Joshua Modglin&lt;BR /&gt;
Engineered Efficency&lt;BR /&gt;
Web: http://www.eng-eff.com&lt;BR /&gt;
Blog: http://www.civil3d.com&lt;/JOSHUA.MODGLIN&gt;</description>
    <pubDate>Thu, 31 Jul 2008 19:47:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-07-31T19:47:17Z</dc:date>
    <item>
      <title>Classes/Learning .Net</title>
      <link>https://forums.autodesk.com/t5/net-forum/classes-learning-net/m-p/2311642#M73919</link>
      <description>If I wanted to learn .net what type of classes would serve me best? I know basic lsp (learned on my own) so I have no idea where to even begin. I try to pick it up like lisp buy it's much more complicated and think I will need some additional help.&lt;BR /&gt;
&lt;BR /&gt;
Any tips on how to get going would be greatly appreciated.&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
      <pubDate>Thu, 31 Jul 2008 00:13:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/classes-learning-net/m-p/2311642#M73919</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-31T00:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Classes/Learning .Net</title>
      <link>https://forums.autodesk.com/t5/net-forum/classes-learning-net/m-p/2311643#M73920</link>
      <description>You may want to start by picking a language to focus on, such as C#, C++ or &lt;BR /&gt;
VB. I would try them in that order. Get Visual Studio and/or the free &lt;BR /&gt;
Microsoft Visual Express Edition Products. Get some books, ideally with &lt;BR /&gt;
simple, progressingly more difficult tutorials.&lt;BR /&gt;
&lt;BR /&gt;
I think "ya don't need to take no stinken classes." &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; The best programmers &lt;BR /&gt;
I know are self-taught. If you aren't willing to read and dig things up for &lt;BR /&gt;
yourself, perhaps programming isn't the most suitable avenue to take. Just &lt;BR /&gt;
do it.&lt;BR /&gt;
&lt;BR /&gt;
If you insist on taking a class, try a local junior college. They may have &lt;BR /&gt;
silly pre-requisites, like a couple of semesters worth on learning how to &lt;BR /&gt;
turn on a computer, log on, use Excel and Word, etc...&lt;BR /&gt;
&lt;BR /&gt;
Whatever you do, if you want to get into Programming, I believe it is a good &lt;BR /&gt;
idea to read good books on your own, regardless of what they cover in class. &lt;BR /&gt;
Learn how to use Google and make the MSDN site one of your best friends, as &lt;BR /&gt;
well as the ObjectARX SDK and all the material Autodesk offers, including &lt;BR /&gt;
Autodesk University Class.&lt;BR /&gt;
&lt;BR /&gt;
You've already found one of the best places to ask questions is right here.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
Regards from Los Angeles,&lt;BR /&gt;
&lt;BR /&gt;
Emmanuel&lt;BR /&gt;
Microsoft Windows Vista&lt;BR /&gt;
Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.4 GHz 3GB RAM&lt;BR /&gt;
NVidia GeForce 8500 GT 512 MB&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"CADMonkey" wrote in message news:5994821@discussion.autodesk.com...&lt;BR /&gt;
If I wanted to learn .net what type of classes would serve me best? I know &lt;BR /&gt;
basic lsp (learned on my own) so I have no idea where to even begin. I try &lt;BR /&gt;
to pick it up like lisp buy it's much more complicated and think I will need &lt;BR /&gt;
some additional help.&lt;BR /&gt;
&lt;BR /&gt;
Any tips on how to get going would be greatly appreciated.&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
      <pubDate>Thu, 31 Jul 2008 03:24:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/classes-learning-net/m-p/2311643#M73920</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-31T03:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Classes/Learning .Net</title>
      <link>https://forums.autodesk.com/t5/net-forum/classes-learning-net/m-p/2311644#M73921</link>
      <description>Thanks for the tip. I would rather learn on my own ($$$) but wasn't sure if it was something that should require schooling. I am going to start diving into it very soon. So I guess before I try to write routines, I should try to learn the language, then translate that into routines?&lt;BR /&gt;
&lt;BR /&gt;
That's basically what I did with lsp. I read some websites, some old routines and started modifying routines, then moved into writing my own. I picked it up pretty quickly so I think I can do it.</description>
      <pubDate>Thu, 31 Jul 2008 16:40:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/classes-learning-net/m-p/2311644#M73921</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-31T16:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Classes/Learning .Net</title>
      <link>https://forums.autodesk.com/t5/net-forum/classes-learning-net/m-p/2311645#M73922</link>
      <description>You may want to look at the classes from past years at AU about .Net as well. &lt;BR /&gt;
&lt;BR /&gt;
That would certainly be a good starting point.&lt;BR /&gt;
&lt;BR /&gt;
Joshua Modglin&lt;BR /&gt;
Engineered Efficency&lt;BR /&gt;
Web: http://www.eng-eff.com&lt;BR /&gt;
Blog: http://www.civil3d.com</description>
      <pubDate>Thu, 31 Jul 2008 16:56:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/classes-learning-net/m-p/2311645#M73922</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-31T16:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Classes/Learning .Net</title>
      <link>https://forums.autodesk.com/t5/net-forum/classes-learning-net/m-p/2311646#M73923</link>
      <description>AU has no classes related basic .NET programming or&lt;BR /&gt;
.NET languages. &lt;BR /&gt;
&lt;BR /&gt;
Many seem to confuse AutoCAD developent using .NET&lt;BR /&gt;
and .NET itself. They are two different things, with the&lt;BR /&gt;
latter being a prerequisite to the former.&lt;BR /&gt;
&lt;BR /&gt;
Additionally, the AU classes really don't teach much&lt;BR /&gt;
about AutoCAD development with .NET, unless you&lt;BR /&gt;
consider topics like 'how to add a tab to the options&lt;BR /&gt;
dialog' or 'how to create a palette set' as learning.&lt;BR /&gt;
&lt;BR /&gt;
That's not learning. That's more like 'show-and-tell'&lt;BR /&gt;
or an over-glorified presentation of someone's mediocre&lt;BR /&gt;
code sample.&lt;BR /&gt;
&lt;BR /&gt;
If you're just starting out with .NET and have little or &lt;BR /&gt;
no experience with it, my advice is to not waste time &lt;BR /&gt;
attenting those kind of classes, because they'll little &lt;BR /&gt;
for you.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2009&lt;BR /&gt;
Supporting AutoCAD 2000 through 2009&lt;BR /&gt;
&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
Introducing AcadXTabs 2010:&lt;BR /&gt;
http://www.caddzone.com/acadxtabs/AcadXTabs2010.htm&lt;BR /&gt;
&lt;BR /&gt;
&lt;JOSHUA.MODGLIN&gt; wrote in message news:5995511@discussion.autodesk.com...&lt;BR /&gt;
You may want to look at the classes from past years at AU about .Net as well. &lt;BR /&gt;
&lt;BR /&gt;
That would certainly be a good starting point.&lt;BR /&gt;
&lt;BR /&gt;
Joshua Modglin&lt;BR /&gt;
Engineered Efficency&lt;BR /&gt;
Web: http://www.eng-eff.com&lt;BR /&gt;
Blog: http://www.civil3d.com&lt;/JOSHUA.MODGLIN&gt;</description>
      <pubDate>Thu, 31 Jul 2008 19:47:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/classes-learning-net/m-p/2311646#M73923</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-31T19:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Classes/Learning .Net</title>
      <link>https://forums.autodesk.com/t5/net-forum/classes-learning-net/m-p/2311647#M73924</link>
      <description>Im a vb.net programmer my self (came from vba for access and autocad) I found most helpful the book on Windows.Forms for vb.net (it comes in other language flavors like c# as well)  From that foundation, I knew how to create the interface for my programming, then the rest was learning how to plugg it into AutoCAD. (isbn 1-59059-694-3)  &lt;BR /&gt;
&lt;BR /&gt;
Of course a real (schooled and degreed, my boss) programmer mentored me through this transition, teaching me more about 'object oriented programming' then I thought I already knew.  So a book on Object oriented programming for your favorite language would be good too.&lt;BR /&gt;
&lt;BR /&gt;
jvj</description>
      <pubDate>Fri, 01 Aug 2008 17:48:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/classes-learning-net/m-p/2311647#M73924</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-08-01T17:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Classes/Learning .Net</title>
      <link>https://forums.autodesk.com/t5/net-forum/classes-learning-net/m-p/2311648#M73925</link>
      <description>Jamie,&lt;BR /&gt;
&lt;BR /&gt;
What is the title of the book on Forms?&lt;BR /&gt;
&lt;BR /&gt;
I recommend "Build a Program Now!" which includes Visual C# 2008 Express &lt;BR /&gt;
Edition. It costs $17.99 ISBN-13:978-0-7356-2542. It is great for a brand &lt;BR /&gt;
new beginner. The book is a long tutorial to create a couple of programs: A &lt;BR /&gt;
car purchase database, an Internet Browser, and a few other minor examples. &lt;BR /&gt;
This book is about 252 pages but you can read through it quickly while &lt;BR /&gt;
writing the programs. Most of the pages are screen captures so you can &lt;BR /&gt;
almost follow along without entering the code, but I think it is much better &lt;BR /&gt;
to type it from scratch, to help memorize names. It is a nice intro to basic &lt;BR /&gt;
Visual Studio features, the debugger, intellisense... and whatever you learn &lt;BR /&gt;
with C# will tend to translate a lot into C++ and VB.&lt;BR /&gt;
&lt;BR /&gt;
If that's too watered down then Professional C# 2008 $59.99 ISBN: &lt;BR /&gt;
978-0-470-19137-8 is 1,782 pages long and covers some Object Oriented &lt;BR /&gt;
Programming Concepts, but probably not enough. I'm still looking for &lt;BR /&gt;
something good to read for OOP.&lt;BR /&gt;
&lt;BR /&gt;
I was re-reading The Waite Group's "Object-Oriented Programming in C++" &lt;BR /&gt;
third edition (C) 1999 isbn 1-57169-160-x but it now feels too old. It is a &lt;BR /&gt;
kind of nice intro to OOP but I suspect there must be something much newer &lt;BR /&gt;
and classic by now. I'd love to read good recommedations for OOP if anyone &lt;BR /&gt;
has suggestions.&lt;BR /&gt;
&lt;BR /&gt;
If anyone is in the LA area, I'd be happy to swap/share books.&lt;BR /&gt;
&lt;BR /&gt;
Regards from Los Angeles,&lt;BR /&gt;
&lt;BR /&gt;
Emmanuel&lt;BR /&gt;
Microsoft Windows Vista&lt;BR /&gt;
Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.4 GHz 3GB RAM&lt;BR /&gt;
NVidia GeForce 8500 GT 512 MB&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"jamievjohnson" wrote in message news:5996678@discussion.autodesk.com...&lt;BR /&gt;
Im a vb.net programmer my self (came from vba for access and autocad) I &lt;BR /&gt;
found most helpful the book on Windows.Forms for vb.net (it comes in other &lt;BR /&gt;
language flavors like c# as well)  From that foundation, I knew how to &lt;BR /&gt;
create the interface for my programming, then the rest was learning how to &lt;BR /&gt;
plugg it into AutoCAD. (isbn 1-59059-694-3)&lt;BR /&gt;
&lt;BR /&gt;
Of course a real (schooled and degreed, my boss) programmer mentored me &lt;BR /&gt;
through this transition, teaching me more about 'object oriented &lt;BR /&gt;
programming' then I thought I already knew.  So a book on Object oriented &lt;BR /&gt;
programming for your favorite language would be good too.&lt;BR /&gt;
&lt;BR /&gt;
jvj</description>
      <pubDate>Sat, 02 Aug 2008 01:26:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/classes-learning-net/m-p/2311648#M73925</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-08-02T01:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Classes/Learning .Net</title>
      <link>https://forums.autodesk.com/t5/net-forum/classes-learning-net/m-p/2311649#M73926</link>
      <description>Pro .Net 2.0 Windows Forms and Custom Controls in VB 2005 &lt;BR /&gt;
&lt;BR /&gt;
by Matthew MacDonald</description>
      <pubDate>Tue, 05 Aug 2008 22:28:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/classes-learning-net/m-p/2311649#M73926</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-08-05T22:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Classes/Learning .Net</title>
      <link>https://forums.autodesk.com/t5/net-forum/classes-learning-net/m-p/2311650#M73927</link>
      <description>its mentors that really help, books and classes do not help you out of the inevitable ruts.&lt;BR /&gt;
&lt;BR /&gt;
Also, I have found that you need to set up a simple test project, that lets you play with little code chunks at a time.&lt;BR /&gt;
Lispers are so used to "inspecting" statements in the VLIDE, or pasting code at command line to see if it works.&lt;BR /&gt;
&lt;BR /&gt;
To debug .net in acad, it must start a new session, which is slow.  Half the time, you just need to test general .net&lt;BR /&gt;
statements, not acad related stuff.  A test project that runs a simple form is perfect for that.&lt;BR /&gt;
Things like this, you learn from experience, not books.  .net is so deep compared to lisp, you will get lost fast&lt;BR /&gt;
without good mentors IMO.&lt;BR /&gt;
&lt;BR /&gt;
CADMonkey &amp;lt;&amp;gt;&lt;BR /&gt;
|&amp;gt;If I wanted to learn .net what type of classes would serve me best? I know basic lsp (learned on my own) so I have no idea where to even begin. I try to pick it up like lisp buy it's much more complicated and think I will need some additional help.&lt;BR /&gt;
|&amp;gt;&lt;BR /&gt;
|&amp;gt;Any tips on how to get going would be greatly appreciated.&lt;BR /&gt;
|&amp;gt;&lt;BR /&gt;
|&amp;gt;Thanks&lt;BR /&gt;
James Maeding&lt;BR /&gt;
Civil Engineer and Programmer&lt;BR /&gt;
jmaeding - at - hunsaker - dotcom&lt;BR /&gt;
&lt;BR /&gt;
Does Autodesk issue service packs on&lt;BR /&gt;
the release you are using? not likely.</description>
      <pubDate>Tue, 05 Aug 2008 22:28:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/classes-learning-net/m-p/2311650#M73927</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-08-05T22:28:37Z</dc:date>
    </item>
  </channel>
</rss>

