What’s new in SharePoint Server 2013 Workflow
SharePoint Server 2013 includes a Workflow Manager (SharePoint 2013 Workflow Platform) feature which introduces new capabilities for authoring, hosting and managing workflows. Workflow Manager brings a new class of workflow to SharePoint Server 2013. Workflow is built by using Workflow Manager which can take advantage of several new capabilities. These include enterprise features such as: […]
How to use PowerShell to control your SharePoint SUT Platform remotely
Do you want to make your life easy by preparing SharePoint SUT server test data? If you are still preparing test data or configuring the SUT manually, then you should change your habits now! SharePoint Management is a tool to manage the SharePoint server. PowerShell will help you to increase efficiency. Suppose that you already […]
SharePoint Content Types
Introduction to SharePoint Content Types As the name suggests, content types are about SharePoint content. In the SharePoint world content is everything. Content on the SharePoint server includes everything from documents to contacts, from tasks to calendar items. All of this content can easily turn messy if it’s not managed correctly. So what methods are […]
SharePoint 2013 App Tutorial (Basic)
Why use apps in SharePoint 2013? Isolation prevents unauthorized access to users’ data. The isolation level determines the limit to potential breaches in security. By default, apps are deployed to their own web site in a special, isolated domain, rather than to your farm or a sandbox. Processes run in that domain. Apps for SharePoint […]
Introducing SharePoint Product and Technology Protocols
The Microsoft SharePoint Products and Technologies protocol documentation provides detailed technical specifications for proprietary Microsoft protocols (including extensions to industry-standard or other published protocols) that are used by Microsoft SharePoint Products and Technologies to communicate with other Microsoft products. This protocols document can be used to implement your own Service-Oriented Architecture (SOA) client. There are […]
How to Monitor performance with AOP framework and Developer Dashboard
Do you have no idea to deal with the performance of your SharePoint product? Your SharePoint product executes very slowly! But what’s the reason? You are crazy to fix the issue position. If you know which method you have written that caused the performance issue, maybe it is easy to resolve the performance issue.
How To Create Your SharePoint VisualStudio Multiple Project Template (The Whole Solution)
Are you wasting your time to create a SharePoint foundation solution architecture? Let’s assume you are a software architect, and you have to create the template for a new product. It is a repetitive task and will cost you a lot of time for the following: You shall define the layers for your solution, such […]