Results 1 to 3 of 3

Thread: to Learn .Net basic

  1. #1
    AUGI Addict
    Join Date
    2006-04
    Location
    (getpoint "Anywhere on the Enter Key =>")
    Posts
    1,160
    Login to Give a bone
    0

    Default to Learn .Net basic

    Hi All,
    I've some AutoLisp knowledge and know 0.00% of .Net
    I come to this forum because I know that AutoLisp is a drawing level language.
    I am now going to learn some basic of .Net.
    To start, could anyone please give me some help on which can be functional when a drawing is open.
    Here is a sample:
    Code:
    If a specified drawing (in folder "C:\Test", for example) is open, set "LTscale" to 0.5.
    Thanks in advance.

  2. #2
    AUGI Addict fixo's Avatar
    Join Date
    2005-05
    Location
    Pietari, Venäjä
    Posts
    1,269
    Login to Give a bone
    0

    Default Re: to Learn .Net basic

    Hi BoKirra,
    Sorry, but do not you bother on me
    You don't need any example of code at all , first you have to
    read some documents about using .NET API, and would be good
    to buy the book about this (say on http://www.vbcad.com/)
    Just for your first attempt you could be able to start from there:
    http://docs.autodesk.com/ACD/2011/EN...8c7ca-43ef.htm
    You might be want to check all classes in AUGI archive classes as well

  3. #3
    Past Vice President / AUGI Volunteer peter's Avatar
    Join Date
    2000-09
    Location
    Honolulu HI
    Posts
    1,109
    Login to Give a bone
    0

    Default Re: to Learn .Net basic

    I think learning .net is a great way to expand your skills.

    IMHO there is nothing better than LISP for document level work, but so much of what we do today deals with more than just drawing files... That is where .net comes in.

    I learned basic in 1973, so I think (speak) it.

    So I like vb.net and I agree with fixo's suggestion on Jerry Winters book at VBCAD.

    Its a great place to start.

    Also your community college teaches .net classes in VB and C.

    Take one and you will be way ahead.

    If I were starting out today I would suggest learning C instead of VB (even though I prefer VB)

    Why...

    1.) AutoCAD is written in C++ (ObjectARX). (A variant of C)

    2.) C# is managed code like VB.net but uses similar syntax to ARX.

    3.) XCode used in MAC platforms is ANSI C

    (so you can kill 3 birds with one stone learning C.)

    P=
    AutomateCAD

Similar Threads

  1. How to learn ARX
    By Sreekanth Pillai in forum ARX
    Replies: 3
    Last Post: 2017-08-07, 06:08 PM
  2. can you create plans in revit? basic basic
    By comical_wenger in forum Revit Architecture - General
    Replies: 5
    Last Post: 2009-06-22, 01:36 PM
  3. Where can I learn more?
    By ReachAndre in forum AutoLISP
    Replies: 3
    Last Post: 2006-08-27, 12:44 PM
  4. What to learn?
    By madcadder in forum AutoLISP
    Replies: 2
    Last Post: 2005-05-22, 10:23 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •