Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Login
Register
TheSwamp
»
Code Red
»
.NET
»
Topic:
.NET Getting Started
« previous
next »
Print
Pages: [
1
]
2
3
All
|
Go Down
Author
Topic: .NET Getting Started (Read 111012 times)
0 Members and 1 Guest are viewing this topic.
Kerry
Mesozoic relic
Seagull
Posts: 11654
class keyThumper<T>:ILazy<T>
WWW
.NET Getting Started
«
on:
March 03, 2010, 12:03:03 AM »
.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#:
[Select]
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
«
Last Edit: April 21, 2012, 05:33:56 AM by Kerry
»
Logged
kdub in one timeline.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.
--> Donate to theSwamp<-
Kerry
Mesozoic relic
Seagull
Posts: 11654
class keyThumper<T>:ILazy<T>
WWW
Re: .NET Getting Started
«
Reply #1 on:
March 03, 2010, 12:17:54 AM »
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
Logged
kdub in one timeline.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.
--> Donate to theSwamp<-
Chuck Gabriel
Guest
Re: .NET Getting Started
«
Reply #2 on:
March 03, 2010, 07:28:53 AM »
This should probably be a sticky.
Logged
Kerry
Mesozoic relic
Seagull
Posts: 11654
class keyThumper<T>:ILazy<T>
WWW
Re: .NET Getting Started
«
Reply #3 on:
March 05, 2010, 11:48:04 PM »
Quote from: Chuck Gabriel on March 03, 2010, 07:28:53 AM
This should probably be a sticky.
Done !
Anyone else have any links to tutorials of books ??
Logged
kdub in one timeline.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.
--> Donate to theSwamp<-
T.Willey
Needs a day job
Posts: 5251
Re: .NET Getting Started
«
Reply #4 on:
March 08, 2010, 06:09:20 PM »
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
]
Logged
Tim
I don't want to ' end-up ', I want to ' become '. - Me
Please think about donating if this post helped you.
Kerry
Mesozoic relic
Seagull
Posts: 11654
class keyThumper<T>:ILazy<T>
WWW
Re: .NET Getting Started
«
Reply #5 on:
March 27, 2010, 06:45:47 PM »
From
Through the interface
Getting started with Autodesk's APIs
Getting started with AutoCAD and .NET
Tools Links : ArxDbg, MgdDbg, Inspector 2007-2009 & 2010
Logged
kdub in one timeline.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.
--> Donate to theSwamp<-
Kerry
Mesozoic relic
Seagull
Posts: 11654
class keyThumper<T>:ILazy<T>
WWW
Re: .NET Getting Started
«
Reply #6 on:
April 09, 2010, 09:25:00 PM »
for VS2010 IDE
http://www.theswamp.org/index.php?topic=32974.msg384418#msg384418
Regarding LearnVisualStudio.net Video Library
Logged
kdub in one timeline.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.
--> Donate to theSwamp<-
Kerry
Mesozoic relic
Seagull
Posts: 11654
class keyThumper<T>:ILazy<T>
WWW
Re: .NET Getting Started
«
Reply #7 on:
August 16, 2010, 03:14:48 PM »
A new version of the AutoCAD .NET Wizard has been posted– compatible with
AutoCAD 2011
and with
Visual Studio 2010
http://through-the-interface.typepad.com/through_the_interface/2010/08/new-version-of-the-autocad-net-wizard-posted.html
Logged
kdub in one timeline.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.
--> Donate to theSwamp<-
jgr
Guest
Re: .NET Getting Started
«
Reply #8 on:
September 02, 2010, 09:58:24 PM »
Free utilities and components for dotNet
Utilities:
Free obfuscator for .NET
http://www.foss.kharkov.ua/g1/projects/eazfuscator/dotnet/Default.aspx
Utility that can be used to merge multiple .NET assemblies into a single assembly
http://www.microsoft.com/downloads/details.aspx?FamilyID=22914587-b4ad-4eae-87cf-b14ae6a939b0&displaylang=en
C# Exception Logger
http://www.doogal.co.uk/exception.php
PInvoke Interop Assistant
helps developers to efficiently convert from C to managed P/Invoke signatures or verse visa.
http://clrinterop.codeplex.com/releases/view/14120
Components and controls:
Object database engin (open source)
http://db4o.com/
45 free WinForms Controls
http://www.componentfactory.com/product?id=3
30 free WinForms Controls
http://www.qiosdevsuite.com
Zip and Unzip (open source)
dotnetzip.codeplex.com
Logged
CADbloke
Bull Frog
Posts: 340
Crash Test Dummy
WWW
StackOverflow - programming Q & A
«
Reply #9 on:
September 03, 2010, 04:12:44 AM »
Just in case you missed it -
http://stackoverflow.com/
has over 900,000 programming questions and answers ... so far. Lots of .NET, not so much AutoCAD.
Logged
Find and Replace for CAD
,
Broadcast Systems Documentation
,
@CADbloke
,
Github
Kerry
Mesozoic relic
Seagull
Posts: 11654
class keyThumper<T>:ILazy<T>
WWW
Re: .NET Getting Started
«
Reply #10 on:
September 03, 2010, 04:24:22 AM »
CADbloke
I've been using stackoverflow a bit myself recently.
Can't quite make up my mind about the member evaluation system there, but they sure do handle a lot of questions each day ... and with pretty good manners
Thanks for the post, and welcome to theSwamp
ps:
good to see a another fellow countryman
Logged
kdub in one timeline.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.
--> Donate to theSwamp<-
Glenn R
Water Moccasin
Posts: 1932
What idiot child of married cousins wrote this?!
Re: .NET Getting Started
«
Reply #11 on:
September 03, 2010, 04:43:41 AM »
hehe....even if he is a 'mexican'
Logged
Me
Kerry
Mesozoic relic
Seagull
Posts: 11654
class keyThumper<T>:ILazy<T>
WWW
Re: .NET Getting Started
«
Reply #12 on:
November 22, 2011, 08:53:37 PM »
C# Fundamentals: Development for Absolute Beginners
A newly collated 24 episode series on Channel 9 at MSDN.
http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners#tab_sortBy_sequential
I haven't seen the videos but they seem to be presented by Bob Tabor who's work I am familiar with at
www.LearnVisualStudio.net
.
Should be great for a refresher course as well as for Beginners.
Regards
Logged
kdub in one timeline.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.
--> Donate to theSwamp<-
Kerry
Mesozoic relic
Seagull
Posts: 11654
class keyThumper<T>:ILazy<T>
WWW
Re: .NET Getting Started
«
Reply #13 on:
November 22, 2011, 11:39:11 PM »
Addendum to previous post.
DO NOT view the lesson by clicking the piccy ( the default resolution is a little crappy)
Select either
High Quality WMV
(PC, Xbox, MCE)
or
High Quality MP4
or better yet, download the WMV
enjoy
Logged
kdub in one timeline.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.
--> Donate to theSwamp<-
Kerry
Mesozoic relic
Seagull
Posts: 11654
class keyThumper<T>:ILazy<T>
WWW
Re: .NET Getting Started
«
Reply #14 on:
November 23, 2011, 12:15:28 AM »
Just noticed that there is also a Series for VB.net if you want to go that way.
http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners/Series-Introduction-01
Logged
kdub in one timeline.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.
--> Donate to theSwamp<-
Print
Pages: [
1
]
2
3
All
|
Go Up
« previous
next »
TheSwamp
»
Code Red
»
.NET
»
Topic:
.NET Getting Started