This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use.
Learn more
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
Tag Cloud
.net
Active Directory
AD DS
ASP.NET
azure
BizTalk
BizTalk Server
C#
C# .NET
cloud
EAA
Ed Price
Edward van Biljon
en-US
es-ES
Excel
Exchange
Exchange 2010
Exchange 2013
Exchange Server 2013
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
fr-FR
has Back to Top link
has code
has command
has comment
has Conclusion
has download link
has Gallery download
has image
Has Link
has links
has Other Languages
has reference
has References
has See Also
has summary
Has Table
Has TOC
has video
How To
Hyper-V
it-IT
Link Collection
Lync
magazine article
marcelo strippoli
mehmet parlakyiğit
Microsoft
Microsoft Azure
Multi Language Wiki Articles
MVP
needs work
Office 365
pgtag
Português Brasil
PowerShell
pt-BR
SCCM
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint 2016
Sharepoint Online
Small Basic
SQL
SQL Server
SQL Server 2012
step by step
stub
System Center
System Center 2012
TAT
TAT Members
TechNet Guru
TechNet Guru Gold Medal Winner
TechNet Guru Medal Winner
TechNet Wiki
TechNet Wiki Featured Article
Translated into Portuguese
troubleshooting
tr-TR
T-SQL
Visual Studio
VS
Wiki
Windows
Windows 10
Windows 7
windows 8
Windows Phone
Windows Phone Migration Content
windows server
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
windows server 2012 r2
Wiki
>
All Tags
>
visual studio
Tagged Content List
Wiki Page:
Step by Step guide to create a Client App Part in SharePoint Hosted Development Environment.
RajeeshMenoth
You may already know 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 slight differences in developing client app part in SharePoint Hosted Model...
on
20 Mar 2017
Wiki Page:
Azure Resource Manager - Create and Configure VM
M.Vignesh
Azure Resource Manager enables you to work with the resources ( virtual machine, storage account, and virtual network, or a web app, database, database server, and third-party services) in your solution as a group. You can deploy, update or delete all of the resources for your solution in a single...
on
20 Mar 2017
Wiki Page:
C# 7.0: Throw Expressions
Renato Groffe
Desde os primórdios do C# a utilização da palavra-chave throw esteve restrita a instruções voltadas à geração de exceções. A utilização deste recurso em uma expressão (instrução que retorna algum valor) não era possível de forma direta, o que forçava o uso de estruturas condicionais como ifs . ...
on
19 Mar 2017
Wiki Page:
SharePoint 2013: Step by Step Approach to Create a Visual Studio SharePoint Workflow (Sequential)
Burak Uğur
First, we need to install and configure Workflow Manger . You can install it using Web Platform Installer You can find a complete guide here ( Prabath’s Blog ). Select the options that you need to run the workflow: Manual Item Created Item Changed ...
on
19 Mar 2017
Wiki Page:
C# 7.0: novos Expression-bodied Members
Renato Groffe
Uma das novidades trazidas pelo C# 6.0 foi a possibilidade de implementar propriedades somente leitura e métodos por meio de expressões lambda . Este recurso ficou conhecido como Expression-bodied Members, tendo sido abordado anteriormente em outro artigo do TechNet Wiki . O C# 7.0 expandiu...
on
16 Mar 2017
Wiki Page:
SharePoint 2010: Using SP Emulator to Test List Creation
Peter Geelen
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 list in feature...
on
8 Mar 2017
Wiki Page:
DevOps – Alterar Agent de Build de Processo para Serviço
Waqas Sarwar(MVP)
Introdução Esse artigo tem como finalidade explicar como realizar a alteração de um agente de Build do Visual Studio de Processo (modo interativo) para Serviço. Requisitos Pacote do agente em sua versão atual, disponível no site do Team Foundation Server em Configurações –> Agente Pool; ...
on
1 Mar 2017
Wiki Page:
Xamarin Forms - Desenvolvendo um leitor de QR Code
Fernando Ferreira da Cruz
Olá, neste artigo vou mostrar como desenvolver um leitor de QR Code com Xamarin Forms, são passos simples mas que talvez seja a duvida de muitos, o QR Code nada mais é do que um código de barras 2D que pode ser lido e decodificado pela maioria dos celulares que possuem câmera, ele é muito utilizado...
on
18 Feb 2017
Wiki Page:
Visual Studio: WCF Service Unit Tests Using NUnit with Rhino Mocks And Entity Framework
pituach
Table of Contents Introduction Download source code Background Unit Testing Setting up the project Creating database Create a table and insert data in database Installing and configuring NUnit See also Conclusion Your turn. What do you think? Introduction In this post we will see how we can write...
on
12 Feb 2017
Wiki Page:
Xamarin Forms - Consumindo Dados Json da Web
Fernando Ferreira da Cruz
Fala pessoal, neste artigo irei abordar como consumir dados Json em aplicativos Xamarin Forms. Vou utilizar o Visual Studio for MAC, mas tudo que for citado aqui poderá ser facilmente replicado no Visual Studio para Windows. Muito bem, chega de papo e mãos a obra! Primeiramente com o Visual...
on
9 Feb 2017
Wiki Page:
ASP.NET Core 1.0: utilizando View Components
Renato Groffe
Table of Contents Introdução Implementação Testes Conclusão Referências O objetivo deste artigo é demonstrar a implementação e o uso de View Components em projetos baseados no ASP.NET Core 1.0. Introdução Como já acontecia com as Partial Views em versões anteriores do ASP.NET MVC, os Views...
on
29 Jan 2017
Wiki Page:
Microsoft Visual Studio - Teclas de atalho editando código
Daniel R. Arrais
Microsoft Visual Studio - Teclas de atalho editando código CTRL + M - Recolhe regiões existentes dentro das classes para fornecer uma visão de alto nível dos tipos e membros. CTRL + M, L - Alterna todas as regiões previamente recolhidas delineando entre os estados em recolhido e expandido...
on
13 Jan 2017
Wiki Page:
Cortana Integration in Universal Windows Platform Apps
Kjetil Tonstad
Table of Contents Introduction Create Sample Step 1 : Create Windows Universal Project Step 2 : Add Windows Runtime Component Step 3 : Add VCD file to project Step 4 : Install VCD file Step 5 : Add reference of Windows Runtime Project Step 6 : Add Background task to Windows Runtime Project Step 7 : Define...
on
6 Jan 2017
Page 14 of 32 (800 items)
«
12
13
14
15
16
»