Is "Visual Studio" the only tool that generates typed DataSet?

A

A.M-SG

Hi,

I am looking for a reliable alternatives for Visual Studio Typed DataSet
generator.
Do I have options other than VS2005 IDE for generating Typed DataSets?



I know that CodeSmith might the immediate answer, but could you referee me
to a specific and reliable code generator?



Any help would be appreciated,
Alan
 
A

A.M-SG

Thank you for reply.



Of course we have VS.NET related tools such as xsd and also
MSDataSetGenerator.



I was looking for some more features that VS.NET related tools don not
provide. For example VS.NET doesn't generate CRUID stored procedures for
Oracle data sources.



Alan
 
A

A.M-SG

Yes, as I said in my post, CodeSmith is known for this sort of thing. Do you
know any specific reliable template for what I am trying to achieve?



Miha Markic said:
Hi,

Check out CodeSmith at www.codesmithtools.org.
It does all that plus and many more.

--
Miha Markic [MVP C#]
RightHand .NET consulting & development www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/

A.M-SG said:
Hi,

I am looking for a reliable alternatives for Visual Studio Typed DataSet
generator.
Do I have options other than VS2005 IDE for generating Typed DataSets?



I know that CodeSmith might the immediate answer, but could you referee
me to a specific and reliable code generator?



Any help would be appreciated,
Alan
 
G

Guest

From reading the thread farther, consider something like LLBLGen Pro
(www.llblgen.com). It will gen both the sprocs and the objects. Nice, simple
ORM.

There is a free version, as well (http://www.sd.nl/software/) with fewer
features.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
M

Miha Markic [MVP C#]

AFAIK CodeSmith comes with a strong typed dataset generator.
Or you can create your own template, of course.
You might also check their "template share" forum.
--
Miha Markic [MVP C#]
RightHand .NET consulting & development www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/

A.M-SG said:
Yes, as I said in my post, CodeSmith is known for this sort of thing. Do
you know any specific reliable template for what I am trying to achieve?



Miha Markic said:
Hi,

Check out CodeSmith at www.codesmithtools.org.
It does all that plus and many more.

--
Miha Markic [MVP C#]
RightHand .NET consulting & development www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/

A.M-SG said:
Hi,

I am looking for a reliable alternatives for Visual Studio Typed DataSet
generator.
Do I have options other than VS2005 IDE for generating Typed DataSets?



I know that CodeSmith might the immediate answer, but could you referee
me to a specific and reliable code generator?



Any help would be appreciated,
Alan
 
A

A.M-SG

Thank you, Gregory. Your post helped me.

Cowboy (Gregory A. Beamer) - MVP said:
From reading the thread farther, consider something like LLBLGen Pro
(www.llblgen.com). It will gen both the sprocs and the objects. Nice,
simple
ORM.

There is a free version, as well (http://www.sd.nl/software/) with fewer
features.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 

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