Merge branch 'master' into master

This commit is contained in:
Jon Galloway 2019-05-03 13:10:26 -07:00 коммит произвёл GitHub
Родитель e8efa1d734 b817c4c685
Коммит 8c551cb6b2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 41 добавлений и 3 удалений

Просмотреть файл

@ -59,6 +59,11 @@ There are many projects under the stewardship of the .NET Foundation. The [full
- [Edit Bar](https://github.com/dnnsoftware/Dnn.EditBar)
- [React Common Library](https://github.com/dnnsoftware/Dnn.React.Common)
**DotVVM**
- [DotVVM](https://github.com/riganti/dotvvm)
- [DotVVM Docs](https://github.com/riganti/dotvvm-docs)
- [DotVVM Contrib](https://github.com/riganti/dotvvm-contrib)
**Force.com**
- [Force.com Toolkit for .NET](https://github.com/developerforce/Force.com-Toolkit-for-NET)

27
projects/dotvvm.md Normal file
Просмотреть файл

@ -0,0 +1,27 @@
# DotVVM: Component-based MVVM framework for ASP.NET
[DotVVM](https://www.dotvvm.com) lets you build interactive web UIs with **just C# and HTML** using the **MVVM** approach.
It simplifies building of **line of business web apps** and ships with many built-in controls like [GridView](https://www.dotvvm.com/docs/controls/builtin/GridView/latest), [FileUpload](https://www.dotvvm.com/docs/controls/builtin/FileUpload/latest), [Validator](https://www.dotvvm.com/docs/controls/builtin/Validator/latest) and more.
The easiest way to start with DotVVM is to download **[DotVVM for Visual Studio](https://www.dotvvm.com/landing/dotvvm-for-visual-studio-extension)** and do **File > New > Project**.
* Free extension for [Visual Studio 2017](https://marketplace.visualstudio.com/items?itemName=TomasHerceg.DotVVMforVisualStudio-17892)
* Free extension for [Visual Studio 2019](https://marketplace.visualstudio.com/items?itemName=TomasHerceg.DotVVM-VSExtension2019)
## Project Details
* [Project Info Site](https://www.dotvvm.com)
* [Project Code Site](https://github.com/riganti/dotvvm)
* Project License Type: [Apache License 2.0](https://github.com/riganti/dotvvm/blob/master/LICENSE)
* Project Main Contact: [Tomas Herceg](https://github.com/tomasherceg)
## Quicklinks
* [DotVVM Academy](https://academy.dotvvm.com)
* [Documentation](https://www.dotvvm.com/docs)
* [DotVVM Blog](https://www.dotvvm.com/blog)
* [Twitter @dotvvm](https://twitter.com/dotvvm)
* [Gitter Chat](https://gitter.im/riganti/dotvvm)
* [Samples](https://github.com/search?q=topic%3Adotvvm-sample+org%3Ariganti&type=Repositories)
* [Roadmap](https://github.com/riganti/dotvvm/blob/master/roadmap.md)

Просмотреть файл

@ -8,6 +8,7 @@ ML.NET allows .NET developers to develop their own models and infuse custom ML i
* [Project Info Site](https://www.microsoft.com/net/learn/apps/machine-learning-and-ai/ml-dotnet)
* [Project Code Site](https://github.com/dotnet/machinelearning)
* Project Docs Repos: [Concepts](https://github.com/dotnet/docs), [APIs](https://github.com/dotnet/ml-api-docs)
* Project License Type: [MIT license](https://github.com/dotnet/machinelearning/blob/master/LICENSE)
### Quicklinks

Просмотреть файл

@ -125,7 +125,9 @@
{"name":"jsondotnet.md",
"contributor": "Newtonsoft"},
{"name":"anglesharp.md",
"contributor": "AngleSharp"}
"contributor": "AngleSharp"},
{"name":"dotvvm.md",
"contributor": "DotVVM"}
],
"contributors":
[
@ -216,7 +218,10 @@
{"name": "Newtonsoft",
"logo": "https://www.newtonsoft.com/content/images/twitterlogo.png",
"web": "https://www.newtonsoft.com/json"},
{"name": "AngleSharp",
{"name": "AngleSharp",
"logo": "https://anglesharp.github.io/images/logo.png",
"web": "https://anglesharp.github.io/"}
"web": "https://anglesharp.github.io/"},
{"name": "DotVVM",
"logo": "https://www.dotvvm.com/Content/img/logos/dotvvm_logo_square.png",
"web": "https://www.dotvvm.com/"}
]}