is there any best tools or method let me typing properties codes more fast?

  • Thread starter Thread starter ABC
  • Start date Start date
A

ABC

I am always to write clases which has properties, is there any best tools or
method let me typing properties codes more fast?
 
I known there are some generators for O/R mappers, but my case is always on
struct or classes which not relate to data structure, just only handle
simple data structure only.

If there are some samples to build add-on tools for VS IDE, I think I can
write some for own use.
 
There's a nice little macro expander called QuickCode -
http://quickcode.dvxp.com/, it allows you to type something like

prop string Fred

and have it exapand into your favourite property syntax. Comes with some
standard templates for collections etc and you can add your own macros.

It's not a 'code generator' but perfect if you are doing adhoc design and
want to cut down on the typing!

Paul
 
Hello ABC" abc.abc.com,

look at
- ReSharper
- CodeRush
- CodeSmith

A> I am always to write clases which has properties, is there any best
A> tools or method let me typing properties codes more fast?

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/members/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Back
Top