当前位置:首页 > 技术知识 > 正文内容

知名.NET第三方界面控件一网打尽(.net multi-platform app ui)

maynowei9个月前 (08-16)技术知识83

DevExpress

很多人搞不清楚DevExpress和DXperience的区别,这里再次跟大家说明一下,DXperience是DevExpress下所有.NET控件的统称,目前一共有五大界面组件:WinForms,ASP.NET,WPF,Silverlight 和Windows 8 XAML。

总套包.NET界面控件说 明
DXperience Universal Suite 【下载】

DXperience Enterprise Subscription

又名DevExpress企业版,所包含控件比Universal少一点(详细对比)

DXperience WinForms Subscription


DXperience ASP.NET Subscription


DXperience WPF Subscription


DXperience Silverlight Subscription


DXperience Windows 8 XAML Subscription


DevExtremeHTML5,CSS和JavaScript跨平台开发框架

eXpressApp Framework(XAF)

针对Windows和Web商业级应用程序的开发框架

Telerik

Telerik将其.NET工具集统称为DevCraft,分为Web/桌面、HTML5/JS和移动开发三个大类一共10个控件。它的Kendo UI系列支持跨平台应用开发。

商 家分 类.NET界面控件
TelerikWeb/桌面

UI for ASP.NET AJAX

UI for WinForms



UI for Silverlight



UI for ASP.NET MVC

UI for WPF



HTML5/JS

Kendo UI Web 【下载】


Kendo UI Mobile



Kendo UI DataViz



移动开发

UI for Windows 8


UI for Windows Phone



InterSoft

Intersoft的.NET开发工具集提供了400多个UI组件,支持7种开发平台,最新发布了针对iOS、Android和Windows的跨平台工具Intersoft Mobile Studio。

总套包.NET界面控件集
Intersoft Premier Studio 【下载】

WebUI Studio for ASP.NET

WebUI Studio for WPF


WebUI Studio for Silverlight


Intersoft Mobile Studio


ComponentOne

ComponentOne提供了大量Visual Studio控件,类型丰富,多达11个,而且都非常出名。ComponentOne Studio Enterprise为Microsoft Windows和基于网络的移动应用程序的开发者提供了一套广泛完整的UI工具和解决方案。

总套包.NET界面控件集

ComponentOne Studio Enterprise 【下载】

Studio for WinForms

Studio for WPF


Studio for Silverlight


Studio for Windows Phone
Studio for WinRT XAML
Studio for WinJS
Studio for ASP.NET Wijmo
Studio for iPhone
Studio for Compact Framework
Studio for ActiveX
HTML5 / Wijmo Professional

ComponentArt

ComponentArt是一个用于构建专门服务于用户界面层的web服务的框架。它能让在ASP.NET AJAX和Silverlight前端之间的服务器端代码完全重用。目前正往综合性数据可视化方向发展。

总套包.NET用户界面控件

ComponentArt UIframework for .NET 【下载】

ComponentArt Web.UI for ASP.NET AJAX

ComponentArt Web.UI for ASP.NET MVC


ComponentArt Web.UI for WPF


ComponentArt Web.UI for Silverlight


ComponentArt Win.UI for WPF


Infragistics

Infragistics的.net开发工具集非常全面,既有开发桌面和Web应用程序的,也有针对各个移动平台的,还有HTML5 / jQuery应用开发框架。

总套包.NET界面组件

Infragistics Ultimate 【下载】

Infragistics Professional

NetAdvantage for Windows Forms

NetAdvantage for WPF


NetAdvantage for Reporting


NetAdvantage for Windows8

NetAdvantage for Windows Phone


NetAdvantage for iOS
NetAdvantage for Android

NetAdvantage for ASP.NET


Ignite UI


NetAdvantage for Silverlight

NetAdvantage for SharePoint


Syncfusion

Syncfusion开发的.NET界面套包在商业级应用领域处于领先地位,目前旗下有9款工具集,包含移动开发和Javascript版本。

总套包.NET界面工具集

Essential Studio Enterprise Edition【下载】

Essential Studio for ASP.NET

Essential Studio for ASP.NET MVC


Essential Studio for JavaScript


Essential Studio for Mobile MVC


Essential Studio for Silverlight


Essential Studio for Windows Forms


Essential Studio for Windows Phone

Essential Studio for WinRT(XMAL)


Essential Studio for WPF



相关文章

Qt QWaitCondition 的正确使用方法

简单用法QWaitCondition 用于多线程的同步,一个线程调用QWaitCondition::wait() 阻塞等待,直到另一个线程调用QWaitCondition::wake() 唤醒才继续往...

Linux C++实现多线程同步的四种方式(超级详细)

背景问题:在特定的应用场景下,多线程不进行同步会造成什么问题?通过多线程模拟多窗口售票为例:#include <iostream>#include<pthread.h>#inc...

大量类加载器创建导致诡异FullGC(类的加载器有什么用)

“ 由 GC 问题带你全面了解 JDK8 Metaspace”01—现象最近接手了一个同事的项目,某一天接口的响应耗时突然增加了很多,由几十ms 增加到了几十秒。首先查看机器上的日志,有调用第三方接口...

python-oracledb——利用python连接Oracle数据库的好用方法

这篇文章最早发布在CSDN了,最近想尝试使用一下头条,重新转移过来了。背景介绍之前使用的数据库一直是MySql,偶尔使用PostgreSQL,都是利用的数据库连接池使用;最近需要在Oracle数据库取...

Oracle又双叕开始严查JDK,连夜提桶跑路

哈佛商业报道了最近几起北美的JDK许可问题公司用了来源不明的JDK,怕蹲里面,连夜提桶跑路The company uses JDK from unknown sources, and is afrai...

你可能疏忽的plsql和navicat连接Oracle注意点

在日常开发中,我们总是少不了要连接数据库,你是否遇到过填写的账号、密码、连接地址都对,但就是连接不上Oracle的情况?这里说一下其中一种连接不上Oracle的原因,这种情况简单,但很可能被疏忽。记下...