.net commands

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a place (website/book) that I can use to see what are "commands and
tools" that are recommended to be used by the .net 1.1 developer? For example
if I want to use com objects, what are all the
combination of commands and tools that I can use?
 
msdn.microsoft.com

Based on your question (and please don't take this the wrong way), it sounds
like you need to learn what .NET is and the fundamentals of how to work with
it because the "commands and tools" you are asking about is essentially
asking "how do you work in .NET?".
 
Wendy said:
Is there a place (website/book) that I can use to see what are
"commands and tools" that are recommended to be used by the .net 1.1
developer? For example if I want to use com objects, what are all the
combination of commands and tools that I can use?

I think that Scott's answer is perceptive, but to be more precise about
where to start with the .NET tools, start here:

http://msdn.microsoft.com/library/en-us/netstart/html/cptoolsdebug_start.asp?frame=true

Richard
 
Back
Top