其他分享
首页 > 其他分享> > 一起了解 .Net Foundation 项目 No.5

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

作者:互联网

 

newbe36524

.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 平台包含有一些这些内建的特性:

项目详情

相关链接

笔者简评

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:

Project Details

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

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

.NET Compiler Platform (“Roslyn”)

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

项目详情

相关链接

项目博客:

笔者简评

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

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

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

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

英文介绍

.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 的项目介绍 。原文受原项目许可证保护。

其他项目

标签:Foundation,站点,Couchbase,DNN,Project,No.5,Lite,NET,Net
来源: https://www.cnblogs.com/newbe36524/p/12359958.html