473,396 Members | 1,755 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,396 software developers and data experts.

Modelers / code generators

Are there good modelers / code generators for C#
I looked into Deklarit. The only problem I have with i
Is that it uses dynamic SQL, no stored procs.
Don’t know if that is the best way to architect n-tier application
I am looking for something similar to that program but capable of creating stored procs

Thanks

Nov 16 '05 #1
4 1320
"Mark" wrote :
Are there good modelers / code generators for C#?
I looked into Deklarit. The only problem I have with it
Is that it uses dynamic SQL, no stored procs.
Don't know if that is the best way to architect n-tier application.
I am looking for something similar to that program but capable of creating

stored procs.

Have a look at OlyMars, it is great !

http://www.microsoft.com/france/msdn...rs/default.asp

enjoy :)

--
Francois Beaussier
Fr******@3ie.org.remove
Nov 16 '05 #2
Mark wrote:
Are there good modelers / code generators for C#?
I looked into Deklarit. The only problem I have with it
Is that it uses dynamic SQL, no stored procs.
Don’t know if that is the best way to architect n-tier application.
I am looking for something similar to that program but capable of creating
stored procs.


Why are you focussed on Stored procedures? I mean: generating stored
procedures is the same, semantically, as generating Dynamic sql on the fly,
with bigger disadvantages: the maintenance of the procs is killing (replacing
a proc with another one, requires you to remove the old proc, however that
may break an app etc.)

Dynamic SQL is in the long run more efficient, both in
maintenance/development and in processing speed.

FB

--
Get LLBLGen Pro, the new O/R mapper for .NET: http://www.llblgen.com
My .NET Blog: http://weblogs.asp.net/fbouma
Microsoft C# MVP
Nov 16 '05 #3
Well, I don't think anybody has a definitive answer about
dynamic SQL versus stored procs.
I am personally just not ready to give up on SPs.

"Frans Bouma [C# MVP]" <pe******************@xs4all.nl> wrote in message
news:xn***************@msnews.microsoft.com...
Mark wrote:
Are there good modelers / code generators for C#?
I looked into Deklarit. The only problem I have with it
Is that it uses dynamic SQL, no stored procs.
Don't know if that is the best way to architect n-tier application.
I am looking for something similar to that program but capable of creating stored procs.
Why are you focussed on Stored procedures? I mean: generating stored
procedures is the same, semantically, as generating Dynamic sql on the

fly, with bigger disadvantages: the maintenance of the procs is killing (replacing a proc with another one, requires you to remove the old proc, however that
may break an app etc.)

Dynamic SQL is in the long run more efficient, both in
maintenance/development and in processing speed.

FB

--
Get LLBLGen Pro, the new O/R mapper for .NET: http://www.llblgen.com
My .NET Blog: http://weblogs.asp.net/fbouma
Microsoft C# MVP

Nov 16 '05 #4
Mark Goldin wrote:
Well, I don't think anybody has a definitive answer about
dynamic SQL versus stored procs.
I am personally just not ready to give up on SPs.
I'm not saying you should, at least not for specialized programs, like
extensive calculations on a lot of data, often this is done better in the
database to avoid pulling millions of rows into .NET. I'm more referring to
CRUD operations on rows using stored procedures, the vast majority of actions.

What I'm interested in is your reasoning behind holding on to stored
procedures. Could you please elaborate on that decision a bit? thanks :)

Frans.

"Frans Bouma [C# MVP]" <pe******************@xs4all.nl> wrote in message
news:xn***************@msnews.microsoft.com...
Mark wrote:
Are there good modelers / code generators for C#?
I looked into Deklarit. The only problem I have with it
Is that it uses dynamic SQL, no stored procs.
Don't know if that is the best way to architect n-tier application.
I am looking for something similar to that program but capable of creating stored procs.


Why are you focussed on Stored procedures? I mean: generating stored
procedures is the same, semantically, as generating Dynamic sql on the

fly,
with bigger disadvantages: the maintenance of the procs is killing

(replacing
a proc with another one, requires you to remove the old proc, however that
may break an app etc.)

Dynamic SQL is in the long run more efficient, both in
maintenance/development and in processing speed.

--
Get LLBLGen Pro, the new O/R mapper for .NET: http://www.llblgen.com
My .NET Blog: http://weblogs.asp.net/fbouma
Microsoft C# MVP
Nov 16 '05 #5

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

Similar topics

23
by: Francis Avila | last post by:
Below is an implementation a 'flattening' recursive generator (take a nested iterator and remove all its nesting). Is this possibly general and useful enough to be included in itertools? (I know...
41
by: Petr Jakes | last post by:
Hello, I am trying to study/understand OOP principles using Python. I have found following code http://tinyurl.com/a4zkn about FSM (finite state machine) on this list, which looks quite useful for...
4
by: VMI | last post by:
In the next few weeks, we'll be discussing what standards will be used for our web development, and one of the suggestions was to use a code generator (in our case, the first version of LLBLGen)....
13
by: Martin Sand Christensen | last post by:
Hi! First a bit of context. Yesterday I spent a lot of time debugging the following method in a rather slim database abstraction layer we've developed: ,---- | def selectColumn(self,...
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: 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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.