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.
How to Disable/Enable Automatic Updates in Windows Server 2016
In this article We are going to look at a tip to disable/Enable the Automatic Updates in Windows Server 2016.
Azure VM – The remote session was disconnected because there are no Remote Desktop License Servers available to provide a license
A small tip about Azure VM – The remote session was disconnected because there are no Remote Desktop License Servers available to provide a license
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
Machine Learning -Part III – Azure Machine Learning
In the earlier article we saw the key concepts and terms used in the Machine Learning environment. In this article let us focus on how Microsoft is involved in Machine Learning especially the Data Collection & Management in depth.
Windows Server 2016 – Start Menu / Windows Key Not working
Windows Server 2016 – Tips – Start Menu is not working
Get all attachments from SharePoint List Item using AngularJS
In this article let us see how to Get all attachments from SharePoint List Item using AngularJS
How to handle multiple file selection and validation on input file type using AngularJS
In this article we will see how to upload multiple files into your form using angularjs form