development tools

P

Peter Kirk

Hi there

I am looking for various .net/c# "productivity tools" (or whatever the
generic term might be). Things which help in program development - if it is
a refactoring system, or "code checker", or things like Spring framework,
NUnit, NHibernate for example.

If anyone has any ideas or good experience which such things I would be
grateful for links so I can take a look and try to evaluate their usefulness
for our little company.

Thanks,
Peter
 
J

Joanna Carter [TeamB]

"Peter Kirk" <[email protected]> a écrit dans le message de (e-mail address removed)...

| I am looking for various .net/c# "productivity tools" (or whatever the
| generic term might be). Things which help in program development - if it
is
| a refactoring system, or "code checker", or things like Spring framework,
| NUnit, NHibernate for example.
|
| If anyone has any ideas or good experience which such things I would be
| grateful for links so I can take a look and try to evaluate their
usefulness
| for our little company.

ModelMaker is a UML two-way tool that allows you design in UML and have the
code generated, or wrtie the code and have ModelMaker generate UML diagrams
as documentation.

ModelMaker Code Explorer is a navigation aid that allows you to work with
your code in Visual Studio, allowing you to move amongst the namespaces,
classes and methods and provides filtering to restrict what methods, fields,
etc are visible in the explorer. I also provides refactoring and documenting
support.

see www.modelmakertools.com

Joanna
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top