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
>
MS
Tagged Content List
Wiki Page:
Microsoft Visual Studio 2010 – Coded UI Test – Overview
Payman Biukaghazadeh
Table of Contents See Also :- Coded UI tests are innovative capability of Visual Studio 2010. Coded UI tests offer a way to create entirely automated tests which work at user interface level to certify the functionality and behavior of an application. Coded UI Test Framework features of Visual...
on
12 May 2013
Wiki Page:
Microsoft Visual Studio 2010 – Web Performance Test – Overview
Richard Mueller
Table of Contents See Also A Web performance test (previously "web test") consists of a chain of HTTP requests. Web testing has been supported in Visual Studio Team System ever since the 2005 release, but Visual Studio 2010 offers key improvements. Web tests work at the protocol layer...
on
10 May 2013
Wiki Page:
Microsoft Visual Studio 2010 – Load Test – Overview
Richard Mueller
Table of Contents See Also The key goal of a load test is to imitate many users accessing a server at the same time. When a test (web test, unit test or coded UI test) is added to a load test, multiple users opening simultaneous connections to a server and making multiple HTTP requests are simulated...
on
9 May 2013
Wiki Page:
Visual Studio Authoring Extensions for System Center 2012 - Operations Manager
Brian Wren
The Visual Studio Authoring Extensions allow you to create management packs for System Center 2012 - Operations Manager using Visual Studio. Work directly with the XML of the management pack allowing you to create any management pack element and monitoring scenario. Provides XML templates and...
on
8 May 2013
Wiki Page:
My First Bug/Feedback on Visual Studio 2011- Missing Database Project Schema View
Carsten Siemens
My First Bug/ Feedback for Visual Studio 2011 Today, i have submitted my first bug/feedback in microsoft connect for visual studio 2011 developer preview https://connect.microsoft.com/VisualStudio/feedback/details/715780/database-schema-view-in-vs2011 It seems that the developer preview is...
on
27 Apr 2013
Wiki Page:
Simulating Touch Input in Windows 8 Using Touch Injection API
Richard Mueller
Table of Contents Introduction Prerequisites Touch Interactions Simulating Tap Simulating Hold Simulating Drag Simulating Pinch/Pan Simulating Rotate Simulating Cross-Slide References Introduction Windows 8 comes with multiple input types. Windows 8 devices often have multi-touch screens that enable...
on
23 Apr 2013
Wiki Page:
Load Testing BizTalk Server Solutions with Visual Studio 2010
Sandro Pereira
Using Visual Studio to Facilitate Automated Testing of BizTalk Server Solutions Contents Introduction Creating a Visual Studio Unit Test to Submit Documents to BizTalk Server Set Visual Studio 2010 Test Project Options Create a new Visual Studio 2010 Solution with a Test Project ...
on
23 Mar 2013
Wiki Page:
Windows Communication Foundation (WCF): Ein Überblick (de-DE)
Andrielle Azevedo
Beachte: Einige Links in diesem Artikel sind leider nur in Englisch verfügbar sind. Table of Contents Für Einsteiger Foren WCF Wiki-Seiten Siehe auch Andere Sprachen English (en-US) Português (pt-BR) Windows Communication Foundation (WCF) (en-US) ist eine Technologie für das Erstellen von...
on
7 Mar 2013
Wiki Page:
Windows Communication Foundation Overview
Andrielle Azevedo
Table of Contents For Beginners Forums WCF Wiki Pages Books See Also Other Languages Deutsch (de-DE) Português (pt-BR) Windows Communication Foundation (WCF) is a system for creating connections between applications using services and endpoints. WCF is, more than anything, an infrastructure technology...
on
7 Mar 2013
Wiki Page:
Cannot Run Active Directory Users and Computers (ADUC) Due to C++ Runtime Error (dsforum2wiki)
Ed Price - MSFT
Table of Contents Problem Resolution Problem When you try to open Active Directory Users and Computers tool you see the following error: Microsoft Visual C++ Runtime Library error; "The Application has requested the runtime to terminate it in a unusual way. Please contact the application's...
on
20 Feb 2013
Wiki Page:
Code Sample: Regular detection and On Demand detection leveraging the same script instance
Alexey Zhuravlev - G14
Here is the sample management pack: < ManagementPack ContentReadable = "true" xmlns:xsd = " http://www.w3.org/2001/XMLSchema " xmlns:xsl = " http://www.w3.org/1999/XSL/Transform " > < Manifest > < Identity > < ID >Demo<...
on
6 Feb 2013
Wiki Page:
Microsoft Visual Studio 2010 – Automated Tests – Overview (en-US)
Ed Price - MSFT
Table of Contents Introduction Generic Tests Unit Tests Coded UI Tests Web Performance Tests Load Tests Database Unit Tests Ordered Tests See Also Introduction Automated tests are created using Visual Studio. Visual Studio Ultimate or Visual Studio Premium can be used to create a variety...
on
8 Jun 2012
Wiki Page:
Visual Studio FAQ: Why a Coded UI Test Is Able to Find the Window/Controls Even if the Search Properties Are Different
Ed Price - MSFT
Table of Contents Introduction Scenario Reason Solution Note See Also Introduction This is a common question that rises in the mind of every test developer. Scenario You add a control to UIMap using Coded UI Test Builder (You are able to locate the control using Coded UI...
on
8 Jun 2012
Wiki Page:
How to Print List of Tests (Test Methods) in Visual Studio Test Project
Ed Price - MSFT
Table of Contents Introduction Steps See Also Introduction Have you come across any requirement to get/ print the list of all the automated tests in your test project? Each automated test is marked with attribute TestMethod in classes with attribute TestClass in a Test Project. Microsoft...
on
8 Jun 2012
Wiki Page:
How to Schedule Automated Tests Without Using TFS
Ed Price - MSFT
Table of Contents Introduction MSTest.exe Windows Task Scheduler Scheduling an Automated Test A batch file with MSTest.exe command A Task that contains details of the batch file to execute (.job file) Steps See Also Introduction A programmed test can be executed through command line program MSTest...
on
8 Jun 2012
Wiki Page:
Introduction to the Windows Embedded Compact Test Kit
Ed Price - MSFT
Introduction to the Windows Embedded Compact Test Kit The Windows Embedded Compact Test Kit (CTK) provides significant improvements to the user interface and the overall feature set when compared to the previous release known as Windows Embedded CE Test Kit (CETK). The Windows Embedded CTK...
on
6 Jun 2012
Wiki Page:
Visual Studio Authoring Extensions - Visual Studio Features
Brian MacDonald
Table of Contents XML editing Organization Customizable windows Find and Replace IntelliSense AutoCorrection Additional Resources XML editing Visual Studio is optimized to provide language support in whatever language you’re currently working in, and that includes XML. When you start a new...
on
13 Apr 2012
Wiki Page:
Importar projetos antigos para o Visual Studio 2010 (pt-BR)
Maurício Júnior - MCP, MCAD, MVP Microsoft
Hoje gostaria de comentar com vocês sobre a experiência que passei estes dias na empresa onde eu trabalho. Como a empresa trabalha com a tecnologia .NET desde o inicio, ou seja, “framework 1.0” e “framework 1.1”, existem alguns projetos grandes desenvolvidos que ainda...
on
24 Jan 2012
Wiki Page:
Using XML file as data source for Visual Studio Data driven testing
Nevin Janzen
Scenario : Using XML file as data source for Data driven testing in Visual studio 2010 Ultimate Error Observed: The unit test adapter failed to connect to the data source or to read the data. For more information on troubleshooting this error, see "Troubleshooting Data-Driven Unit Tests"...
on
11 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:
Windows Azure: Como Publicar uma Atualização de Projeto Usando Visual Studio (pt-BR)
Nevin Janzen
Este artigo é um tutorial passo-a-passo do processo para publicar no Windows Azure uma atualização de um projeto já publicado. Após concluir o tutorial, você terá uma implantação no Windows Azure atualizada com a última versão...
on
11 Jan 2012
Wiki Page:
Publicando sua App no Azure direto do Visual Studio 2010 (pt-BR)
Nevin Janzen
Aproveitando que já aprendemos o como criar um certificado, vamos colocá-lo em prática e utilizá-lo para efetuarmos o deploy de nossa aplicação diretamente do nosso Visual Studio 2010. Para isso vamos recapitular o que fizemos no post anterior, primeiro nós...
on
11 Jan 2012
Wiki Page:
Visual Studio 2011 - Database Project for DBA
Nevin Janzen
This is a draft Introduction Database, just like any system design undergoes several stages of development. This is known as DBLC or Database Development Life cycle. Microsoft Develop the "database project" to manage DBLC. In this article we will look at database project in Visual...
on
11 Jan 2012
Wiki Page:
Windows Azure: Como Atualizar um Projeto por Web Deploy Usando Visual Studio (pt-BR)
Nevin Janzen
Este artigo é um tutorial passo-a-passo do processo para atualização rápida de um projeto Web no Windows Azure durante o seu desenvolvimento. Após concluir o tutorial, você terá uma instância no Windows Azure rapidamente atualizada com a última...
on
11 Jan 2012
Wiki Page:
Windows Azure: Como Criar e Publicar um Projeto Usando Visual Studio (pt-BR)
Nevin Janzen
Este artigo é um tutorial passo-a-passo do processo para criar um novo projeto web com o Visual Studio e publicá-lo no Windows Azure. Após concluir o tutorial, você terá uma aplicação ASP.NET MVC rodando no ambiente de produção do Windows...
on
11 Jan 2012
Page 1 of 2 (26 items)
1
2
Can't find it? Write it!
Post an Article