一起了解 .Net Foundation 项目 No.5

 

.Net 基金会中包含有很多优秀的项目,今天就和笔者一起了解一下其中的一些优秀作品吧。

中文介绍

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

Couchbase Lite for .NET

该项目是采用 C# 语言基于 Couchbase Lite 的 Java 版本代码进行重制的 Couchbase Lite。

Couchbase Lite 是一个全功能的、嵌入式的、轻量级的、原生良好的文档型 JSON 数据库。

使用 Couchbase Lite ,您可以在轻量型设备上拥有全功能的 Couchbase 体验。您可以进行创建、更新、删除、查询、同步等等一系列操作。

项目详情

相关链接

笔者简评

Couchbase 是一款冉冉升起的 NoSQL 数据库产品。 Couchbase Lite 则是其轻量版,主要支持运行在轻量型设备上。

Couchbase Lite for .NET 则是采用 C# 编写的版本,其与 .Net 语言具有更好集成的互操作性。

如果要深入的了解 NoSQL,仅仅只是了解 Mongdb 恐怕是不够的,排名第三的 Couchbase 了解一下?(截至 2020 年 1 月 19 日 17:05:52 )

英文介绍

Couchbase Lite for .NET

This project is a port of the Couchbase Lite portable Java codebase, ported to C#. Couchbase Lite is a fully functional, on-device, lightweight, native, embedded JSON database. With Couchbase Lite, you have the full power of a Couchbase database locally on the device. You can create, update, delete, query, sync and much, much more.

Project Details

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

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

DNN 框架

一张图看遍 DNN

DNN® (旧名称为 DotNetNuke®) 是一款在微软生态圈中占据主导地位的网站内容管理系统开发平台(CMS)。该产品用于构建具备专业外观并且易于使用的商业网站、社会站点、社区门户和合作方站点。尽管包含了所有类型的动态内容,DNN 站点仍然非常易于部署和更新。 DNN 已经被下载超过 8 百万次,并支撑全球超过 750,000 个站点。它由超过 1 百万成员的社区共同支持。

在 DNN 商城上,成千上万的付费或免费插件、应用和皮肤可供使用,这使得扩展一个 DNN 站点变得方便快捷又经济实惠。

作为一个强大的内容管理系统,开源免费的 DNN 平台包含有一些这些内建的特性:

  • 一次安装,便可承载多个站点
  • 文件和文件夹管理
  • 支持静态和动态的本地化支持,包含六款拆箱可用的语言支持(英语、荷兰语、法语、德语、意大利语和西班牙语)。
  • 可自定义站点模板和主题
  • 原生支持微软 Azure 部署运行
  • 100% 支持的 REST API,进行站点和内容管理
  • 选择现代化站点客户端开发工具,例如 CSS 3、HTML 5、JQuery 和 React
  • 支持拖拽式 UI 编辑和无弹框的即可富文本编辑体验
  • 极具扩展性,支持通过自建模块和在 DNN 商店中的很多第三方模块进行扩展
  • 强大的安全性
  • 具备充分的系统管理功能,例如:角色安全性、访问受限内容、SEO、计划任务、SSL 支持、分类分组、站点日志等等

项目详情

相关链接

笔者简评

CMS 助于方便的建立内容展示为主的站点。其核心的领域问题包括有:主体管理、内容管理、插件化开发等等和站点展示有关的内容。

DNN 目前采用 Asp.NET MVC 5 作为主体框架进行开发。

DNN 作为老牌 CMS 系统,它一直在发展。尽管从笔者看来,在国内的使用度很低,但其中的系统思想和方法非常值得学习。

英文介绍

DNN Platform

DNN Platform At A Glance

DNN® ( formerly DotNetNuke® ) is the leading open source web content management platform (CMS) in the Microsoft ecosystem. The product is used to build professional looking and easy-to-use commercial websites, social intranets, community portals, or partner extranets. Containing dynamic content of all types, DNN sites are easy to deploy and update. The DNN Platform has been downloaded more than 8 million times and powers more than 750,000 websites globally. A community of more than 1 million members forms a powerful support network.

Thousands of free and commercial extensions, apps and skins are available at the DNN Store that make extending a DNN site fast and affordable.

In addition to robust content management, the free, open source DNN Platform includes the following built-in features:

  • Single installation with multi-site capability
  • File and folder management
  • Static and dynamic Localization - 6 languages out-of-the-box (English, Ducth, French, German, Italian, and Spanish)
  • Customized web site templates and themes
  • Cloud-ready with MS Azure compatibility
  • 100’s of REST API for site and content managment
  • Modern client-side Web tools like CSS 3, HTML 5, JQuery, and React
  • UI with drag and drop capability, and rich-text editor for in-place UI editing
  • Extensible through custom modules and many third party modules available in the DNN store
  • Robust security
  • Administration features like: security roles, protected content, SEO, scheduler, SSL support, taxonomy, site log, and many more.

Project Details

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

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

.NET Compiler Platform (“Roslyn”)

.NET Compiler Platform (“Roslyn”) 是一款开源的 C# 和 Visual Basic 编译器,它提供了丰富的代码分析接口。你可以使用它来构建自己的代码分析工具,微软公司当前就是使用它来实现 Visual Studio!

项目详情

相关链接

项目博客:

笔者简评

在 Roslyn 出来之前,编译器就是一个黑盒,传入的是源码,出来的是目标文件或者程序集。开发者仅仅能通过有限的参数来改变其行为。

但是 Roslyn 出来之后,时代变了。

开发者具备了完成下面这些事情的能力:

  • 可以编写自己的语法检查规则,例如:必须使用 var 。
  • 可以基于语法分析来编写代码生成器,替代提前的反射方法或者 T4。这意味着,写代码的时候就可以生成代码。
  • 编译器的升级不再依赖于 VS 和 framework 的版本发布。它单独的包,完全可以单独安装新的编译器而不升级 VS。(当然这么做的话,VS 的提示会有点小瑕疵)
  • 甚至可以自定义语法。加入自己定义的语法规则。

常规的业务开发,或许涉及不到上面的工作,但假如是研发岗位。为了更优质的代码,你需要学习使用这个框架。

英文介绍

.NET Compiler Platform (“Roslyn”)

The .NET Compiler Platform (“Roslyn”) provides open-source C# and Visual Basic compilers with rich code analysis APIs. You can build code analysis tools with the same APIs that Microsoft is using to implement Visual Studio!

Project Details

Blogs:

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

其他项目

posted @ 2020-02-25 08:44  Newbe36524  阅读(542)  评论(0编辑  收藏  举报