Window based ASP.NET IDE ?????

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am looking for a window-based opensource ASP.NET IDE program. However, i
really could not find one. Acutally i already studied a Form Designer for c#
and VB.NET, but this time i have to build a Form Designer for ASP.NET and got
no idea how to generate a ASP.NET code.

I know there are CSharpCodeProvider and VBCodeProvider. But i can't find any
ASPNETCodeProvider T_T.

Here is my labor-work idea. Because my c# Form Designer can generate a XML
data containing all controlls added into the form. So from that point i will
use XSLT to translate each control in the XML file to ASP.NET webpage and
code-behind.

This idea is work but i feel it is too stupid and take too much nessecary
time. Moreoever, I think it should have a better way to do this. So anyone
who know a opensource ASP.NET IDE, please let me know so i can read and study
from that, or who got any better idea, please just share it

Thank a lot
 
Actually I have found that page long ago. But i think it isnot suit what i
actually want. Why? Because, beside creating ASP.NET code, I also need a
WYSWYG IDE too. The #deveoper only provides WindowForm desinger, but not a
WebForm designer.

I feel that the .NET still have a big gap between WindowForm and WebForm,
especially controls. Or there is a seemless way that the WindowForm control
can translate to or generate a similar WebForm control, such as a textbox
control?
 
Hum, I decided to take a closer look on #developer agian. It might have
serveral great methods i could use. However any additional suggestions are
still wellcome
 
Back
Top