Console Application For Office 365 – SharePoint Online
In this article let us see how to create a console application against an Office 365 in SharePoint.
Steps to configure row level security in SQL Server 2016
The row level security (RLS) provides security based on the user name or login id of the current user logged in. While executing the select statement the rows are filtered based on the executing context of the query
New SharePoint Online New Look and Feel experience – Part 2
SharePoint Online Lists brings a new user experience aligned to the look and feel to new modern document libraries experience. You’ll first notice an updated top with quick actions for commonly used Lists tasks
System Versioned Temporal Table for storing historical data in SQL Server 2016
SQL Server 2016 gives support for temporal tables or system-versioned table. It’s a new type of system table which used us to keep the history of data changes
Simplified drop statement in SQL Server 2016
SQL Server 2016 makes the drop and if exists into a single statement. It will check for the object existence. If the object exists it will execute the drop statement
New SharePoint Online New Look and Feel experience – Part 1
Document libraries in SharePoint Online have an updated user interface that offers an experience similar to OneDrive so it’s more intuitive to create a new folder and upload files in the browser.
How to Create Variation Sites in SharePoint Office 365
In this article let us see how to create variation sites in SharePoint Office 365
WCF Service Hosting – Windows Service – Part II
In this article let us see how to host the WCF Service using Windows Service
Retrieving Various Field Types in SharePoint Custom Form using jQuery and SPServices
In this article let us see how to retrieve various field types in SharePoint Custom Form Using JQuery and SPServices
Hosting a WCF Service Using Windows Service Hosting
In this article let us see how to Host a WCF Service using Windows Service Hosting