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
>
Visual Studio
Tagged Content List
Wiki Page:
ADDS PowerShell (CMDLET, ADSI & .Net) to Expedite Your Tasks
i.biswajith
Table of Contents CMDLET ADSI PowerShell ADSI(Active Directory Services Interface) commands 2. How to find the Group members for a Group. 3. Listing an OU Contents 4. Finding FSMO using .Net Namespace "System.DirectoryServices" 5. Finding All attributes & Properties How to get the Property...
on
22 Sep 2013
Wiki Page:
How to Print List of Tests (Test Methods) in Visual Studio Test Project
Richard Mueller
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
20 Sep 2013
Wiki Page:
Using XML File as Data Source for Visual Studio Data Driven Testing
Richard Mueller
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
20 Sep 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
20 Sep 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
20 Sep 2013
Wiki Page:
Microsoft Visual Studio 2010 – Coded UI Test – Overview
Richard Mueller
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
20 Sep 2013
Wiki Page:
How to use SharePoint Emulator to test SharePoint list creation,Update
Maheshkumar S Tiwari
Open the visual studio 2012 and add empty SharePoint project. Then create the project as farm solution by giving the testing SharePoint server URL (you can give sandbox solution as per your requirement) Then I'm going to add a feature ; which is going to create a SharePoint...
on
19 Sep 2013
Wiki Page:
Step by Step guide to create a Client App Part in SharePoint Hosted Development Environment.
Maheshkumar S Tiwari
I think you are already knew, hosted approaches in SharePoint 2013. There are three types of hosted approaches ( SharePoint-Hosted, Provider-Hosted, Auto-Hosted ). Though there are similarities as well as differences. Thus there are slightly differences in developing client app part in SharePoint Hosted...
on
19 Sep 2013
Wiki Page:
How to add a custom visual studio workflow to SharePoint designer
Maheshkumar S Tiwari
This article explains step by step guide line to add a custom visual studio work flow to the SharePoint designer. In here I'm using VS 2010 and SharePoint 2010. Create a Empty Sequence Work Flow project. then select .Net Framework 3.5 and select the Sequential Workflow Project...
on
19 Sep 2013
Wiki Page:
How to Schedule Automated Tests Without Using TFS
Richard Mueller
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
17 Sep 2013
Wiki Page:
Visual Studio FAQ: Why a Coded UI Test Is Able to Find the Window/Controls Even if the Search Properties Are Different
Richard Mueller
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 Test...
on
17 Sep 2013
Wiki Page:
Microsoft Visual Studio 2010 – Automated Tests – Overview (en-US)
Richard Mueller
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
17 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:
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:
Utilizando o CheckBox no GridView (pt-BR)
Richard Mueller
Muitas vezes, em nossos projetos, temos uma coleção de dados exibidas em um GridView , seja ela uma lista de produtos, de clientes ou até mesmo pedidos de uma compra. E necessitamos selecionar uma ou todas estas linhas pra efetuar alguma ação: deletar, alterar, somar valores e resgatar ID são exemplos...
on
17 Sep 2013
Wiki Page:
DELETE NEWS: COMMUNITY LAUNCH IN BANGLADESH
Naomi N
NOTE: The community rules about articles not appropriate for TechNet Wiki state that these types of articles should be corrected or they will be removed within a week: News & Announcements Vision : 1. Improve IT Professional Community in Bangladesh. 2. Technical Opportunity...
on
17 Sep 2013
Wiki Page:
Mudando de TextBox com a tecla ENTER (pt-BR)
Richard Mueller
Desde o ano passado estou tentando escrever meu primeiro artigo. Acho de extrema importância à troca de conhecimento, pois assim saímos todos ganhando: quem lê e quem ensina. E uma oportunidade surgiu pra mim, a partir de uma dúvida no fórum comunidade C# (Csharp), feita pelo Cristiano Lins , o qual...
on
17 Sep 2013
Wiki Page:
Coded UI Testing Extensibility Points. Writing to Text Files, Visual Studio & the Event Log.
Maheshkumar S Tiwari
Synopsis: Writing textual information throughout the progression of an automated test library off to a file, perhaps with the variables that were being used or timestamp information etc. is of use and demanded by most testing type people at one time or another. Here’s how you do a lot of it. ...
on
17 Sep 2013
Wiki Page:
BizTalk Developer Interview Questions and Answers - Visual Studio
Maheshkumar S Tiwari
Table of Contents Introduction Questions and Answers Author Contributors See Also Introduction This article intends to cover the answers to Visual Studio related questions, which a BizTalk developer can face during an interview. Questions and Answers What purpose does Visual Studio serve...
on
15 Sep 2013
Wiki Page:
BizTalk Developer Interview Questions and Answers
Maheshkumar S Tiwari
Table of Contents Introduction BizTalk Developer Interview Questions and Answers Author Contributors See Also Introduction This article intends to cover the answers to the questions which a BizTalk developer can face at an Interview. Article focuses to have the bits and bytes of the artifacts which...
on
15 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:
Visual Studio 2012
Maheshkumar S Tiwari
Microsoft® Visual Studio® 2012 is an integrated solution that enables individuals and development teams of any size to turn their ideas into exceptional, compelling applications. It enables all stakeholders involved in software delivery to take advantage of state-of-the-art tooling to create outstanding...
on
13 Sep 2013
Wiki Page:
Wiki: Troubleshooting Portal
Naomi N
This page is a community-driven list of troubleshooting portals and articles covered on the TechNet Wiki and the top associated articles for each technology. This list is not intended to include all the articles about each product, and this list only includes TechNet Wiki articles . The links are organized...
on
12 Sep 2013
Wiki Page:
Become More Productive by Making Custom Code Generation Tools
Richard Mueller
Download You can download this example project at the following link. MSDN Galleries (C# and Visual Basic examples) Introduction Sometimes when programming, we get stuck spending valuable time performing repetitive tasks. We can forget that it's possible to create our own reusable...
on
11 Sep 2013
Wiki Page:
Conditional Branches With Visual Basic.Net
Richard Mueller
What is a conditional branch ? Conditional branches are how computers can be programmed to make decisions based on varying conditions. Without conditional branches , computers would not be able to 'Think'. How do conditional branches work? There are 2 kinds of conditional branches...
on
11 Sep 2013
Page 1 of 5 (102 items)
1
2
3
4
5
Can't find it? Write it!
Post an Article