Friday, May 4, 2018

Copy Or Move The Items From A SharePoint Online Document Library

In this article, I would like to share the steps to copy or move the document from one folder to another folder or one document library to another document library in SharePoint online.

source https://www.c-sharpcorner.com/article/copy-or-move-the-items-from-a-sharepoint-online-document-library/

How To Create SQL Database In AWS

In this article, we will see how to create SQL Server in AWS.

source https://www.c-sharpcorner.com/article/how-to-create-sql-database-in-aws/

Push Notification In Web Application Using Web API And PushContentStream

The push notification is the technology which allow the user engaged to the particular site or application. It can be any kind of chat, discussion or anything. It engage the users to the particular content or activity.

source https://www.c-sharpcorner.com/article/push-notification-in-web-application-using-web-api-and-pushcontentstream/

Thursday, May 3, 2018

Unity 2018.1 Released

The popular game development software, Unity has got a major update, Unity 2018.1.

source https://www.c-sharpcorner.com/news/unity-20181-released

Introduction To SharePoint Migration Tool

We have been using SharePoint for years now. Most of our work in SharePoint was on OnPremise version before Microsoft rolled out Office 365. As everyone started seeing the benefits of using cloud services, they have started the movement to Office 365. Although this movement is exciting but is not easy. Major challenge is the amount of data that we have stored in OnPremise over the years. Lift and Shift of data from OnPremise to Office 365 is never easy.

source https://www.c-sharpcorner.com/article/introduction-to-sharepoint-migration-tool/

Get Feature Class Name Using ArcObject

In this blog, we are trying to find the actual name of feature class using ArcObject. If we try to get the feature class name using ArcObject, by default it will give you the alias name instead of the actual name.

source https://www.c-sharpcorner.com/Blogs/get-feature-class-name-using-arcobject

Get Coordinate System Information Of Feature Class Using ArcObject

In GIS, whenever we start any work, we have to specify the spatial reference or coordinate system of data.Without Coordinate System we can't find the exact location of data so our analysis will be wrong.

source https://www.c-sharpcorner.com/Blogs/get-coordinate-system-information-of-feature-class-using-arcobject