Code Generator

  • Thread starter Thread starter Paperback Writer
  • Start date Start date
P

Paperback Writer

Hi Friends,
I have a table with 30 fields and i'd like to know if there is some code
generator that get those fields and transform to properties ???
 
If you mean to transform class fields into class properties, my add-in
(below) can do that with the Convert Field to Property feature.
--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 
hi,

A time ago a thread talked a lot about this, IIRC joanna Carter and Richard
Blewett had some lengthly and interesting arguments on it.

Do a google for those names.

cheers,
 
JetBrains Resharper (http://www.jetbrains.com/resharper/) offers an easy and
flexible way to transform fields into properties. It's also a factastic
refactoring tool, with hundreds of other features - well worth the $149!

I noticed that MzTools had posted a response too. I've not tried it for
..NET, but the VB version was a life saver.

Tobes
 
Hi Tobes,

MZ-Tools 4.0 is even better than MZ-Tools 3.0 for VB6 and it supports C#,
not only VB.NET.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 
Paperback said:
I have a table with 30 fields and i'd like to know if there is some
code generator that get those fields and transform to properties ???

We've had luck using CodeSmith:

http://www.codesmithtools.com/

Although, I thought they used to have a longer trial period than 30 days.

Still, seemed to do what we needed.

Oh, wait, here it is:

http://www.codesmithtools.com/freeware.aspx

--
Reginald Blue
"I have always wished that my computer would be as easy to use as my
telephone. My wish has come true. I no longer know how to use my
telephone."
- Bjarne Stroustrup (originator of C++) [quoted at the 2003
International Conference on Intelligent User Interfaces]
 
I think he's talking about a database table.

Resharper Rocks anyway. ;-)

Wiebe

Tobin said:
JetBrains Resharper (http://www.jetbrains.com/resharper/) offers an easy and
flexible way to transform fields into properties. It's also a factastic
refactoring tool, with hundreds of other features - well worth the $149!

I noticed that MzTools had posted a response too. I've not tried it for
.NET, but the VB version was a life saver.

Tobes
 
Back
Top