The text of this article is not in this database — only its details are. Read it on the old site: N-Tier Code Generator for ASP.NET
12 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: N-Tier Code Generator for ASP.NET
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
lakshan meeriyagallaPosted Jan 17, 2017, 12:41 AM
Hi Nesreen! this is a great article. can you please let me know which architecture you have been used and the article that helped you to build such a thing. Because i also wanted to build a code generator by using templates, that template can be different from project to project, so only changing the template i want to to use it every where(any project).
Mujahid AzamPosted Feb 1, 2013, 5:50 AM
Hi, As of now, when code is generated, in the aspx search page, in the gridview only one column from the Tables is listed and the Email column and Details columns are added, how can we list out all the fields from the table in the gridview with both item template and edit item template. let me knw if this is possible.
sudhir BelanieditedPosted Feb 4, 2010, 1:07 PMEdited Feb 4, 2010, 1:10 PM
I am getting conversion error . Error : Unable to parse project file codeGenerator2005.csproj I can not see project because of non-conversion
DougPosted Jun 30, 2009, 6:06 PM
Hello Nesreen, Would you be able to provide an example of a generated application using a simple database? I creating an empty .NET project in Visual Studio and copied the contents of the top-most generated folder to the new project. Unfortunately, I encountered a few compile errors. For example: public class personDL : BaseDL,IDL -> "The type or namespace name 'BaseDL' could not be found..." Is it possible that BaseDL.cs is missing...? (same with IDL, Utilities, BaseBL, IBL) Many thanks for all the hard work you've put into your code generator! Regards, --Doug
atraktorPosted Jun 6, 2009, 7:36 AM
thank you Nesreen
Nesreen MagededitedPosted May 21, 2009, 1:40 PMEdited May 23, 2009, 1:25 PM
thanks a lot for your reply I already uploaded a new version thanks alot
Carlos LuiPosted May 20, 2009, 10:04 AM
I can't run this application.... Error 1 Source file 'C:\Temp\CodeGeneratorSourceCode\CodeGenerator2005\VarietyClasses\Controls\web\wucLogin.ascx.cs' could not be opened ('The system cannot find the file specified. ') CodeGenerator2005