I'm a newby myself to C#. - Edwin Smith |
Wednesday, March 07, 2007 7:33 PM
|
I'm a newby myself to C#. My advise is either get Visual Studio or download
the free C# Express if you haven't already. Then go to Amazon and get Visual
C# 2005 Step by Step from Microsoft Press. It's about the best primer I've
found for C#. After you go through that book completely you can get more
books to get you further along. I also spend some time browsing these
newsgroups and other online resources.
If you have the money formal classroom training is nice but I neither have
the money nor the time for that. I'm currently building an application for a
medical clinic so don't think you have to be an expert to do some useful
programming, because you don't.
Edwin |
 |
Basic C# Training - Robert Johnson |
Wednesday, March 07, 2007 8:11 PM
|
This site has many video's in VB and C# : www.learnvisualstudio.net and
some are free.
Robert |
 |
The father and son team Deitel and Deitel [1] publish the best textbooks for - clintonG |
Thursday, March 08, 2007 12:12 AM
|
The father and son team Deitel and Deitel [1] publish the best textbooks for
learning programming languages. Its all structured lessons with examples and
excercises just like you asked for; a textbook. I learned C# that way. For
Web Services I used the QUE 70-320 MCAD Training Guide but you may want to
consider learning ATLAS and use JSON instead. I don't use reporting
services.
--
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
MAP http://wikimapia.org/#y=43038073&x=-88043838&z=17&l=0&m=h
[1] http://www.deitel.com/ |
 |
Basic C# Training - Laura T. |
Thursday, March 08, 2007 4:55 AM
|
- a basic C# course that covers C# fundamentals.
http://msdn.microsoft.com/vstudio/express/beginner/windows/tier1/csharp/
http://msdn.microsoft.com/vstudio/express/beginner/web/tier1/csharp |
 |
I admire the effort that went into LearnVisualStudio and would have kept - clintonG |
Thursday, March 08, 2007 12:36 PM
|
I admire the effort that went into LearnVisualStudio and would have kept
buying into an otherwise well done initiative myself if not for the fact
that the current technology can only be used to produce snoozeware. Through
no fault of the producer, this stuff will literally put you to sleep. For
example, videos do not have useable controls like bookmarks or search and
find, and code can not be copied from the presentations and pasted into
other apps for ongoing study of the application of the principles being
taught.
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
MAP http://wikimapia.org/#y=43038073&x=-88043838&z=17&l=0&m=h |
 |
Clinton, did you know that most lessons come with source code to back up what - Robert Johnson |
Thursday, March 08, 2007 4:03 PM
|
Clinton, did you know that most lessons come with source code to back up
what the video's teach?
Robert |
 |