Are there any free libraries for .NET like Eclipse / Netbeans / Spring RCP for java?
是否有适用于.NET的Eclipse / Netbeans / Spring RCP的免费库?
1 个解决方案
#1
1
The defacto GUI framework for .NET is WPF, and it is included with the Microsoft .NET SDKs. More info:
.NET的defacto GUI框架是WPF,它包含在Microsoft .NET SDK中。更多信息:
What specific capabilities are you looking for? WPF/.NET represents more functionality than straight Swing or SWT, but the Eclipse/Netbeans/Spring RCP projects provide a much more comprehensive foundation for complex and modular GUI applications.
你在寻找什么具体的能力? WPF / .NET比直接Swing或SWT代表更多功能,但Eclipse / Netbeans / Spring RCP项目为复杂和模块化GUI应用程序提供了更全面的基础。
I don't know of any defacto application frameworks for WPF, but perhaps something like this would be of interest:
我不知道WPF的任何事实应用程序框架,但也许这样的事情会引起关注:
#1
1
The defacto GUI framework for .NET is WPF, and it is included with the Microsoft .NET SDKs. More info:
.NET的defacto GUI框架是WPF,它包含在Microsoft .NET SDK中。更多信息:
What specific capabilities are you looking for? WPF/.NET represents more functionality than straight Swing or SWT, but the Eclipse/Netbeans/Spring RCP projects provide a much more comprehensive foundation for complex and modular GUI applications.
你在寻找什么具体的能力? WPF / .NET比直接Swing或SWT代表更多功能,但Eclipse / Netbeans / Spring RCP项目为复杂和模块化GUI应用程序提供了更全面的基础。
I don't know of any defacto application frameworks for WPF, but perhaps something like this would be of interest:
我不知道WPF的任何事实应用程序框架,但也许这样的事情会引起关注: