Author Topic: C# Autocad.net programming book  (Read 11090 times)

0 Members and 1 Guest are viewing this topic.

Jeff H

  • Needs a day job
  • Posts: 6150
C# Autocad.net programming book
« on: March 13, 2014, 12:49:39 AM »
Someone finally did it and published AutoCad.net book

Have not read it or know anything about author or book.

Instant Autodesk AutoCAD 2014 Customization with .NET

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: C# Autocad.net programming book
« Reply #1 on: March 13, 2014, 04:28:05 AM »
Quote

Order #D01-3591144-1372108
Placed on Wednesday, March 12, 2014

Seems a little skimpy but looks at first glance like a reasonable start.

I'd say good value for the price.
I wonder if the author want's to do some support here :)

Thanks for the heads up Jeff.
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

Mark

  • Custom Title
  • Seagull
  • Posts: 28762
Re: C# Autocad.net programming book
« Reply #2 on: March 13, 2014, 08:30:15 AM »
I wonder if the author want's to do some support here :)
Seems like a great idea! I could not find anyway to contact said author. If someone can, please do. Ask him to come by and say "HI".
:)
TheSwamp.org  (serving the CAD community since 2003)

Keith Brown

  • Swamp Rat
  • Posts: 601
Re: C# Autocad.net programming book
« Reply #3 on: March 13, 2014, 09:33:41 AM »
A google search turned up his LinkedIn page.  https://www.linkedin.com/in/tomnelsoncad
Keith Brown | AutoCAD MEP Blog | RSS Feed
AutoCAD MEP 2014 / Revit MEP 2014 / EastCoast CAD/CAM addon / Visual Studio 2013

Jeff H

  • Needs a day job
  • Posts: 6150
Re: C# Autocad.net programming book
« Reply #4 on: March 13, 2014, 09:35:31 AM »
I joined a group at LinkedIn that he is a member of so I could send him message.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: C# Autocad.net programming book
« Reply #5 on: March 13, 2014, 09:48:06 AM »
Thanks Jeff, please do.
I found him on LinkedIn too. ...

I'm sure there are quite a few people here who would be interested in his book.
The source code is available at the publishers web site which may be a bonus.
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

Keith Brown

  • Swamp Rat
  • Posts: 601
Re: C# Autocad.net programming book
« Reply #6 on: March 13, 2014, 09:58:24 AM »
I purchased the Kindle Edition for $11.99 and as Kerry mentioned it is short but a good book for a beginner who is just starting.  I think anyone who has developed several projects for AutoCAD will probably be let down as most of the information is readily available through google searches.  That being said, i think it is a great start and probably worth the $11.99 that I paid for it.
Keith Brown | AutoCAD MEP Blog | RSS Feed
AutoCAD MEP 2014 / Revit MEP 2014 / EastCoast CAD/CAM addon / Visual Studio 2013

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: C# Autocad.net programming book
« Reply #7 on: March 14, 2014, 11:28:09 PM »

@Keith
The difficulty with a google search ( even a search here ) is dissecting the 'good' information from the rest. There has been a lot of guesses made publically about .net code and the AutoCAD API in the last 10 years :) .. unfortunately not all of them are correct.

//-----

AutoCAD and .NET API's are both complex topics, more so for beginners.
Combining the 2 topics for people with limited experience is most certainly a challenge.

Using a "recipe" format, putting suitable samples into one place is a proven teaching method, allowing for individual progression.

kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

Andrey Bushman

  • Swamp Rat
  • Posts: 864
Re: C# Autocad.net programming book
« Reply #8 on: March 16, 2014, 02:01:03 PM »
As I see in the books short description (the "read more" item) - it has the same info only which can be found via the google manually, without the problems... Yes, it is good, what even this book are exists, but I've expected more. Unfortunately I don't see a table of contents of this book.
« Last Edit: March 16, 2014, 02:18:15 PM by Andrey Bushman »

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: C# Autocad.net programming book
« Reply #9 on: March 16, 2014, 02:42:31 PM »

Andrey,
I'll attach the table of contents.

It's really unfortunate that there is very little money to be made from writing programming books for AutoCAD currently.
I'm sure we'd get a larger collection of topics if the authors received a little more reimbursement.

I'm quite happy paying for books because I know the information available would cost a lot more if I had to 'discover' the information myself.
Even 'free' snippets that can be found on the internet have a considerable harvesting and investigation cost.


kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

Andrey Bushman

  • Swamp Rat
  • Posts: 864
Re: C# Autocad.net programming book
« Reply #10 on: March 16, 2014, 03:14:31 PM »
Thank you for the screen. I don't see in the table of contents such important subjects for the beginner as:
  • Working with the Database via\without the Transaction - detailed info and comparison of ways
  • About the Document locking (when it is necessary)
  • IDisposible  in the AutoCAD
  • Substitution of the identifiers (using of DBObject.HandOverTo())
  • Plugin's help and localizations
  • Styles: table style, dimention style, e.t.c. (detailed samples)
  • Database objects quick iteration (about the TryGetObjectId method)
  • Palettes
  • working with AutoCAD from the external application through the COM (different ways)
  • Remote debugging (may be not for beginner, but it is a simple and useful info)
  • tlbimp
  • Sheet Sets (may be not for beginner)
  • JIG
  • Import\Export objects into\from other Database
  • e.t.c. (the table contents is not transparent for me)
« Last Edit: March 16, 2014, 03:30:03 PM by Andrey Bushman »

Locke

  • Guest
Re: C# Autocad.net programming book
« Reply #11 on: March 25, 2014, 02:56:21 PM »
Great that the book is current in regards to the latest functionality, but hopefully he addresses the assembly changeover from  2012 to 2013 requiring AcCore.dll.  I can see many a poor soul looking for it in panic and frustration trying to use his discussed concepts for older versions of AutoCAD. 

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: C# Autocad.net programming book
« Reply #12 on: March 25, 2014, 03:24:01 PM »
Thanks for sharing, Jeff. :-)
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox

Keith Brown

  • Swamp Rat
  • Posts: 601
Re: C# Autocad.net programming book
« Reply #13 on: March 25, 2014, 04:24:02 PM »
Great that the book is current in regards to the latest functionality, but hopefully he addresses the assembly changeover from  2012 to 2013 requiring AcCore.dll.  I can see many a poor soul looking for it in panic and frustration trying to use his discussed concepts for older versions of AutoCAD.


I have skimmed through the book and this is really not brought up. (that i can see)  The book clearly states that the code is developed for AutoCAD 2014.  Additionally the AutoCAD wizards are used to create the visual studio projects which eliminates an opportunity to discuss this subject.  There might be a disclaimer somewhere in the book that mentions it however.  I might have just missed it.
Keith Brown | AutoCAD MEP Blog | RSS Feed
AutoCAD MEP 2014 / Revit MEP 2014 / EastCoast CAD/CAM addon / Visual Studio 2013

Yosso

  • Newt
  • Posts: 36
Re: C# Autocad.net programming book
« Reply #14 on: April 03, 2014, 03:59:23 PM »
Thanks for the heads up on the book.  Just purchased the PDF from packtpub.com. 

Hopefully the author will keep it current or at the very least provide a sequel.

M.

thenndral

  • Guest
Re: C# Autocad.net programming book
« Reply #15 on: April 07, 2014, 05:56:27 AM »
Hi Yosso,

I would like to buy the book.
Did you go-through the book?
Could you suggest me to buy the book?

Thanks,
thenndral

Yosso

  • Newt
  • Posts: 36
Re: C# Autocad.net programming book
« Reply #16 on: April 08, 2014, 01:05:38 PM »
Hi Yosso,

I would like to buy the book.
Did you go-through the book?
Could you suggest me to buy the book?

Thanks,
thenndral

The table of contents is posted above, so it's your choice.

The book is a bit sparse, but the price is right.

Good luck in  your endeavors.

M.

Jeff H

  • Needs a day job
  • Posts: 6150
Re: C# Autocad.net programming book
« Reply #17 on: April 08, 2014, 03:46:56 PM »
Keep in mind guys this part of a series that a publisher puts out that is aimed at quick recipes to get a beginner started as you might guess the name implies "Instantly". So he is delivering what he was paid for.

There is one for revit also.

A comprehensive book would take a author probably 2 years or more and would have to put other consulting, etc... priorities aside that generate income.

I am guessing the author would love to write a book with much more content if someone was willing to pay what he normally would earn from consulting for 2 years. If it were a area in technology that had bigger group of developers then publisher could justify the expense, but sadly this is probably not one of them.