Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Get this Tag RSS feed
Translate this page
Powered by
Microsoft® Translator
Popular Tags
Active Directory
AD
AD DS
AD FS
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
Exchange Server 2010
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
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
MCTS
MIISILMFIM MACAULAY
Multi Language Wiki Articles
needs work
operations manager
Portal
Português Brasil
PowerShell
Private Cloud
pt-BR
security
SharePoint
SharePoint 2010
SharePoint 2013
Small Basic
solucionando problemas
spam
SQL Server
SQL Server 2012
stub
System Center
System Center 2012
TechNet Wiki Featured Article
tonyso
Translated into Japanese
troubleshooting
tr-TR
UAG
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:
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
22 May 2013
Wiki Page:
Pattern Matching Words With Visual Basic
Carsten Siemens
How to match word patterns with Visual Basic Someone recently asked a question about solving cryptograms and I had recalled reading an article about MIT students creating a cryptogram solver that used some kind of pattern matching. i figured it was interesting enough to give a go at it. Below is ...
on
29 Apr 2013
Wiki Page:
Visual Basic.Net Pullout Panel Borderless Form
Carsten Siemens
How To Create a Borderless form with pull out compartments in Visual Basic. This can be difficult at first, but i will attempt to keep it short and sweet. Have you ever wanted to have a compartment that you could pull out of your form, one that extended beyond the border of the form? Well, this...
on
27 Apr 2013
Wiki Page:
Exception Handling in the .NET Framework Data Provider for ODBC, OLE DB, and for SQL Server
Richard Mueller
Developers using the .NET Framework Data Provider for ODBC, the .NET Framework Data Provider for OLE DB, or the NET Framework Data Provider for SQL Server often send feedback to Microsoft, asking for a complete list of the exceptions that a given method can throw. Until such time as the documentation...
on
25 Apr 2013
Wiki Page:
How to Use Lucene.NET with Windows Azure SQL Database
Richard Mueller
Table of Contents Summary Lucene.NET The Azure Library for Lucene.NET Using the Library Using Lucene.NET to index SQL Database Searching the Lucene.NET catalog References Summary Lucene.NET is a .NET implementation of the Lucene full-text search engine. This article describes how you can use...
on
24 Apr 2013
Wiki Page:
Getting Started With MongoDB
Richard Mueller
MongoDB is a famous representative of NoSQL databases. It is a document-oriented database, which means that data will be stored in documents. In this article we will see how to set up MongoDB for Windows and how you can get started with it. Table of Contents Setting up MongoDB for Windows Working...
on
23 Apr 2013
Wiki Page:
Using AJAX AutoCompleteExtender with Web Services
Richard Mueller
Hi Techies, This is my very first post to the asp.net wiki and hope to have many post in the future. Today I will demonstrate you on how to populate a text box with suggested values when user types a character in text box using a AJAX Auto Complete Extender. This demonstrate uses web service...
on
14 Apr 2013
Wiki Page:
Using ReceiveAndSendReply Inside a Pick Activity (WF)
Yagmoth555
The ReceiveAndSendReply activity template is used in a workflow service to implement a two-way operation. When this activity template is dragged onto the workflow designer, a Sequence activity containing a Receive activity followed by SendReply activity is added to the workflow. The ReceiveAndSendReply...
on
9 Apr 2013
Wiki Page:
.NET, PowerShell Path too Long Exception and a .NET PowerShell Robocopy Clone
Richard Mueller
Path too Long and .NET Some of you may know the famous error “System.IO.PathTooLongException“. The path is too long after being fully qualified. Make sure path is less than 260 characters. This is by design from the Windows API and the .NET Framework. Naming Files, Paths, and Namespaces: ...
on
9 Apr 2013
Wiki Page:
Lavorare con database NoSQL (it-IT)
Ed Price - MSFT
NOTA: le risorse ed i documenti indicati nel presente articolo sono disponibili solo in lingua Inglese. Table of Contents Come iniziare con NoSQL? Quali database NoSQL sono presenti oggi? API basate su .NET Cassandra CouchDB MongoDB Tokyo Cabinet Ulteriori letture Altre lingue English (en-US) Deutsch...
on
8 Apr 2013
Wiki Page:
Comparando Silverlight con aplicaciones Windows Store (es-ES)
Ed Price - MSFT
Introducción Desde el lanzamiento de Windows 8, en su versión Developer preview, sólo he leído y escuchado comentarios referentes al nuevo sistema operativo (realmente está buenísimo). La innovación definitivamente está presente en toda la nueva gama de productos Microsoft con su Windows 8, Visual...
on
8 Apr 2013
Wiki Page:
DOS Scripts From Visual Basic.Net
Ed Price - MSFT
How To execute a dos script in Visual Basic without creating an external process. Not all DOS commands can be executed with this, such as CLS, diskpart, echo, etc.... If you discover unsupported commands, please add them to this list: Unsupported Dos Commands: CLS Echo DiskPart ? ...
on
8 Apr 2013
Wiki Page:
WCF Extension and Custom Behavior
Ed Price - MSFT
We have a simple WCF WebService that has operation for Division (dividing value1 by Value2) and return this division result back to client. Service Code: Interface: Class implementing the Interface: In Divide Method, DivideByException is thrown if value2 is zero. So we are handling...
on
8 Apr 2013
Wiki Page:
Visual Basic.Net Common Errors: "Index was out of range."
Ed Price - MSFT
Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index The error message couldn't do a better job in conveying what went wrong. Lets back up... An index is an integer that identifies the location of an element in a array, list, or other...
on
8 Apr 2013
Wiki Page:
.NET Framework Overview
Andrielle Azevedo
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
27 Mar 2013
Wiki Page:
C#
Yagmoth555
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, and...
on
24 Feb 2013
Wiki Page:
How To Determine the .NET Framework Installed Versions
Luigi Bruno
This topic is a how to. Please keep it as clear and simple as possible. Avoid speculative discussions as well as a deep dive into underlying mechanisms or related technologies. Table of Contents Introduction The Microsoft.NET\Framework Folder Registry Keys Determining the .NET Framework...
on
10 Feb 2013
Wiki Page:
Come determinare le versioni di .NET Framework installate (it-IT)
Luigi Bruno
Questo argomento è un how to. Si prega di mantenerlo chiaro e semplice per quanto possibile. Evitare discussioni speculative, come pure un esame in profondità dei meccanismi sottostanti o delle tecnologie correlate. Table of Contents Introduzione La cartella Microsoft.NET\Framework...
on
10 Feb 2013
Wiki Page:
Creating First Emgu CV Project
Shubham_Saxena
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
15 Jan 2013
Wiki Page:
Starting with Emgu CV
Shubham_Saxena
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
15 Jan 2013
Wiki Page:
Visão Geral do Windows Forms
Andrielle Azevedo
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
13 Jan 2013
Wiki Page:
Windows Forms Overview
Andrielle Azevedo
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
13 Jan 2013
Wiki Page:
Loops with Visual Basic.Net
Paul Ishak
What the heck is a loop??? A loop is a repetitive procedure that is designed to repeat a given set of instructions. Loops are absolutely essential for getting work done. You know how computer software saves you so much time, by doing the tedious repetition of tasks? Our good hero the loop...
on
7 Jan 2013
Wiki Page:
Small Basic Tutorial: Creating Your First Program
Karl Mitschke
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
28 Dec 2012
Wiki Page:
Conectar no banco de dados (pt-BR)
Ed Price - MSFT
http://msdn.microsoft.com/pt-br/library/ee730343.aspx Hoje em dia muitos desenvolvedores não sabem como funciona internamente a conexão com o banco de dados, ou não sabem como fazer para conectar com o banco de dados. Se o banco de dados muda no meio do desenvolvimento, o desenvolvedor...
on
17 Dec 2012
Page 1 of 3 (64 items)
1
2
3
Can't find it? Write it!
Post an Article