前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >.NET 基金会项目介绍-Windows Forms

.NET 基金会项目介绍-Windows Forms

作者头像
newbe36524
发布2020-03-16 11:04:25
7540
发布2020-03-16 11:04:25
举报

Windows Forms 是属于 .Net 基金会的一个项目,本文将简要介绍该项目相关的信息。

中文介绍

中文介绍内容翻译自英文介绍,主要采用意译、如与原文存在出入,请以原文为准。

Windows Forms

Windows Forms (WinForms) 是用于构建 Windows 桌面程序的 UI 框架。

它是 Windows 用户界面类库的 .NET 封装,例如 User32 和 GDI+。框架也包括了一些常用控件和其他一些 Windows Forms 独有的功能。

Windows Forms 同时也通过 Visual Studio 提供了一种非常高效的桌面程序设计器。其提供了拖拽式的可视化控件以及其他一些类似的功能,使得构建桌面程序变得简单。

项目详情
相关链接

笔者简评

尽管如今开发桌面程序并非只有 Windows Forms 一种方式了(向来也不是),但其仍然占有很重要的一席之地。如今,借由 netcore 更是从底层上焕发出了新的生命力。

该项目是基于 netcore 3.1 之上的 Windows Forms 框架源码。基于 .Net Framework 的并不在这个项目中。

如果你手上有需要从 Framework 迁移到 netcore 的 Windows Forms 项目,可以参看这个链接

英文介绍

Windows Forms

Windows Forms (WinForms) is a UI framework for building Windows desktop applications.

It is a .NET wrapper over Windows user interface libraries, such as User32 and GDI+. It also offers controls and other

functionality that is unique to Windows Forms.

Windows Forms also provides one of the most productive ways to create desktop applications based on the visual designer

provided in Visual Studio. It enables drag-and-drop of visual controls and other similar functionality that make it easy to

build desktop applications.

Project Details

Quicklinks

以上《英文介绍》摘录自 .NET Foundation 的项目介绍 。原文受原项目许可证保护。

其他项目地址

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2020-02-042,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 中文介绍
    • Windows Forms
      • 项目详情
  • 笔者简评
  • 英文介绍
    • Windows Forms
      • Project Details
      • 其他项目地址
      领券
      问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档