zoukankan      html  css  js  c++  java
  • Umbraco 7 特点

    Umbraco 7 features at a glance

    • The backend is mainly built on .NET C# MVC. There are some leftovers of web forms still in the core, but they are being weeded out.
    • The frontend is powered by Google's AngularJS. Umbraco has a robust set of directives, services and resources which make extending functionality easy.
    • Support for SQL CE and MSSQL is robust. There is also some support for MySQL.
    • Umbraco can host a single website or several.
    • There is support for caching and load-balancing.
    • Umbraco has a built-in search support using Examine which is a .NET port of the Apache Lucene search engine.
    • Umbraco development is like standard .NET MVC development with the benefit of a CMS to provide management tools.
    • Umbraco has a huge and helpful community that regularly create add-ons and help answer questions.
    • Umbraco follows many convention over configuration patterns.
    • Umbraco tends to provide default functionality with the ability to override it.
    • The core is open-source and is hosted on GitHub. Umbraco developers regularly contribute to the core.
  • 相关阅读:
    C语言I博客作业09
    请看这里
    C++ 面向对象学习笔记[1]
    graphviz的使用
    KDE安装后的一些随笔
    近期内容整理
    链表
    理解C++ lvalue与rvalue
    再看“笕实智慧校园”——作品的复盘[1]
    无题
  • 原文地址:https://www.cnblogs.com/Bany/p/4421547.html
Copyright © 2011-2022 走看看