MCPD

http://www.microsoft.com/learning/en/us/mcpd-certification.aspx#fbid=YktyKIYXeFg

Exam 70-573:

TS: Microsoft SharePoint 2010, Application Development

http://www.microsoft.com/learning/en/us/exam.aspx?id=70-573#fbid=YktyKIYXeFg

Designing and Developing Microsoft SharePoint 2010 Applications

http://www.microsoft.com/learning/en-us/exam.aspx?ID=70-576

mcse sharepoint

http://www.microsoft.com/learning/en/us/mcse-sharepoint-certification.aspx#fbid=YktyKIYXeFg

http://www.microsoft.com/learning/en/us/sharepoint-certification.aspx#fbid=YktyKIYXeFg

http://sharepoint-community.net/profiles/blogs/perspective-on-sharepoint-2010-exams-70-573-and-70-576

考试

http://www.register.prometric.com/Centers.asp

http://www.itexamprep.com/cn/microsoft/cert/mcse/

题库

http://auction1.paipai.com/A0EE926800000000040100001B76C341

http://www.examcollection.com/70-573.html

http://www.examcollection.com/70-576.html

http://www.exam4actual.com/70-576.html

http://www.certkiller.com/exam-70-576.htm

http://www.selftestengine.com/70-576.html

http://killtest.cn/MCSE/70-576.asp

http://www.test4pass.com/search

http://www.exam1pass.com/70-576-exam.html

Guides

http://studypdfdumps.blogspot.com/2013/03/70-576-microsoft-exam-dumps.html

http://kjaerulff.wordpress.com/2013/02/15/passed-microsoft-certification-exam-70-576/

http://sharepointstream.com/2011/01/21/study-guide-to-the-exam-70-576-microsoft-sharepoint-2010-designing-and-developing/

http://spmatt.wordpress.com/2011/12/08/how-i-passed-70-576/

Online Training

http://pluralsight.com/training/

http://www.lynda.com/

http://www.criticalpathtraining.com/schedule/webcasts

sharepoint 认证的更多相关文章

  1. 关于SharePoint REST中的授权的研究

    博客地址:http://blog.csdn.net/FoxDave 当我们开发SharePoint APP需要调用REST服务时,可以使用OAuth完成授权,也可以使用跨域库.以下是微软专家的一段注解 ...

  2. SharePoint 2010 配置基于MemberShip的身份验证

    场景:通常需要为sharepoint打通其他的系统整合到sharepoint认证,ad通常是为内部域用户,外网访问的可以使用membership来登录,那么这个既可以内部用户访问,外部用户也可以访问 ...

  3. SharePoint 2013 修改表单认证登录页面

    前 言 之前的博客我们介绍了如何为SharePoint配置表单登陆,但是,登陆页面是丑.很丑.非常丑.特别非常丑!我们现在就介绍一下如何定制SharePoint表单登陆页面! SharePoint 表 ...

  4. SharePoint 2013 表单认证使用ASP.Net配置工具添加用户

    前 言 上面一篇博客,我们了解到如何为SharePoint 2013配置表单身份认证,但是添加用户是一个麻烦事儿:其实,我们还可以用Asp.Net的配置工具,为SharePoint 2013添加表单用 ...

  5. SharePoint 2013 配置基于表单的身份认证

    前 言 这里简单介绍一下为SharePoint 2013 配置基于表单的身份认证,简单的说,就是用Net提供的工具创建数据库,然后配置SharePoint 管理中心.STS服务.Web应用程序的三处w ...

  6. SharePoint 2013 配置基于AD的Form认证

    前 言 配置SharePoint 2013基于AD的Form认证,主要有三步: 1. 修改管理中心的web.config: 2. 修改STS Application的web.config: 3. 修改 ...

  7. SharePoint 2013 同步FBA认证用户

    SharePoint 开启了基于FBA的身份认证,经常会遇到用户组用户的问题,当我加入一个AD账号,无法同时加入Form认证的用户,这时,只能手动添加,比较麻烦:所以,写了一个服务,用来每天晚上同步一 ...

  8. [SharePoint 2010]关于基于声明(Claims)的用户认证模式

    转:http://blog.csdn.net/zw_2011/article/details/7417132 SharePoint 2010在用户认证模式上,较之以前的版本有了非常大的改变.在Shar ...

  9. “认证发布”和“获取展示”,如何在 SharePoint 中正确使用 RSS Feed。

    在我们进行的日常工作中,是由一部分信息需要 Share 给其他人或者组织的.SharePoint 虽然支持在某个 Site Collection 中互通信息,但是跨 Site Collection 的 ...

随机推荐

  1. Person

    using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace PersonD ...

  2. Part 3 talking about constraint in sql

    What is Foreign key and how to create a Foreign key constraint? Note:Foreign Keys are used to enforc ...

  3. MVC4 使用 ckfinder+ckeditor编辑器

    配置ckfinder for asp.net 版本下载地址  http://cksource.com/ckfinder/downloadckeditor下载地址 http://ckeditor.com ...

  4. 解密FFmpeg播放状态控制内幕

    上一篇文章(http://my.oschina.net/u/2336532/blog/400790)我们解决了在FFmpeg下如何处理H264和AAC的扩展数据,根据解出的NALU长度恢复了H264的 ...

  5. Spring中Quartz的配置

    Quartz是一个强大的企业级任务调度框架,Spring中继承并简化了Quartz,下面就看看在Spring中怎样配置Quartz: 首先,来写一个测试被调度的类:(QuartzHelloWorldJ ...

  6. Movie importing requires quicktime

    在Unity中使用MovieTexture播放视频会碰到movie importing requires quicktime的错误,解决方法如下: 1.关闭Unity安装QuickTime播放器,打开 ...

  7. (转)hessian源码分析(一)------架构

    在计费中心的对外交互这块采用了hessian,有必要对hessian的运行机理和源码做一定的解析. 大致翻了翻源码后,发现hessian的主要结构分客户端与服务端,中间基于http传输.客户端主要做的 ...

  8. Linux概述

    Linux概述 1.计算机资源 硬件资源 软件资源 硬件资源与软件资源之间的桥梁就是操作系统 2.操作系统分类 Windows :个人版用户最多 Mac :土豪机 Linux :主要应用于服务器 Un ...

  9. Ajax乱码问题

    Ajax中文乱码问题   1.js代码 var userName=$("#userName").val(); var url = "user/login.action?u ...

  10. 济南学习 Day 3 T2 pm

    LYK 快跑!(run)Time Limit:5000ms Memory Limit:64MB题目描述LYK 陷进了一个迷宫! 这个迷宫是网格图形状的. LYK 一开始在(1,1)位置, 出口在(n, ...