Can anyone recommend a book that teaches me how to use the tool? Most books I find dive into the C# code, and I just need a book that teaches how to use the development tool.
Microsoft Visual C# 2005 express edition?
There are many. But the best official source is from Microsoft itself and also from Addison Wesley.
Reply:This is a following to a C# program:
#include (stdio.h)
main()
{
// Program lines
}
Sample:
#include (stdio.h)
main()
{
if()
printf "Hello!"
printf "Welcome to Windows XP/Vista/Loopy XP!"
else()
printf "Goodbye!"
}
Reply:There are plenty of books on Amazon. Make sure you search for Visual C#.NET and not C#.
The first one gives you the tool the second one gives you the language.
Reply:do a search for "visual c# walk-through" i've upgraded since studio express, but if i remember correctly the help documentation is pretty good. if u get stuck u can always look things up on msdn.microsoft.com
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment