I just downloaded the newest version of the software(SQLEntMan_0.5.0). Is there any Visual Studio Solution file available to open up all the source code files at one time?
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The VB Solution )0.5.0) wraps everything up into a single namespace....The _Classes Directory and the aspenterprisemanager.dll. (3 pages in particular that are poor .Net form setDatabase.aspx, databases.aspx and navbar.aspx). I think that the rest are in pretty decent format.
The C# VS (0.1.3) project modularizes everything much more using user controls.
Do not know which solution is newer or better.
If you are learning, I would definately recommend downloading the IBuySpy Portal demo from http://www.asp.net/ ...... It uses a lot of things (like System.Web.Security in particular) that are super useful for most web applications, and demonstrates an expandable platform.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just downloaded the newest version of the software(SQLEntMan_0.5.0). Is there any Visual Studio Solution file available to open up all the source code files at one time?
Thanks.
No, currently I don't have a VS file. Started writing this to learn the Framework, and have not had time to learn the VS 7 IDE.
The C# version that Jason Jennings is working on is a VS Project
Sorry that I don't have a VB Project. One day I will learn how to use Visual Studio and make a VS project out of this.
Thanks for your reply. We are all learning bits and pieces of this new technologies.
I wonder which version has the newer .NET programming style.
The VB Solution )0.5.0) wraps everything up into a single namespace....The _Classes Directory and the aspenterprisemanager.dll. (3 pages in particular that are poor .Net form setDatabase.aspx, databases.aspx and navbar.aspx). I think that the rest are in pretty decent format.
The C# VS (0.1.3) project modularizes everything much more using user controls.
Do not know which solution is newer or better.
If you are learning, I would definately recommend downloading the IBuySpy Portal demo from http://www.asp.net/ ...... It uses a lot of things (like System.Web.Security in particular) that are super useful for most web applications, and demonstrates an expandable platform.
1 more file....query.aspx is still awful too (in the VB 0.5.0 release). Hope to have that redone soon.