|
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.
|
|
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 .
|
Ask your Facebook Friends
|
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.
|
|
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 ....
|
|
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.
|
|
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.
|
|
I am looking for a good tutorial or book that explains how to process a customer's credit card from a form on your site. I read something about using curl, but it wasn't a complete tutorial. I am looking for a lesson that will take me from step 1 to actually...
Started by Chris on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
|
|
I want to refresh my STL knowledge before interview. Could anyone recommend good short and freely downloadable STL tutorial? Thank you.
EDIT: Preferably in PDF.
Started by _me_ on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
For interview I would suggest to refer good book The C++ Standard Library: A Tutorial and Reference by Nicolai M....
Http://www.sgi.com/tech/stl/
http://www.cplusplus.com/reference/stl/
These are two very good sites for STL reference.
|