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
Translate this page
Powered by
Microsoft® Translator
Popular Tags
Active Directory
AD
AD DS
adfs
ASP.NET
azure
BizTalk
BizTalk Server
BizTalk Server 2010
C#
Candidate for deletion
certification
cloud
core docs
de-DE
EAA
Ed Price
Ed's Stub Pages
en-US
ESA
es-ES
Excel
Exchange
Exchange 2010
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
FIM Resources
FIM-HELP
forefront
forums
fr-FR
Gokan Ozcifci
has code
has comment
has comments
has image
has Images
has Other Languages
has See Also
Has Table
Has TOC
Horizon_Net
How To
Hyper-V
id-ID
IIS
Italian Wiki Articles
it-IT
ja-JP
Jordano Mazzoni
Link Collection
Luciano Lima
Luigi Bruno
Lync Server 2010
MIISILMFIM MACAULAY
Multi Language Wiki Articles
needs work
operations manager
Pirated Content
Portal
Português Brasil
PowerShell
pt-BR
security
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint Pirate
Small Basic
solucionando problemas
SQL Server
SQL Server 2012
stub
System Center
System Center 2012
TechNet Guru
TechNet Wiki
TechNet Wiki Featured Article
tonyso
Translated into Japanese
troubleshooting
tr-TR
vídeo
Video
Virtualization
VMM
Wiki
Windows
Windows 7
Windows 8
Windows Azure
Windows Server
Windows Server 2003
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
yottun8
اکتیو دایرکتوری
Browse by Tags
>
TechNet Articles
>
All Tags
>
.net
Tagged Content List
Wiki Page:
Creating First Emgu CV Project
Maheshkumar S Tiwari
This is the first project with emgu cv, it streams the webcam and shows in a imagebox and also processes the image and shows in another imagebox Introduction In the last post we read about Starting with Emgu CV , now here we will start our first Emgu CV project. Emgu CV is...
on
19 Sep 2013
Wiki Page:
Starting with Emgu CV
Maheshkumar S Tiwari
This is a starters post which will guide how to configure the environment and visual studio to work with emgucv, emgu cv is a wrapper library for all the open cv functions. What is Emgu CV ? Before learning what is Emgu CV, one should know what is Open CV. Open CV It stands...
on
19 Sep 2013
Wiki Page:
Windows Forms Overview
Richard Mueller
Table of Contents Getting Started With Windows Forms Community Resources Forums Blogs Wiki Articles Other Resources Software Downloads Other Languages Deutsch (de-DE) Windows Forms is a set of classes in the .NET Framework that enables developers to quickly create Windows client applications, using...
on
17 Sep 2013
Wiki Page:
Visão Geral do Windows Forms
Richard Mueller
Table of Contents Iniciando com Windows Forms Recursos da Comunidade Blogs Artigos Wiki Outros Recursos Download de Softwares Outras Linguagens Deutsch (de-DE) English (en-US) Nota de migração: este artigo foi migrado para o Portal Wiki em Português. O conteúdo será atualizado aqui . Windows...
on
17 Sep 2013
Wiki Page:
Top 8 Features of the .NET Framework 4.0 & Visual Studio
Richard Mueller
The top 8 features and sub-features of the .NET Framework 4.0 and are listed below: Web Development JavaScript Intellisense is supported in the Visual Studio Editor One Click Deployment For Applications RIA Support by providing Full fledged support for Silverlight Cloud Development...
on
17 Sep 2013
Wiki Page:
Visual Basic/C# Workaround: WebBrowser DBLClick Word
Naomi N
Table of Contents What is this article about? Workaround References What is this article about? Recently in the MSDN forums (link below) it was discovered that the WebBrowser control (IE 10 based) exhibits the following unexpected behavior while used on a UserControl: MSDN Forums - WebBrowser...
on
14 Sep 2013
Wiki Page:
C#
Maheshkumar S Tiwari
C# is a type-safe, statically typed, object-oriented language that is simple yet powerful, allowing programmers to build a breadth of applications. Combined with the .NET Framework, Visual C# 2008/2010 enables the creation of Windows applications, Web services, database tools, components, controls...
on
13 Sep 2013
Wiki Page:
Virtual Execution System
Maheshkumar S Tiwari
What is a Virtual Execution System The Virtual Execution System (VES) provides an environment for executing managed code. It provides direct support for a set of built-in data types, defines a hypothetical machine with an associated machine model and state, a set of control flow constructs...
on
13 Sep 2013
Wiki Page:
Visual Basic - Drive Searcher
Richard Mueller
Table of Contents Finding files with Visual Basic Source Code Introducing the DriveSearcher Class SearchParameters FileFoundEventHandler StatusChangedEventHandler DriveSearcher Class Resources Finding files with Visual Basic A few times a month, I will see people asking in the forums...
on
11 Sep 2013
Wiki Page:
Small Basic Tutorial: Creating Your First Program
TK MAHATO
Table of Contents Step 1: Set Up Small Basic Step 2: Familiarize yourself with Small Basic Step 3: Create your first program Small Basic is a .NET language created by Microsoft. It allows the beginner programmer to get started creating programs right away, and does not confuse the beginner with the...
on
8 Sep 2013
Wiki Page:
C#: Extension Methods in .NET
Ed Price - MSFT
Sometimes there is a need to add customized/ user defined methods to existing datatypes. If we write String s1 and then put a dot after s1, we get a list of methods pre-defined such as Aggregate<>, All<>, Average<> etc. With extension methods, we can write out our own method...
on
7 Sep 2013
Wiki Page:
Serializing WCF Contract with Object Property
Ed Price - MSFT
Table of Contents Introduction WCF Service The issue stems with how to handle contracts with object type properties: WCF Client Initial observations Adding a new class Introduction This sample project is posted in reply to the forum post: http://social.msdn.microsoft.com/Forums/en-US...
on
7 Sep 2013
Wiki Page:
Difference between Array and Array List
Balaji M Kundalam
The basic difference between an Array and ArrayList are : Arrays are of fixed size, where as ArrayList can grow dynamically in size. Array occupies memory in Stack where as ArrayList occupies Heap. Also, ArrayList are not type-safe, single arraylist can contain different datatypes. Let us go...
on
28 Aug 2013
Wiki Page:
Conectar no banco de dados
Sandro Pereira
Table of Contents Introdução Qual a melhor maneira de fazer uma conexão com o banco de dados? Qual é a vantagem de usar MVC falado anteriormente? Driver usando C# Introdução http://msdn.microsoft.com/pt-br/library/ee730343.aspx Hoje em dia muitos desenvolvedores não sabem como funciona...
on
16 Aug 2013
Wiki Page:
BizTalk Server 2010: .NET Helper Classes
Steef-Jan Wiggers
Table of Contents Introduction Helper Class .NET Samples See Also Introduction .NET classes can be used inside an orchestration. They can be divided into two distinct categories according to Optimizing Orchestration Performance recommendations: Helpers and services - These classes provide...
on
16 Aug 2013
Wiki Page:
Visual Basic Articles By Paul Ishak
Paul Ishak
I will be using this as an index page to track my wiki articles. Pull Out Panel - Borderless Form - Visual Basic.Net Visual Basic - Accessing a method Via its declared name string. Visual Basic - Changing the speed of a wavefile LoOps! With Visual Basic.Net Conditional Branches With...
on
12 Aug 2013
Wiki Page:
Exam 98-372 - Microsoft .NET Fundamentals
Ed Price - MSFT
Table of Contents Overview Skills Measured Community Related Forum Posts Overview Language(s): English Audience(s): IT Professionals, Developers Technology: Microsoft .NET Framework 4 Type: Proctored Exam Audience Profile Candidates...
on
7 Aug 2013
Wiki Page:
Exam 70-519 - Pro: Designing and Developing Web Applications Using Microsoft .NET Framework 4
Ed Price - MSFT
Table of Contents Overview Skills Measured Preparation Materials Community Related Forum Posts Overview Language(s): English Audience(s): Developers Technology: Microsoft Visual Studio 2010 Type: Proctored Exam Exam Topcis Covered ...
on
7 Aug 2013
Wiki Page:
Exam 70-513 - TS: Windows Communication Foundation Development with Microsoft .NET Framework 4
Ed Price - MSFT
Table of Contents Overview Preparation Materials Preparation Materials Community Related Forum Posts Overview Language(s): English Audiences(s) : Developers Technology: Microsoft Visual Studio 2010 Type: Proctored Exam Exam Topics Covered...
on
7 Aug 2013
Wiki Page:
Named Pipes IO for Inter-process Communication
Ed Price - MSFT
Introduction Use the .NET 3.5 Named Pipes IO for Inter-process communication by implementing a pipe listener on a separate thread. The first sample is a WPF project. It can also be done just as easily in Windows forms. Description The sample demonstrates how to pass string data from clients...
on
5 Aug 2013
Wiki Page:
How to Communicate to the Arduino in Visual Basic .NET
Ed Price - MSFT
Communicating to the Arduino in the .NET platform is pretty much straightforward: The Arduino uses a virtual serial port to allow programs to be written onto it, but we can also use this port to get and send data to and from the Arduino. Materials: Arduino or Arduino Compatible Board (UNO...
on
4 Aug 2013
Wiki Page:
Working with NoSQL Databases
astral-blade
Table of Contents How to get started with NoSQL? What NoSQL databases are present today? .NET APIs Cassandra CouchDB MongoDB Tokyo Cabinet Further Reading See Also Other Languages Deutsch (de-DE) Italian (it-IT) Português (pt-BR) How to get started with NoSQL? Since 2009 NoSQL databases becomes...
on
28 Jul 2013
Wiki Page:
Encontrar o valor no texto
Naomi N
Hoje gostaria de informar e mostrar como encontrar um valor de uma string grande, isto é, “stringona” separada com algum caracter especial. Antigamente existia o Split e ainda existe, mas para este nosso caso não é apropriado. Para quem quiser ver mais sobre o Split no C#.NET, acesse o link abaixo...
on
22 Jul 2013
Wiki Page:
.NET Framework Overview
Ed Price - MSFT
Table of Contents .NET Wiki Pages See Also Other Languages Microsoft .NET is a wide collection of products and technologies with a dependence on the Microsoft .NET Framework. The .NET Framework allows you to: Apply common skills across a variety of devices, application types, and programming...
on
13 Jul 2013
Wiki Page:
Key-value stores (No SQL Databases)
astral-blade
A key - value store is a sub-category of NoSQL Databases (to start working with NoSQL Databases or to know what they are, refer : Working with NoSQL Databases ) They allow the application to store its data in a schema-less way. The data, however can be stored in a user-defined data type or object...
on
10 Jul 2013
Page 1 of 3 (62 items)
1
2
3
Can't find it? Write it!
Post an Article