Must Read: What is SharePoint Framework (SPFx) SharePoint Framework was first released for client side web parts. This was just the starting of this journey. It has a great future and will start to provide addition features which are listed below. Lets discuss about future of SharePoint Framework and…
How to do JSON Serialization And Deserialization In C#
Introduction Nowadays, we are dealing with JSON data mostly. We receive data in JSON format from a web services and extract data from JSON formatted data. To accomplish getting data from JSON or creating JSON text from a custom object we will use JSON Serialization And Deserialization in C#. …
What is SharePoint Framework
We have done, a lot of coding on Server Side programming using .Net and other server side technologies. Many systems were designed and developed in server side programming era. But today, I am sharing information about Client Side SharePoint Development using SharePoint Framework (SPFx). Do you know, why…
Why You Should Start Blogging?
Have you ever wondered why so many branded personalities run blog? They are already producing their products or services still they start blogging. Although their products or services are running successfully, why are they wasting time in blogging? Do you know, their readers thirstily wait for upcoming blogs?…
How to create Net Connectivity Assembly for SharePoint in BCS using Visual Studio
Today, we’ll learn to build BCS .Net Connectivity Assembly using Microsoft Visual Studio 2013 for SharePoint (In-Premises) Let’s create a database ExternalDatabase in SQL Server with a table Employees. This has following columns: EmpNo – Primary Key, int type, not null EmpName – varchar(50), not null Department – varchar(50), not null Location –…
What is SharePoint Add-Ins (formerly called as SharePoint Apps) – Steps and Notes
REFERENCES https://msdn.microsoft.com/library/office/fp179930.aspx Labs: http://dev.office.com/getting-started Training: http://dev.office.com/training Login: https://login.microsoftonline.com/ SharePoint Online Planning: https://support.office.com/en-us/article/SharePoint-Online-Planning-Guide-for-Office-365-for-business-d5089cdf-3fd2-4230-acbd-20ecda2f9bb8?ui=en-US&rs=en-US&ad=US NOTES Auto Hosted Apps have not being allowed since 30 Jun 2014 https://blogs.office.com/2014/05/16/update-on-autohosted-apps-preview-program/ SHAREPOINT HOSTED APPS https://technet.microsoft.com/en-us/library/fp161236.aspx Start the Subscription Settings and App Management services in Central Administration To configure the Subscription Settings service application by using Windows PowerShell $account = Get-SPManagedAccount “domain\userid”…
How to create an App Part or Build-In Part in SharePoint
The App Part in SharePoint 2013 and above is actually a Web Part version of an App. Like Web Parts in 2010 they reside in a small frame on the page. For the old Web Part this was some rendered ASPX, for an App Part this is an HTML-page in…
How to Upgrade for SharePoint 2013 From SharePoint 2010
Contents of this article 1.Step 1 – Finding and moving the content databases 2.Step 2 – Creating the default application 3.Step 3 – Testing and mounting the content database 4.Step 4 – Clean up and initialize 5.Summary Step 1 – Finding and moving the content databases The easiest way to…
What are SharePoint Ports, Proxies and Protocols – An Overview of Farm Communications
While the fundamentals remain the same, there were changes in the product over time that have affected the inter and extra-server communications paths. SharePoint 2010 introduced the Service Application model with Windows Communication Foundation proxies and endpoints. SharePoint 2013 brings additional core-building blocks to the product such as Distributed Cache…
How to measure SharePoint site performance and usage
If you are responsible for managing a site, you are probably asked some common questions about the site, including: How many people visit my site? How has site traffic changed over time? Who are the top users on my site? Where does the traffic come from on my site? What…