Tagged Content List
  • Wiki Page: Logging Onto The Server using dotConnect for SQL Server

    Logging Onto The Server This tutorial describes how to connect to SQL Server using dotConnect for SQL Server . Requirements In order to connect to SQL Server you need the server itself running, dotConnect for SQL Server installed and IDE running. You should know server name or IP address...
  • Wiki Page: Inserting Data Into Tables using dotConnect for SQL Server

    Inserting Data Into Tables This tutorial describes how to use SqlCommand component to insert data into tables by means of executing SQL queries using dotConnect for SQL Server . Requirements This walk through supposes that you know how to connect to a server (tutorial Logging...
  • Wiki Page: Retrieving and Modifying Data using dotConnect for SQL Server

    Retrieving and Modifying Data Introducing This tutorial describes how to use SqlCommand, SqlDataReader, and SqlDataTable components using dotConnect for SQL Server . Requirements This walkthrough supposes that you know how to connect to server , how to create the necessary...
  • Wiki Page: Mongo DB Installation In Windows 7 Crud operation WPF C#

    Mongo DB installation: 1) Goto http://www.mongodb.org/downloads Download 32bit zip file. 2) After download Extract file to c:\ 3)Change the <MongoDB 2.6 Standard> folder name to <MongoDB> 4) Go to C:\MongoDb\ and create tow folder a) Data b)Log b.1)mongodb.log(Text File...
  • Wiki Page: Finding import subscriptions in publishing windows azure cloud service

    Hello Guys! Today, what i am gonna post is solution of problem I was having while publishing my very first windows azure cloud service. Firstly, if you are beginner and want to publish your own " Cloud Service" and have your azure account, follow the following three links in order to get...
  • Wiki Page: Zoom in or out on windows phone 8.1

    Hi guy. To day, I will introduction about zoom in or out on Multitouch... Step 1: Design basic on XAML. I can't introduction about that... < Grid Name = "content" > < Grid > < Grid.RowDefinitions > < RowDefinition Height = "*"...
  • Wiki Page: Windows Store App - Basic ColorPicker Control inside Settings Pane

    This article discusses the basic color palette control implementation for Windows Store App. With Windows 8.1 release around the corner and seeing there is still no Color Picker control (yes we have DatePicker and TimePicker) I thought of writing one in response to this MSDN question. Currently...
  • Wiki Page: ASP.NET MVC 5 – Demo Authentication App with Facebook and Google

    This article demonstrates how to configure an application, to allow authentication using Google and Facebook. Table of Contents Introduction STEP 2 - Select option Change Authentication STEP 3 - Enable Google and Facebook OpenID STEP 4 - Setting up SSL STEP 5 - Configure App Facebook STEP 6 -...
  • Wiki Page: Optional and Named Parameters in C#

    Background In prior versions of the C# Language it is necessary to pass the number of parameters declared in a method when the method is called, in other words it's not optional to not pass all the parameters of that method. Also they must be passed in the sequence they are declared for the...
  • Wiki Page: Password Based Encryption using AES - PBKDF2

    Password based Key Derivation Function 2 or PBKDF2 in short, is an encryption mechanism, which basically uses a password and manipulates it to generate a strong key which could be used for encryption and subsequently decryption. This article basically focusses on the .Net classes available to enable...
  • Wiki Page: Visual C#: How to Get the Connection String

    This article is for you if you're ready to write your ADO code, where you have everything ready and are working on your local machine. But then, when you try to use it on a remote database, you just can’t figure it out. You ask yourself: What is my connection string ? A very easy and...
  • Wiki Page: What is Common Language Runtime in C#?

    What is Common Language Runtime in C#? Today in this article I will discuss the very basic and starting topic of C# programming language because if the basics are strong then you will be survive in future of programming. It is very necessary to know that how the program compile and run in Microsoft...
  • Wiki Page: Microsoft OCR Library for Windows Runtime

    Table of Contents Introduction Using the Microsoft OCR Library Step 1: Install the nuget package Step 2: Create and instance of OcrEngine. Step 3: Select which image file to use and open a random-access stream oven the file. Step 4: Create an instance of the image decoder. Step 5: Get the image width...
Page 52 of 71 (1,775 items) «5051525354»