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#
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
SCCM
security
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint Pirate
Small Basic
solucionando problemas
SQL Server
SQL Server 2012
stub
System Center
System Center 2012
TechNet Wiki
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 2008
Windows Server 2008 R2
Windows Server 2012
yottun8
اکتیو دایرکتوری
Browse by Tags
>
TechNet Articles
>
All Tags
>
.NET Framework
Tagged Content List
Wiki Page:
Web Platform Installer
Richard Mueller
Table of Contents Introduction Community Resources Blogs Web Pages Forums Credit Other Languages Deutsch (de-DE) Introduction The Microsoft Web Platform Installer is also called Web PI. It is a free tool that makes getting the latest components of the Microsoft Web Platform, including...
on
11 Jun 2013
Wiki Page:
Windows Server 2012 üzerinde .NET Framework 3.5 kurulumu (tr-TR)
Veysel Ugur KIZMAZ
Merhaba, Windows Server 2012 işletim sistemi üzerine .NET Framework 3.5 kurmak isterseniz aşağıdaki uyarı ile karşılaşabilirsiniz. Bu uyarıda bahsi geçtiği üzere olmayan paketi kurmak için dism komutunu kullanabilirsiniz. dism /online /enable-feature /featurename:NetFX3 /all /Source...
on
4 Jun 2013
Wiki Page:
How to Enable .NET Framework 3.5 in Windows 8 Client
Fernando Lugão Veltem
On the Windows 8 client, some applications will require you to install .NET Framework 3.5 for backwards compatibility. You will need internet access to download .Net Framework 3.5 for installation. This document provides step by step instruction on how to enable and install .NET Framework 3.5 on the...
on
24 May 2013
Wiki Page:
Wiki: Platforms Portal
DAVIDRUSSELL9626
A platform is a crucial element in software development. A platform might be simply defined as 'a place to launch software.' It can include a framework or operating system. Read more about the following platforms mentioned in TechNet Wiki. Table of Contents .NET Framework Active Directory...
on
20 May 2013
Wiki Page:
Event ID 35: SidebySide
Ed Price - MSFT
Table of Contents Applies To Details Cause User Action Applies To Windows Server 2008 R2, Windows 7 Details Product Windows Operating System ID 35 Source SidebySide Version ...
on
19 May 2013
Wiki Page:
Host .NET Framework 3.x Services in AppFabric
Turan Keser
The rich and robust set of server management capabilities in Windows Server AppFabric apply only to Windows Communication Foundation (WCF) or Windows Workflow Foundation (WF) services built using .NET Framework 4. If you have access to the source files for the existing .NET 3.X WCF or WF service assembly...
on
13 May 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:
WorkflowRuntimeSection WorkflowDefinitionCacheCapacity Added to .Net Framework 3.5 in QFE
Richard Mueller
The System.Workflow.Runtime.WorkflowRuntime WorkflowDefinitionCacheCapacity property (the number of workflow definitions saved by the workflow runtime) has been added to the .Net 3.5 Framework by a QFE. This property has already been added in .Net Framework 4.0, and is documented here: http://msdn...
on
19 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 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:
WCF Data Services: Overview
Ed Price - MSFT
WCF Data Services (formerly known as "ADO.NET Data Services") is a component of the .NET Framework that enables you to create services that use the Open Data Protocol (OData) to expose and consume data over the Web or intranet by using the semantics of representational state transfer (REST...
on
19 Feb 2013
Wiki Page:
Synchronize with Parameter Based Filters - Microsoft Sync Framework
Jaliya Udagedara
Let’s imagine a scenario where you want to sync data based on a filter. For an example your server database has an “EMPLOYEE” master table and it has all the employee records of all your branches. Now you have two branch office databases for your two branches, and you want to download relevant employee...
on
19 Feb 2013
Wiki Page:
WCF Data Services : Vue d'ensemble (fr-FR)
Ed Price - MSFT
WCF Data Services (anciennement « ADO.NET Data Services ») est un composant du .NET Framework qui vous permet de créer des services qui utilisent Open Data Protocol (OData) pour exposer et consommer des données sur le Web ou l'intranet à l'aide de la sémantique de representational state transfer...
on
14 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:
MVVM Model View ViewModel Part - 1
dplotnikov - mvp
Targeted Audience: 1. .NET Architects 2. .NET Application Designers 3. .NET Application Developers Prerequisites: 1. .Net technologies. 2. Basic understanding of data binding in WPF, Silverlight. Problem Statement: 1. Already using different patterns in application...
on
31 Aug 2012
Wiki Page:
Visual Studio 11 – Novas funcionalidades e melhorias (pt-BR)
Mauricio Junior - MCP, MCAD, MVP Microsoft
Caro(a) Leitor(a), gostaria de falar e mostrar mais novidades na ferramenta de desenvolvimento da Microsoft. Uma das maiores ferramentas de desenvolvimento de software para Web, Desktop e Mobile. Tag: Visual Studio 11, C#, VB, .NET Framework O primeiro item, gostaria de destacar o modo debug. Agora...
on
23 Mar 2012
Wiki Page:
A Interface IDisposable e o Garbage Collector
Pedro Henrique Fernandes
O principal uso da interface IDisposable é quando queremos liberar recursos não gerenciados. O Garbage Collector (Coletor de Lixo) automaticamente libera a memória alocada para um objeto gerenciado quando este objeto não está mais em uso. No entanto, não há...
on
27 Jan 2012
Wiki Page:
.NET Framework
Ed Price - MSFT
Note: This page is currently a stub article. Add information as you can.
on
24 Jan 2012
Wiki Page:
Top 8 Features of the .NET Framework 4.0 & Visual Studio
Nevin Janzen
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
11 Jan 2012
Wiki Page:
Basico VisualBasic.net (es-ES)
Ed Price - MSFT
Lee, Repasa, estudia y comprenderás Conocimientos Bàsicos I.-Para crear un proyecto para el programa En el menú Inicio de Windows, elija Microsoft Visual Basic Express. Aparecerá la pantalla de bienvenida a Visual Basic Express. Ésta es la interfaz...
on
6 Jan 2012
Wiki Page:
Basico VisualBasic.net (es-ES)
Pantelis44999
Lee, Repasa, estudia y comprenderás Conocimientos Bàsicos I.-Para crear un proyecto para el programa En el menú Inicio de Windows, elija Microsoft Visual Basic Express. Aparecerá la pantalla de bienvenida a Visual Basic Express. Ésta es la interfaz...
on
28 Dec 2011
Wiki Page:
Gerando arquivo *.dbf a partir de um Dataset (pt-Br)
Fernando Lugão Veltem
Agora de onde vem essa extensão *.dbf ? Tem sua origem no dBASE o primeiro SGBD largamente utilizado industrialmente, pelo Apple II, Apple Macintosh e PC's IBM para DOS, onde se tornou um dos softwares mais vendidos durante alguns anos. A partir de meados dos anos oitenta, muitas outras...
on
12 Nov 2011
Wiki Page:
.NET Framework
Ed Price - MSFT
Note: This page is currently a stub article. Add information as you can.
on
26 Sep 2011
Page 1 of 1 (25 items)
Can't find it? Write it!
Post an Article