Code Red > .NET

.NET Getting Started

(1/8) > >>

Kerry:
.NET Getting Started.

IDE

MS VS2008 MSVS2010
http://www.microsoft.com/express/Downloads/
http://msdn.microsoft.com/en-au/evalcenter/default.aspx

MS EXPRESS Editions 2008 2010
http://www.microsoft.com/express/Downloads/

SharpDEVelop
http://www.icsharpcode.net/OpenSource/SD/

Learning
http://msdn.microsoft.com/en-us/vstudio/cc136611.aspx

Visual C# Developer Centre
http://msdn.microsoft.com/en-au/vcsharp/default.aspx

Visual Basic Developer Centre
http://msdn.microsoft.com/en-au/vbasic/default.aspx

AutoDesk Developer Center
http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=1911627

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

ObjectARX Reference
http://usa.autodesk.com/adsk/servlet/item?siteID=123112&id=785550

AutoCAD .NET Labs
   AutoCAD 2010 .Net Training.zip (zip - 706Kb)
http://images.autodesk.com/adsk/files/autocad_2010_dotnet_training.zip

AutoCAD .NET Wizards NEW!
   AutoCAD 2010 .Net Wizards.zip (zip - 477Kb)
http://images.autodesk.com/adsk/files/autocad_2010_dotnet_wizards.zip

Introduction to AutoCAD .NET Programming DevTV session
http://through-the-interface.typepad.com/through_the_interface/2007/11/devtv-introduct.html

ADN DevCast Episode 1
http://through-the-interface.typepad.com/through_the_interface/2010/02/the-stephen-and-fenton-show-adn-devcast-episode-1.html

DevTV: Introduction to AutoCAD .NET Programming
http://download.autodesk.com/media/adn/DevTV_Introduction_to_AutoCAD._NET_Programming/

AutoDesk Discussion Group
http://discussion.autodesk.com/forums/forum.jspa?forumID=152

Augi forums
http://forums.augi.com/forumdisplay.php?f=215

index: http://www.theswamp.org/index.php?topic=31866.0



Viewing Code :
For a better code viewing option,
In your UserProfile in Look and Layout Preferences set the theme to Mercury.


Copy and Paste code :
With code posts that use the new colored formatting ;
ie

--- Code - C#: ---                foreach (MText mtxt in mtextToFix)                {                    mtxt.Contents = mtxt.Text;                } 
If you use IE9, the best way to copy the code to the clipboard is to select 'Quote' at the top Right of the post
and then clip the code from the post editor.
( Cancel or hit the Page-Back button when done )

FireFox and Chrome will copy the code without the line numbers and retaining the whitespace formatting

Note :
Some of these references are getting a little old. If you find any that are more current please add them to this thread :)

Regards
Kerry

Kerry:

Some Books ...

Microsoft Visual C# 2008 Step by Step ~ John Sharp 
http://www.amazon.com/gp/product/0735624305?ie=UTF8&tag=msdn-vs-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=0735624305

Programming C#: Building .NET Applications with C# ~ Jesse Liberty
http://www.amazon.com/Programming-Building-Applications-Jesse-Liberty/dp/0596006993/ref=sr_1_2?ie=UTF8&s=books&qid=1267593144&sr=1-2

Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition (Windows.Net) ~ Andrew Troelsen
http://www.amazon.com/2008-NET-Platform-Fourth-Windows-Net/dp/1590598849/ref=pd_sim_b_10
OR wait for
Pro C# 2010 and the .NET 4.0 Platform, Fifth Edition ~ Andrew Troelsen
http://www.amazon.com/Pro-2010-NET-Platform-Fifth/dp/1430225491/ref=pd_sim_b_70

Code Complete: A Practical Handbook of Software Construction ~ Steve McConnell
http://www.amazon.com/Code-Complete-Practical-Handbook-Construction/dp/0735619670

Chuck Gabriel:
This should probably be a sticky.

Kerry:

--- Quote from: Chuck Gabriel on March 03, 2010, 07:28:53 AM ---This should probably be a sticky.

--- End quote ---

Done !


Anyone else have any links to tutorials of books ??

T.Willey:
I used this to get my programs to just run.

Editing the registry to have the dll  be demand loaded, and the commands defined ~ Glenn R.
[ http://www.theswamp.org/index.php?topic=16184.msg196725#msg196725 ]

Navigation

[0] Message Index

[#] Next page

Go to full version