What is new in SharePoint 2013?

SharePoint 2013 is the next version of SharePoint 2013. What’s new in SharePoint 2013? SharePoint 2013 gives more powerful features compare to SharePoint 2010. Few features are – SharePoint 2013 App Model Workflows with the introduction: a new, highly scalable workflow framework.  User experience (UX) improvements. Sandbox Solution deprecated in SharePoint 2013 OOTB PDF support Web … Read more

Display SharePoint List Items using ECMA Script – Client Object Model

Display SharePoint List Items using ECMA Script In this blog, I will explain, how to get list items using ECMA Script.ECMA script is a client side way to work with SharePoint object. Create a web part page in page library. Add a content editor web part on that page.In content editor webpart write below code: … Read more

WCF tutorial – Learn WCF quickly

WCF tutorial – Learn WCF quickly WCF stands for Windows Communication Foundation and used for developing distributed system. WCF services can communicate with.Net applications and Non-Microsoft technology as well. ABC of WCF (A)   Address – Where to bind, which is also called as EndPoint (B)   Binding – How to bind (C)   Contract – What to … Read more

Error – The user does not exist or is not unique SharePoint 2010

Currently I was doing some settings for super accountIn this context, I executed below command in powershell window. stsadm -o setproperty -propertyname portalsuperreaderaccount -propertyvalue account -url “<site-url>” But my site stops working and got below screen while access url with error message. “The user does not exist or is not unique SharePoint 2010“ So I … Read more

Migrate SharePoint 2010 Application to SharePoint 2013 Step by Step

Migrate SharePoint 2010 to SharePoint 2013, Step by StepIn this blog, I will explain about migration from SharePoint 2010 to SharePoint 2013 which I did.PrerequisiteBe ready with a new SharePoint 2013 FarmThe first Step is related to Database as Data is important. To avoid data loss first set Database to read only. To do this go to … Read more

Show Hide div area in Angular JS

This is my second post on angular js. In this post I have create 2 radiobutton and will show hide a div area on basis of selection.Create a “AngularModelController.js” file and write below code:/// <reference path=”angular.min.js” />var myApp = angular.module(‘angularApp’, [])myApp.controller(“angularController”, function ($scope) {    $scope.message = “This is my Angular JS post”;});Below is the … Read more

RSS
YouTube
YouTube
Instagram