Tag: WINDOWS
-
Configure Node.js for Windows
In this post we will walkthrough step by step to set up environment for node.js on windows. Very first navigate to Windows Azure Download page and select node.js for Windows to download Once you click on node.js download option for Windows you will get following confirmation windows. Click on Save File. After saving the file…
-
Working with github on Windows
In this post we will see step by step to configure github for windows and the way to sync the project from windows to github repository. To start with very first you need to create a repository on github. To create repository login to github and click on New repository option Once you click on…
-
Using O/R designer to bind a Windows Form in LINQ
In this post I will show you, how you could bind a Windows Form with Entity created by O/R designer. Essentially we are going to create a DataSource using generated entity of O/R designer. I assume that, 1. You have created Windows Application project. 2. You have created Datacontext and entity class using LINQ to…
-
Get Address from Contact in Windows Phone 7.1 [Mango]
In this post I will show you, how you could get Address from contact and Display it. Expected Output On running of application you will get a button On click of button Contact list will be open On selection of a contact . address of that contact will be displayed in label. Design the page…
-
NTLM and Windows Authentication on WCF service
Objective This document will explain various combinations of IIS and WCF Ntlm/Windows authentication settings. What is difference between NTLM and WINDOWS authentication in WCF? Windows authentication = authentication in NTLM + authentication in Active Directory NTLM authentication = authentication in only NTLM IIS configuration For all scenario IIS is configured for Windows authentication. What I…