This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use.
Learn more
TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Get this Tag RSS feed
Tag Cloud
.net
Active Directory
AD DS
ASP.NET
azure
BizTalk
BizTalk Server
C#
C# .NET
cloud
EAA
Ed Price
Edward van Biljon
en-US
es-ES
Excel
Exchange
Exchange 2010
Exchange 2013
Exchange Server 2013
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
fr-FR
has Back to Top link
has code
has command
has comment
has Conclusion
has download link
has Gallery download
has image
Has Link
has links
has Other Languages
has reference
has References
has See Also
has summary
Has Table
Has TOC
has video
How To
Hyper-V
it-IT
Link Collection
Lync
magazine article
marcelo strippoli
mehmet parlakyiğit
Microsoft
Microsoft Azure
Multi Language Wiki Articles
MVP
needs work
Office 365
pgtag
Português Brasil
PowerShell
pt-BR
SCCM
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint 2016
Sharepoint Online
Small Basic
SQL
SQL Server
SQL Server 2012
step by step
stub
System Center
System Center 2012
TAT
TAT Members
TechNet Guru
TechNet Guru Gold Medal Winner
TechNet Guru Medal Winner
TechNet Wiki
TechNet Wiki Featured Article
Translated into Portuguese
troubleshooting
tr-TR
T-SQL
Visual Studio
VS
Wiki
Windows
Windows 10
Windows 7
windows 8
Windows Phone
Windows Phone Migration Content
windows server
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
windows server 2012 r2
Wiki
>
All Tags
>
C#
Tagged Content List
Wiki Page:
Logging Onto The Server using dotConnect for SQL Server
Ken Cenerelli
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...
on
13 Sep 2015
Wiki Page:
Inserting Data Into Tables using dotConnect for SQL Server
Ken Cenerelli
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...
on
13 Sep 2015
Wiki Page:
Retrieving and Modifying Data using dotConnect for SQL Server
Ken Cenerelli
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...
on
13 Sep 2015
Wiki Page:
Mongo DB Installation In Windows 7 Crud operation WPF C#
Ken Cenerelli
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...
on
13 Sep 2015
Wiki Page:
Finding import subscriptions in publishing windows azure cloud service
Ken Cenerelli
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...
on
13 Sep 2015
Wiki Page:
Zoom in or out on windows phone 8.1
Ken Cenerelli
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 = "*"...
on
13 Sep 2015
Wiki Page:
Windows Store App - Basic ColorPicker Control inside Settings Pane
Ken Cenerelli
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...
on
13 Sep 2015
Wiki Page:
ASP.NET MVC 5 – Demo Authentication App with Facebook and Google
Ken Cenerelli
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 -...
on
13 Sep 2015
Wiki Page:
Optional and Named Parameters in C#
Ken Cenerelli
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...
on
13 Sep 2015
Wiki Page:
Password Based Encryption using AES - PBKDF2
Ken Cenerelli
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...
on
13 Sep 2015
Wiki Page:
Visual C#: How to Get the Connection String
Ken Cenerelli
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...
on
13 Sep 2015
Wiki Page:
What is Common Language Runtime in C#?
Ken Cenerelli
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...
on
13 Sep 2015
Wiki Page:
Microsoft OCR Library for Windows Runtime
Ken Cenerelli
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...
on
13 Sep 2015
Page 52 of 71 (1,775 items)
«
50
51
52
53
54
»