473,386 Members | 1,886 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Any Coding Tools or Utilities I Should be Using?

Are there any tools besides Visual Studio that I should be using to
learn C#. What utilities do you folks use and think could be helpful to
somebody trying to grasp all this?
Thanks,

Jack
Aug 15 '08 #1
3 1078
On Thu, 14 Aug 2008 17:12:56 -0700, Arcticool <ar*******@hotmail.com>
wrote:
Are there any tools besides Visual Studio that I should be using to
learn C#. What utilities do you folks use and think could be helpful to
somebody trying to grasp all this?
Just for learning C#? IMHO, Visual Studio is all you need.

That said, once you've got the language fundamentals down pat, you will
almost certainly find the ILDASM.EXE tool that comes with Visual Studio,
and "Reflector for .NET" (http://www.aisto.com/roeder/dotnet/) useful for
inspecting the code the compiler generates and decompiling existing code
(respectively). You can learn a lot by looking at what the compiler is
doing, as well as how other managed code has been implemented.

I know less about the code and memory profiling tools available, having
used neither except the built-in code profiler for Visual Studio. But for
advanced optimization issues, those can be useful too. I don't really
think of them as learning tools though.

Pete
Aug 15 '08 #2
On Aug 15, 1:12*am, Arcticool <arctic...@hotmail.comwrote:
Are there any tools besides Visual Studio that I should be using to
learn C#. What utilities do you folks use and think could be helpful to
somebody trying to grasp all this?
I'm not sure I'd put it under the "learning" part, but JetBrains
ReSharper is an absolute must-have VS add-on in my view. Things like
better code navigation and usage searching, better refactoring and an
integrated unit test runner are very important to me.

http://jetbrains.com/resharper

Jon
Aug 15 '08 #3
On Aug 15, 10:08*am, "Jon Skeet [C# MVP]" <sk...@pobox.comwrote:
On Aug 15, 1:12*am, Arcticool <arctic...@hotmail.comwrote:
Are there any tools besides Visual Studio that I should be using to
learn C#. What utilities do you folks use and think could be helpful to
somebody trying to grasp all this?

I'm not sure I'd put it under the "learning" part, but JetBrains
ReSharper is an absolute must-have VS add-on in my view. Things like
better code navigation and usage searching, better refactoring and an
integrated unit test runner are very important to me.
To clarify: VS2008 SP1 has "Go to definition" and "Find references"
for symbols out of the box, and Professional versions and higher have
an integrated unit test runner (for the MS unit testing framework,
naturally). ReSharper offers somewhat more convenient searching and
navigation, and provides many more advanced refactorings, but for a
beginner, the stock ones in VS should be more than sufficient.

In addition, ReSharper is often subjectively perceived to be rather
slow, dragging down the entire IDE with it, so some people avoid it
for this sole reason (myself included). But given that many others
happily use it, it does seem to be subjective enough, so probably not
something worth worrying about before you actually try it for
yourself.
Aug 15 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Micah | last post by:
Anyone know if there is any organized effort underway to implement the Python equivalent of "Perl Power Tools" <http://ppt.perl.org/>? If not, would starting this be a waste of effort since: -...
144
by: Natt Serrasalmus | last post by:
After years of operating without any coding standards whatsoever, the company that I recently started working for has decided that it might be a good idea to have some. I'm involved in this...
8
by: Electrified Research | last post by:
I just want to know other peoples' views about this. Now that VS2005 is out, how do people feel about visual editors? Personally I am so comfortable with hand coding that Visual Studio along...
7
by: Randy Yates | last post by:
This has probably been asked before so please be gracious. I have looked on the postgres site and didn't find anything "satisfying." Is there *good* overview of postgres and associated...
50
by: Konrad Palczynski | last post by:
I am looking for tool to validate conformity to defined coding standard. I have already found Parasoft's C++ Test, but it is quite expensive. Is there any Open Source alternative? I do not need...
17
by: M.Siler | last post by:
I'm trying to get my head around a conversation I had with a developer the other day. We were talking about Codesmith vs. Hand coding. He's position is Codesmith is for junior to mid level...
4
by: AzizMandar | last post by:
C++ Event Coding Questions I have done some simple programs in C++ and read a lot of good C++ books (Including The C++ Programing Language, and C++ Primer) I am trying to understand and...
2
by: =?Utf-8?B?TWljaGFlbA==?= | last post by:
Hi, I have been developing using C# in ASP.Net for about a year now. And have been a programmer for about 10 years. I have learned many different things in .NET, but still when I look at sample...
4
by: robert.waters | last post by:
Does anyone use modeling tools to determine the layout of a database before implementing it? If so, does the tool you use have the ability to generate the modeled tables (or at least generate...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.