![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Banned
Join Date: Dec 2007
Posts: 2
Rep Power: 0
![]() |
We are a small group of software engineers who have successfully completed a number of small projects. This time we are working on a large scale application (ASP.NET, C#, SQL Server) and it seems that our development process got out of control. The database design changes so often due to various inputs/requests for our client so we simply cannot catch up. We have tried using a few code generators but none of them gave us the productivity boost that we are hoping for. Does someone know of a ready to use code generator which could create SQL stored procedures, the data access layer and a skeleton for the business layer. Any suggestions are welcomed!
|
|
|
|
|
|
#2 |
|
Programmer
Join Date: Feb 2006
Location: Ohio
Posts: 93
Rep Power: 3
![]() |
Re: Generating the code skeleton for a big project
Sounds like you might need a better program design, if you're having that much trouble. I spent years mucking about in SQL hell before I learned how to properly design large databases, and how to code modular interfaces. I've never used query generators.
__________________
Neeley.org |
|
|
|
|
|
#3 |
|
Newbie
Join Date: Dec 2007
Posts: 1
Rep Power: 0
![]() |
You don’t have to step back in your endeavor regardless how large your project might be! I totally understand your need to use a code generator rather that writing everything from scratch. Why don’t you try OxyGen Code? It is available at http://www.techinceptions.com/codegenerator.html. I used OxyGen Code in a couple of projects so far and I was very happy with the results. I would strongly recommend downloading OxyGen Code. All the best!
|
|
|
|
|
|
#4 |
|
Battle Programmer
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 751
Rep Power: 3
![]() |
Re: Generating the code skeleton for a big project
Stop writing code. Talk to client, request a spec. Implement spec. Give to customer and get paid.
If you keep having to port your code to a new spec every quite often, you'll have spent enough time rewriting, scrapping, and patching code to give up a large bit of your profit. Unless you're getting paid by the hour, in which case, grin and charge overtime.
__________________
<insert disclaimer here> <insert shameless plug for Visual Studio here> |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Special browser in Java (Project) | stalefish | Java | 3 | Feb 9th, 2008 4:22 PM |
| How to meet these cross-platform project goals? | mattengland | C++ | 1 | Apr 3rd, 2006 4:01 AM |
| Project List! | raf_123 | PHP | 3 | Mar 31st, 2006 2:32 PM |
| String to Morse Code - Copying from string to string | Xenon | C | 29 | Nov 10th, 2005 2:30 PM |
| Project: Dedicated | Stack Overflow | Existing Project Development | 0 | Mar 31st, 2005 2:43 PM |