Author Topic: .NET Getting Started  (Read 123912 times)

0 Members and 2 Guests are viewing this topic.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
.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]
  1.                 foreach (MText mtxt in mtextToFix)
  2.                 {
  3.                     mtxt.Contents = mtxt.Text;
  4.                 }
  5.  

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 »
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.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
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
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.

Chuck Gabriel

  • Guest
Re: .NET Getting Started
« Reply #2 on: March 03, 2010, 07:28:53 AM »
This should probably be a sticky.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: .NET Getting Started
« Reply #3 on: March 05, 2010, 11:48:04 PM »
This should probably be a sticky.

Done !


Anyone else have any links to tutorials of books ??
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.

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 ]
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>
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.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
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
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.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
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
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.

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

CADbloke

  • Bull Frog
  • Posts: 342
  • Crash Test Dummy
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.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
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  8-)
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.

Glenn R

  • Guest
Re: .NET Getting Started
« Reply #11 on: September 03, 2010, 04:43:41 AM »
hehe....even if he is a 'mexican' :D

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
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

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.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
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

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.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
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
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.

Jeff H

  • Needs a day job
  • Posts: 6144
Re: .NET Getting Started
« Reply #15 on: November 23, 2011, 09:19:29 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
Nice Find!!
 

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



Big difference can read the code as if if opened in Visual Studio
 

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
Link for main VB page
 
Again good find and thanks.
 
 

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: .NET Getting Started
« Reply #16 on: November 23, 2011, 09:31:22 PM »

My pleasure, I don't get to participate as much as I'd like, so an occasional link is easy.
This was referenced on one of my feeds, and I have a lifetime membership at LearnVisualStudio.net so I know Bob's Style.
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.

nivuahc

  • Guest
Re: .NET Getting Started
« Reply #17 on: March 27, 2012, 09:33:32 AM »
Are there any up to date online lessons for developing with C# that are geared towards AutoCAD products and relatively painless to follow?

I'm not having any luck.

All of the current stuff on Autodesk's site seems to be geared towards Revit or is older and impossible to learn from (e.g. Podcasts that are horribly produced and somewhat out of date).

Benzirpi

  • Guest

Jeff H

  • Needs a day job
  • Posts: 6144
Re: .NET Getting Started
« Reply #19 on: October 14, 2012, 08:06:05 PM »
Have not watched any but all are free and has videos for computer languages, math, networking, etc......
The New Boston Education
 
Since the .NET forum
C# 200 Videos
VB 200 Videos
 
 

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: .NET Getting Started
« Reply #20 on: October 14, 2012, 09:16:17 PM »
Thanks Jeff.
I bookmarked the JavaScript, JQuery, XHTML and HTML5 links too.

there's just not enough hours in the day !!  :)
« Last Edit: October 14, 2012, 09:21:04 PM by Kerry »
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.

cadplayer

  • Bull Frog
  • Posts: 390
  • Autocad Civil3d, OpenDCL.Runtime, LISP, .NET (C#)
Re: .NET Getting Started
« Reply #21 on: November 05, 2012, 05:05:17 AM »
Hi!

I´m absolut newbi in C# Application and have learned the basic´s. I think about future and will program in Autocad Civil API, how can see a guidance to use Autocad API.
The problem is I only find viewings in Visual basic, know anybody is there in c#

CADbloke

  • Bull Frog
  • Posts: 342
  • Crash Test Dummy
Re: .NET Getting Started
« Reply #22 on: December 12, 2012, 10:09:29 PM »
A couple of good resources for learning online ... http://pluralsight.com/training/courses & http://tekpub.com/library (Pluralsight bought them and now host their courses) both offer video courses on various topics. Both have varying subscription options that aren't particularly expensive. Pluralsight has the option of paying more for the code and course materials as well.

http://channel9.msdn.com/ is also good (and free), particularly the recordings of presentations at events like Build / PDC & Tech Ed etc.

Here's a getting started page on MSDN (also free).  Believe it or not, Bing is a great way to search for things in the .NET framework and MSDN library

Learn to use source control. Git & Mercurial (Hg) are the front runners. I prefer Mercurial...but now use Git... (Mostly for TortoiseHg) but Git is the popular with all the kids. If you're using Windows then http://windows.github.com/ is a good Git client, easy to use. Google for getting started tutorials on those - there are tons. There's a fundamental difference between DVCS (Git & Hg et al - Google it) & checkout-based systems. Short answer - DVCS good, Visual Source Safe bad, Subversion old, TFS Idontevenbutitspopular. Do some homework. Or just use Git. Another improving option is https://www.visualstudio.com/ as a git host. If you like TFS and all that then this is a good option. It is tightly integrated with Visual Studio, as you would expect.

Set up accounts and browse open source projects on
to see what is out there and see how others write code.

To host your own code http://www.fogcreek.com/kiln/ is private Hg & Git, free for 1-2 people. This is my favorite, not least because you can use Git & Hg interchangeably on the same repo, seamlessly. Wow. Not free anymore and doesn't do Git <=> Hg anymore. I pay for Github these days

Bitbucket has free private repositories (Hg or Git but no conversions) and there is also http://www.visualstudio.com/ (Private TFS & Git). Github has private repos but they are paid. I use Fugbugz (not so much these days) Trello + Kiln although I'd say Bitbucket & Github are less complex and probably more apt for anyone who is not a big corp team. Try them and see what suits you. I use both Kiln and Bitbucket - both to limit the damage from my stupids and also in case one has an outage. GitLab is a newer alternative with free Git Hosting: https://about.gitlab.com/gitlab-com/

... added later ... In the Git vs Hg war I have decided that everybody wins. The clients play well together so why not use both? They behave in a similar fashion and (I think) their evolution is bringing them closer over time.
... even later ... I am mostly Git these days, particularly now the integration with Visual Studio makes most of the trivial stuff so convenient.

For Git tips see http://git-scm.com/book & There's a Pluralsight video course. The Visual Studio addon for Git is good and Microsoft have recently officially adopted Git.

For Mercurial (aka Hg) See http://hginit.com/ & http://mercurial.selenic.com/wiki/. There are Pluralsight video courses.  The Visual Studio addon for Hg is good, as is the one for Git (2015 update - Git is mostly integrated in VS2015). I currently (mid 2014) use the VisualHg version at https://bitbucket.org/lmn/visualhg2/wiki/Home

TortoiseHg & TortoiseGit play fine together on Windows. I use SmartGit/Hg on Windows these days. It's not free for commercial use (it is free for personal use) and it runs in Java but it works well (for me)  Sourcetree is a nice Windows / Mac client for both Git & Mercurial. There are other tools. It's a coke / Pepsi thing - try a few and see which one you like. Presently (Oct 2015) I find SmartGit more actively maintained.

Use Source control - it gives you the freedom to stuff it all up totally and then save the day with a couple of clicks. If you adopt no other newfangled thing, do this.

I mentioned it above but http://StackOverflow.com is a brilliant resource. So is The Swamp but you know that already.

https://trello.com/ is great for organising stuff, it was run by Fog Creek (Fogbugz) and it's Free. I use it for everything. E v e r y t h i n g.

Write code. Break things. That's how you learn.

[edit: added TortoiseHg & Github for Windows links & later more Git & Hg links & the TFS online thang]

Did I mention Use Source control? No, really, it's the most liberating coding-thing you will ever learn.
« Last Edit: March 27, 2017, 08:52:15 PM by CADbloke »

HasanCAD

  • Swamp Rat
  • Posts: 1420
Re: .NET Getting Started
« Reply #23 on: December 25, 2012, 03:23:37 AM »
In fact this thread is very good.
but im as a beginner What should I start to learn?

nobody

  • Swamp Rat
  • Posts: 861
  • .net stuff
Re: .NET Getting Started
« Reply #24 on: February 19, 2013, 09:50:49 PM »
Bookmarked! Thank you!

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: .NET Getting Started
« Reply #25 on: February 20, 2013, 02:02:11 AM »
<..>
Write code. Break things. That's how you learn.

<..>

 :-D
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.

Jeff H

  • Needs a day job
  • Posts: 6144
Re: .NET Getting Started
« Reply #26 on: May 06, 2013, 01:52:20 PM »
A easy to understand article that anyone programming with .NET framework should understand.
Six important .NET concepts: Stack, heap, value types, reference types, boxing, and unboxing

Inciner

  • Guest
Re: .NET Getting Started
« Reply #27 on: February 28, 2014, 07:23:57 PM »
Awesome O_o

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: .NET Getting Started
« Reply #28 on: January 27, 2015, 08:33:38 PM »
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.

huiz

  • Swamp Rat
  • Posts: 913
  • Certified Prof C3D
Re: .NET Getting Started
« Reply #29 on: February 16, 2015, 02:58:19 AM »
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


Qios and Component Factory (Kripton) are not available anymore.

The conclusion is justified that the initialization of the development of critical subsystem optimizes the probability of success to the development of the technical behavior over a given period.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: .NET Getting Started
« Reply #30 on: April 03, 2015, 12:37:48 AM »

Thanks to James Michael Hare

The Original C#/.NET Little Wonders Trilogy The C#/.NET Little Wonder Sequels The C# 6 Little Wonders The Visual Studio Little Wonders The C#/.NET Concurrent Little Wonders The C#/.NET Little Pitfalls The C#/.NET Little Wonders and Little Pitfalls Presentations
C#/.NET Little Wonders from BlackRabbitCoder 
More Little Wonders of C#/.NET from BlackRabbitCoder 
C#/.NET Little Pitfalls from BlackRabbitCoder  The C#/.NET Fundaments: Of Lambdas and LINQ Presentation
Of Lambdas and LINQ from BlackRabbitCoder
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.

CADbloke

  • Bull Frog
  • Posts: 342
  • Crash Test Dummy
WPF MVVM - lots of links for your Lerns and Entity Framework bonus
« Reply #31 on: April 28, 2015, 06:00:37 AM »
A few months ago I binged on the Internet to learn more about WPF MVVM, here is a cherry-picked list of links I saved. There are  215 links so they are attached as a html page, otherwise this would look like the spammiest comment on the Internet).

A lot of the good WPF articles date back to 2008-ish, don't let that scare you, it hasn't changed fundamentally much since then so they are still very relevant. Code Project was da bomb back in the day (it is still a good resource).

Um, there's a lot of links, ok but don't let that scare you. Have a browse and you will get a good idea (I hope) of the WPF landscape. Like anything in our programming world there is an infinite depth you can dive to, it depends on how long you can hold your breath. Trust me, I'm messing with Entity Framework at the moment.  oh, you want to know about that too? Sucker...
So far I've managed to get 240,000 attributes in  37,000 blocks from 205 drawings into SQL Server in 4 minutes (with no Async) so it's not as slow as it used to be (the AutoCAD part of it takes ~ 1 minute). EF is actually not especially difficult to use either although it is very easy to use it badly, as I rediscover on a regular basis. Stack Overflow has lots of great answers to a lot of tricky edge-case stuff, as per usual.

If you haven't already figured it out, learning about this stuff is just as iterative as doing it, if you don't stuff it up lots you're not getting better at it.

...edit a few days later...in yet another effort to break things I Asynced the Entity framework routines and the process time when from just over 4 minutes to 2 - 2-1/2 minutes.
« Last Edit: January 09, 2016, 08:21:15 PM by CADbloke »


CADbloke

  • Bull Frog
  • Posts: 342
  • Crash Test Dummy
Re: .NET Getting Started
« Reply #33 on: January 09, 2016, 11:02:51 PM »

nobody

  • Swamp Rat
  • Posts: 861
  • .net stuff

kdub_nz

  • Mesozoic keyThumper
  • SuperMod
  • Water Moccasin
  • Posts: 2122
  • class keyThumper<T>:ILazy<T>
Re: .NET Getting Started
« Reply #35 on: July 12, 2016, 12:36:47 AM »
Noticed this today :
https://www.microsoft.com/net/learn
leads to :
https://www.microsoft.com/net/tutorials/csharp/getting-started   interactive
http://www.tryfsharp.org/Learn                                                       interactive

by Bob Tabor , author of the prev link referenced course
https://mva.microsoft.com/en-US/training-courses/absolute-beginners-for-vb-update-8297?l=3THjWMYy_4904984382
Called Kerry in my other life
Retired; but they dragged me back in !

I live at UTC + 13.00

---
some people complain about loading the dishwasher.
Sometimes the question is more important than the answer.

kdub_nz

  • Mesozoic keyThumper
  • SuperMod
  • Water Moccasin
  • Posts: 2122
  • class keyThumper<T>:ILazy<T>
Re: .NET Getting Started
« Reply #36 on: April 22, 2017, 01:17:50 AM »
Called Kerry in my other life
Retired; but they dragged me back in !

I live at UTC + 13.00

---
some people complain about loading the dishwasher.
Sometimes the question is more important than the answer.

Rshirsagar99

  • Guest
Re: .NET Getting Started
« Reply #37 on: December 25, 2017, 06:58:02 AM »
Thank You Kerry,
 Your post is so informative and much more impotent for all the .Net beginners, I hope they get my point and bookmark this post. Keep up the great work and keep coming with such a informative things.

Thanks again.

Regards
Rshirsagar

kdub_nz

  • Mesozoic keyThumper
  • SuperMod
  • Water Moccasin
  • Posts: 2122
  • class keyThumper<T>:ILazy<T>
Re: .NET Getting Started
« Reply #38 on: December 25, 2017, 07:19:58 AM »
Hi Rshirsagar

You're welcome. Most of the posts are getting a bit old now but I think the information is still relevant.

Regards,
Kerry
Called Kerry in my other life
Retired; but they dragged me back in !

I live at UTC + 13.00

---
some people complain about loading the dishwasher.
Sometimes the question is more important than the answer.

Rshirsagar99

  • Guest
Re: .NET Getting Started
« Reply #39 on: December 26, 2017, 05:29:16 AM »
Really I hope so, we you please help me in one issue, from last few days I'm searching for Best .Net Blogs For Beginners but I didn't get right one. Right now I'm getting reference from DotNetCurry. But I need more and good.

Regards
Rajesh