|
What is a good delegates tutorial for C#?
Started by Lucas McCoy on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Basic Tutorials
C# Station tutorial on Delegates MSDN Tutorial on Delegates Tutorials with More Cowbell
Video Tutorial - Delegates Try these:
http://msdn.microsoft.com/en-us/library/aa288459(VS.71).aspx
http://www.devhood....
|
|
Hi Guys,
Has anybody here come across a good tutorial or a reference on VML?
Started by Crimson on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Kindness,
Dan
Further,
Gary Beene has a useful tutorialHow about The W3C's official tutorial? It get's really in-depth (no joke, it's 90.96 KB.
Is right, the submission to the W3c is good too.
|
|
Does anyone know a really good C# generics tutorial?
Started by Lucas McCoy on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
From msdn
From C# StationGo here: 4GuysFromRolla
http://www.java2s.com/Tutorial/CSharp/0380__Generic/Catalog0380.
To take a number of okay/good tutorials to equal a really good tutorial.
|
Ask your Facebook Friends
|
I'm looking for a good online tutorial for PHP. It would be great if it includes exercises.
Started by Michael on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
PHP 101: PHP For the Absolute Beginner.
Since Zend is the PHP company.
Official PHP Site - PHP Getting Started
I would recommend the Zend tutorial.
I would start with W3Schools PHP Tutorial .
|
|
Where can find a very good PHP CMS/BLOG tutorial with objects and classes?
Started by Dave on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Object-Oriented-Programming-with-PHP.html Not sure you will specificaly find a tutorial that'll teach you how to create a blog/CMS and be "good", but you might take a look at least at those links :
How for a reason : if you do want to ....
|
|
Regarding C# Windows Services...
Where can I find a good tutorial?
I'm looking for a tutorial that is good for beginners and people who are out of practice.
Started by Jim G. on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
This is the one that taught me all I needed to know to write my first service: Code Project Simple Window Service
This link from "Switch on the Code" provides all the basic information on developing Windows... .
This one on MSDN is older, but pretty useful.
|
|
What is a good book or tutorial on Standard ML?
Started by Joshua on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
It's what I recommend for people not coming straight from C. .
Its a good book is good if a bit long-winded.
Hansen & Hans Rischel.
I like Introduction to Programming using SML , Michael R .
|
|
I am looking for some good beginners tutorial for learning the basics of CUDA.
Started by Mr Bell on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
The SDK comes with a lot of examples and accompanying .
Some good links for you:
Developing With CUDA - Introduction Volume with the toolkit is a very good start.
To program first, then jump into CUDA.
|
|
I'm trying to get started with my first Eclipse plugin, but can't seem to find a good tutorial on the subject that is newer than 2003, when Eclipse 2.1 was in style. Any pointers on finding a quality tutorial that is still relevant?
Started by levik on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Aside from providing a step-by-step tutorial....
If you don't mind getting a book rather then an online tutorial, I can recommend this book .
I had a co-worker use it to create a plug-in at my last job .
The IBM tutorial is pretty good.
|
|
Hi Guys,
I was looking for a good tutorial on XUL for beginners. Also, it would be great if somebody could point me to a comprehensive reference as well.
Thanks
Started by Crimson on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Not a tutorial, but some useful info: https://developer.mozilla.org/en/The_Joy_of_XUL (also links.
Here is the tutorial I used to get started:
MDC - XUL Tutorial
This tutorial goes through each.
|