SharePoint Office 365 – Site Columns – Choice Field AllowFillIn Choice as TRUE – Programmatically C# CSOM

In this article let us see how to update a choice field Allow Fill In Choice as TRUE Programmatically using C# CSOM

 

Save, Update and Get data from SQL using Fluent NHibernate

This article is continuation of my previous two articles – “Configuration of Fluent NHibernate through C# code” and “Handling Parent Child SQL Table relation using Fluent NHibernate”. Once we configured and mapped the data we need to save it in SQL and this is our major goal.

 

Handling Parent Child SQL Table relation using Fluent NHibernate

This article is continuation of my previous article – “Configuration of Fluent NHibernate through C# code”. Here we can see how to do mapping of parent and child relation with the help of primary and foreign key concept in SQL. We can achieve it with the help of Fluent NHibernate.

 
 

Configuration of Fluent NHibernate through C# code

In this article we will see how to configure Fluent NHibernate through C# code it gives easy way to query save or update data on Database and it lies on top of NHibernate engine

 

How to LIKE (Recommend) an Office 365 Document Programmatically by C# CSOM Patterns and Practice

In this article let us see how to LIKE a Document in SharePoint Office 365 Programmatically by C# CSOM

 

How to delete the Minor Versions of a Document Programmatically by C# CSOM

We were doing some migration and after the Migration we were end up with a lot of Minor versions which we did not create but the Migration tool created them. To remove the Minor versions came up with a piece of script thought of sharing to the community as well.

 
 

Create, Save or Update Database Table using NHibernate – C# programmatically

Hello everyone in this article we will see how to update your Database using Nhiberate in you C# code.

 

Arrange the Activities (Tasks List) Hierarchy Using Patterns and Practice C# in SharePoint Office 365

In this article let us see how to Arrange the Activities (Tasks List) Hierarchy Using Patterns and Practice C# in SharePoint Office 365

 

How to Re-Order Content Types in SharePoint Office 365 Programmatically using C# Patterns and Practices PNP

How to Re-Order Content Types in SharePoint Office 365 Programmatically using C# Patterns and Practices PNP

 
 

How to Delete/Update List/Library View in SharePoint Office 365 Programmatically using Patterns and Practices PNP

How to Delete/Update List/Library View in SharePoint Office 365 Programmatically using Patterns and Practices PNP