.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Book autocad Visual C#

14 REPLIES 14
Reply
Message 1 of 15
ethiel
1600 Views, 14 Replies

Book autocad Visual C#

Good morning.

Is there any book which teachs me how to programming autocad in visual C#?.
14 REPLIES 14
Message 2 of 15
Anonymous
in reply to: ethiel


Ethiel, You are on your own for books on autocad
.net. The nice thing is between the labs, docs (arx sdk) and this

group - most of the hard stuff has been
covered. The best advice I can give you is to search from the webbrowser
using

'
size=3>http://www.caddzone.com
' and start reading! Obviously you'll
see lots of good info posted by others along

the way too, and you'll start to use them as a
searchable reference as well.

 

I'm with you though as I like a good
book!


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
Good
morning. Is there any book which teachs me how to programming autocad in
visual C#?.
Message 3 of 15
ethiel
in reply to: ethiel

Thanks for reply.

I think that there is a specified book for VC# and autocad.

I'm going to start reading. :D.
Message 4 of 15
Anonymous
in reply to: ethiel


As soon as there is one worth reading we'll all
know about it... Just keep reading here for now and

realize the curve is shorter than you think as long
as you' ve taken the time to learn the .net framework

and the language you've choosen.

 

Also check out the videos and tutorials from
Autodesk. Fenton Webb has a video on 'intro to autocad .net'.

I've only watched the beginning and most was in VB
but this doesn't matter as the concepts are the same

in c#. I assume he goes between c# and vb through
out (just squint your eyes on the vb stuff and the pain

goes away...:))

 


 

 

 

 


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
Thanks
for reply. I think that there is a specified book for VC# and autocad. I'm
going to start reading. :D.
Message 5 of 15
szenert
in reply to: ethiel

I used the book "VB.NET Programming for AutoCAD Customization" by Jerry Winters to get me started, but obviously that uses VB.NET.

A good resource for C# is Kean Walmsley's Autodesk Blog, he posts a great deal of useful code snippets in C#. I usually go there just as a reference and change his code to VB.NET accordingly, but you should be able to get a great deal out of it. The site is http://through-the-interface.typepad.com/through_the_interface/autocad_net/index.html , that will bring up all the posts on one page and let you search for anything you want to find. Can't really help you for just starting out though... besides the advice to always dispose of your transactions. Those buggers can be tricky.
Message 6 of 15
ethiel
in reply to: ethiel

No problem. I know VB, VC# and Visual C++ (I'm engineer of computer). The .net don't have misteries.

I have an idea: Is there a specific forum for code?.

It was very useful have all codes together. Edited by: ethiel on Dec 22, 2008 6:12 PM
Message 7 of 15
szenert
in reply to: ethiel

I use this site a lot, as well as http://www.theswamp.org and http://forums.augi.com/forumdisplay.php?f=215

They don't really have a specifically C# section, but they don't have a VB.NET section either so you and I are in the same boat. Just register and post when you have questions, people are usually pretty good about answering your questions. Nobody has really been around this week (hmmm, wonder why lol) but normally a lot of people frequent all 3 sites.

Good luck! Edited by: szenert on Dec 26, 2008 8:48 AM
Message 8 of 15
Anonymous
in reply to: ethiel



Sorry this is not a public video...


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
"Paul Richardson" <prichardson<lastpoint> wrote in message
href="news:6094126@discussion.autodesk.com">news:6094126@discussion.autodesk.com
...


As soon as there is one worth reading we'll all
know about it... Just keep reading here for now and

realize the curve is shorter than you think as
long as you' ve taken the time to learn the .net framework

and the language you've choosen.

 

Also check out the videos and tutorials from
Autodesk. Fenton Webb has a video on 'intro to autocad .net'.

I've only watched the beginning and most was in
VB but this doesn't matter as the concepts are the same

in c#. I assume he goes between c# and vb through
out (just squint your eyes on the vb stuff and the pain

goes away...:))

 


 

 

 

 


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
Thanks
for reply. I think that there is a specified book for VC# and autocad. I'm
going to start reading. :D.
Message 9 of 15
patrick.emin
in reply to: szenert

See also http://www.acadnetwork.com


Patrick Emin animateur de la communauté francophone


Vous avez trouvé un message utile? Alors donnez un "J'aime" à ce message!
Votre question a eu une réponse satisfaisante? Voulez vous avoir l'amabilité de cliquer sur le bouton
 APPROUVER LA SOLUTION  en bas de la réponse qui apporte une solution?
Signez notre Livre d'Or
Message 10 of 15
SENL1362
in reply to: ethiel

 

Stephen Preton from Autodesk Developer Technical Services Team  (DevTech) wrote this:

AutoCAD-NET-Developers-Guide.pdf, 541 pages

Starts with Visual Studio, Covers both C# and VB.NET for AutoCAD 2010

 

 

 

 

 

Message 11 of 15
Rob.O
in reply to: SENL1362

I have seen the AutoCAD-NET-Developers-Guide.pdf on Scribd, but from what I can tell, it is exactly the same as the Online Developers guide found here:

 

http://docs.autodesk.com/ACD/2010/ENU/AutoCAD%20.NET%20Developer's%20Guide/index.html

Message 12 of 15
SENL1362
in reply to: Rob.O

I don't think so. I can't show you the contents because i am not a lawyer. Maybe Stephen Preton can comment.

 

It's a nice addition to the ebook VBNetForAutoCAD2010.PDF from  if you want to learn c# too.

Also C# 4.0 in a Nutshell The Definitive Reference.pdf is very usefull.

After reading -- and understanding -- these books i was able to understand the discussions of the pro's in this forum and in

http://www.theswamp.org/ and in http://www.acadnetwork.com/

in particular the understanding of LINQ is very usefull.

 

 

 

 

 

 

Message 13 of 15
Rob.O
in reply to: SENL1362

So if it is not the same as the AutoCAD .NET Developer's Guide, where can we find this new book for purchase???

 

I would be very interested!

Message 14 of 15
SENL1362
in reply to: Rob.O

it's not new, sept 2009, and it describes AutoCAD 2010 and VS 2008

 

See the contents here

http://www.scribd.com/doc/19381092/AutoCAD-NET-Developers-Guide

 

Download this complete book costs only $5.

 

 

 

Message 15 of 15
exue
in reply to: ethiel

Hi, all...

there are somegood books on autocad .net out there.

VB.NET for AutoCAD 2010 by Jerry Winters (vbcad.com)

Is a good book

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk DevCon in Munich May 28-29th


Autodesk Design & Make Report

”Boost