|
Where is a good place to start with making an application in .NET that communicates through OPC ?
Started by Geoffrey Chetwood on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You can find a good article and a library to start with here: http://www.codeproject.com/KB/COM.
|
|
Being someone new to AJAX, what would be a good place to start?
What books/tutorials would you recommend?
Started by vipinsahu on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
For a book, look at Head First Ajax
Edit based on Kim's answer: Once you've learned some of the basics about... .
W3Schools AJAX Tutorial will probably be your best bet for an online tutorial .
I usually visit
http://ajaxian.com/
for any help i need on ajax.
|
|
I can't find a good place to start. It is such a large framework I don't know where to begin. Should it be GUI developer with Qt Creator and all of those tutorials? There are just so many... Where do you start with Qt?
P.S. Do you pronounce it "Cute"?...
Started by Sublimemm on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I find this website a great place to start http://www.zetcode.com/tutorials/qt4tutorial from the tutorial, I then start looking for what do I want to do that's not in the tutorial? Google and sites like this then become my best friend....
|
Ask your Facebook Friends
|
So I have been a .Net developer for the past decade and am thinking of learning either C or C++ (with a strong preference to C++).
Does anyone know a good place where a C# fanboi can get started learning C++ (or C)? With so many tutorial sites on the ...
Started by Ash on
, 16 posts
by 16 people.
Answer Snippets (Read the full thread at stackoverflow):
Start with simple problems, look how.
Www.topcoder.com ) algorithm competitions and than participating.
|
|
I have experience writing console and network client/server apps in C and C++, but I know next to nothing about using the win32 visual API, MFC, QT, WxWidgets, etc. Where is a good place to start, and what method should I specialize in, so as to be future...
Started by Ed on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
I don't know if I'd call it a good place to start, but if you want to be future ready, take a look be an excellent place to start to learn the basics and extend into the more advanced capabilities places to start....
|
|
This is a C# question, but really could be language-agnostic
I have inherited a large object model (100+ types), with a hierarchy of objects that 'own' 0..n of other typed objects that all share a base (where there is a 'relatively' strict type hierarachy...
Started by johnc on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If you can complete the entire process in a reasonable amount of time, start with the bases and go in the meantime, start at the top and work your way down a few classes at a time
i would look this may not solve your problems, it may give....
|
|
Just recently started having issues with a SQL Server Agent Job that contains a SSIS package to extract production data and summarize it into a separate reporting database.
I think that some of the Alerts/Notifications settings I tried playing with caused...
Started by CrazyOnYou on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
SQLMenace.
Is probably a good place to start (or at least I like it and generally find it useful).
|
|
Hi friends,
i am working in php as backend . i want to start learing ajax using mootools in php. if anyone have great start tutorial pl help and send me url.
Thanks in Advance
Started by Mehul Panchal on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
AJAX is just one part of the whole.
Also don't forget
Start with learning JavaScript, first.
|
|
I need to learn assembly using SSE instructions and need gcc to link the ASM code with c code.
I have no idea where to start and google hasn't helped.
Started by PCBEEF on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You might want to start looking through the chip but it's pretty good to start learning..
Give good step by step intros using simple examples.
|
|
I have a background of Java and would like to start learning PHP. It should be interactive as in having "assignments" and problems to be solved as a part of the course and not just as a course which gives the syntax and the semantics of the language.
Started by AJ on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
Then the even....
You can write some real basic hello world stuff
<?php to seperate the html from the php .
place to see how others do it Ive known a lot of transitioning programmers who have used start with the command line (aka php-cli.
|