zoukankan      html  css  js  c++  java
  • SharePoint learning Skills

      1. The first item is an understanding of HTML, XML/XSL, and CSS as a structural baseline to understand page rendering in SharePoint. Having some dynamic Web langauage experience would also be good (Such as JavaScript).

      2. The second item is an understanding of ASP.NET. If you don't have skills in these first two items out of the gate, you'll certainly gain them as you develop more with SharePoint. For those who asr ASP.NET developers today, the transition to SharePoint development will be much easier.

      3. The thrid item is a baseline understanding of one of the managed code languages - that is, C# or Visual Basic (VB.NET). These are object-oriented languages that fully leverage the .NET Framework, and both are supported within Visual Studio 2010 for SharePoint 2010 development.

      4. The last is a wider understanding of the .NET Framework such as Windows Workflow Foundataion or WCF. Again, this is something that will come with experience, but be open to learning .NET because you'll begin to understand elements you can apply to your SharePoint development efforts. 

  • 相关阅读:
    Equal Cut
    【线段树】Interval GCD
    zookeeper错误
    HBase之过滤器
    Hbase之缓存扫描加快读取速度
    Hbase之遍历超时处理
    Hbase之遍历获取数据
    Hbase之使用回调函数进行批处理操作
    Hbase之进行批处理操作
    Hbase之原子性更新数据
  • 原文地址:https://www.cnblogs.com/chjief/p/3113947.html
Copyright © 2011-2022 走看看