documentation of 250 webforms
Messages   Related Types
This message was discovered on ASPFriends.com 'aspngarchitecture' list.


David Winslow
Hey,

I am in the process of defining the content of 250 forms. We have to write
down on paper whats the purpose of the form,controls and their names. Also
we have to add the buttons functionality to the documentation.

There must be a better way! I am thinking about doing the forms in C# and
then extract the information afterwards!

Am I missing something here or is there a better tool than C# to accomplish
this?

Thanks

David
Reply to this message...
 
    
Kirk Jackson
Sounds like a good candidate for reflection.

How about:
- designing all the forms in Visual Studio (then you have screenshots)
- create your own custom attributes for 'purpose' and 'functionality'
- jump into the code behind your forms and add the attributes
- compile the project into a DLL
- write a DLL walker that runs over the classes in the dll, and if they
inherit from Page prints out the name of the form, and grabs the value
of the attributes to print out the purpose of the form. Then loop
through each of the Buttons, and do the same for them.

But remember to treat the end result as a prototype, it probably
wouldn't be wise to build your application on top of what you do in this
stage.

Kirk
    -----Original Message-----
    From: David Winslow [mailto:Click here to reveal e-mail address]
    Sent: Wednesday, 10 July 2002 11:13 p.m.
    To: aspngarchitecture
    Subject: [aspngarchitecture] documentation of 250 webforms


    Hey,
    
    I am in the process of defining the content of 250 forms. We
have to write down on paper whats the purpose of the form,controls and
their names. Also we have to add the buttons functionality to the
documentation.
    
    
    There must be a better way! I am thinking about doing the forms
in C# and then extract the information afterwards!
    
    Am I missing something here or is there a better tool than C# to
accomplish this?
    
    Thanks
    
    David
    | [aspngarchitecture] member Click here to reveal e-mail address = YOUR
ID
    | http://www.asplists.com/asplists/aspngarchitecture.asp JOIN/QUIT
    | http://www.asplists.com/search = SEARCH Archives

Reply to this message...
 
 




Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com