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
Active Directory
AD
AD DS
adfs
ASP.NET
azure
BizTalk
BizTalk Server
BizTalk Server 2010
C#
Candidate for deletion
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
FIM-HELP
forefront
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
Italian Wiki Articles
it-IT
ja-JP
Jordano Mazzoni
Link Collection
Luciano Lima
Luigi Bruno
Luiz Henrique Lima Campos
Lync Server 2010
marcelo strippoli
Microsoft
MIISILMFIM MACAULAY
Multi Language Wiki Articles
needs work
operations manager
Pirated Content
Portal
Português Brasil
PowerShell
pt-BR
ru-RU
security
SharePoint
SharePoint 2010
SharePoint 2013
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 Portuguese
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
اکتیو دایرکتوری
Wiki
>
All Tags
>
C#
Tagged Content List
Wiki Page:
Switch + C#
Richard Mueller
Table of Contents 1 - Introdução 2 – Estrutura 3 – Conclusão 1 - Introdução Neste material, irei realizar uma pequena explicação de como funciona o comando switch case. Ele trabalha com várias condições, onde cada nó é verificado de cima para baixo, até chegar no último nó. Portanto, ela é particularmente...
on
24 Aug 2013
Wiki Page:
Pasar de un Datagridview a Excel en C# (es-ES)
Victor Altamirano
En este screencast, veremos como pasar un datagridview a excel en C#. el ejemplo esta hecho en Visual Studio 2010, pero el ejemplo puede acerse en Visual Studio 2005 , 2008 y 2012. Gracias :D
on
23 Aug 2013
Wiki Page:
Senha forte usando C#
Mauricio Junior - MCP, MCAD, MVP Microsoft
Olá pessoal, hoje eu vou falar e mostrar como fazer senhas fortes usando a linguagem C#. Antes de começar a mostrar e explicar o código, é importante entender porque precisamos de senhas fortes e a atualização periódica. Como arquiteto de software e professor de faculdade, os profissionais estão se...
on
21 Aug 2013
Wiki Page:
Conectar no banco de dados
Sandro Pereira
Table of Contents Introdução Qual a melhor maneira de fazer uma conexão com o banco de dados? Qual é a vantagem de usar MVC falado anteriormente? Driver usando C# Introdução http://msdn.microsoft.com/pt-br/library/ee730343.aspx Hoje em dia muitos desenvolvedores não sabem como funciona...
on
16 Aug 2013
Wiki Page:
Estrutura de um programa em C#
Sandro Pereira
C# é uma linguagem de programação orientada a objetos de uso geral e com segurança de tipos, cujo objetivo é a produtividade do programador. Para este fim, a linguagem equaciona simplicidade, expressividade e desempenho. Abaixo, temos o esquema de um programa em C#, apresentando alguns dos seus...
on
16 Aug 2013
Wiki Page:
SharePoint 2010: How to Copy a List Programmatically within the Same Site Collection Using C#
Gokan Ozcifci
Table of Contents Introduction C# Code Example See Also Introduction Recently someone expressed his requirements to copy sharepoint lists within the same site collection. Hence to automate this process at a single place I have developed this console application. This code can be further modified...
on
16 Aug 2013
Wiki Page:
BizTalk Server 2010: .NET Helper Classes
Steef-Jan Wiggers
Table of Contents Introduction Helper Class .NET Samples See Also Introduction .NET classes can be used inside an orchestration. They can be divided into two distinct categories according to Optimizing Orchestration Performance recommendations: Helpers and services - These classes provide...
on
16 Aug 2013
Wiki Page:
Estrutura de repetição - foreach
Naomi N
A instrução foreach repete um grupo de comandos incorporados para cada elemento em uma matriz ou uma coleção de objetos que implementa a interface de System.Collections.IEnumerable ou System.Collections.Generic.IEnumerable <T> . A instrução foreach é usado para percorrer a coleção para obter...
on
16 Aug 2013
Wiki Page:
Atributo condicional em C# (pt-BR)
Sandro Pereira
Muitas vezes no desenvolvimento de aplicações é necessário condicionar o uso de determinadas rotinas a um cenário específico. Existem sistemas que mudam completamente o comportamento, de forma controlada, dado o contexto de seu uso. Há muitas formas para se fazer isso. Uma delas é um recurso bastante...
on
16 Aug 2013
Wiki Page:
Trabalhando com String + c#
Sandro Pereira
Table of Contents Introdução 1 - Obter a referencia uma String através de um Object 2 - Concatenação de String 3 - Comparação de Strings 4 - Verificação de Strings vazias 5 - String.Empty versus "" ... ESQUEÇA !! 6 - Criação de strings com elementos repetidos 7 - IndexOf com case insensitive...
on
16 Aug 2013
Wiki Page:
Books for Developers
Roberto.Borges
This topic is a recommended reading. This article indicates a suggested or recommended reading that will provide you with accurate and important informations for a better understanding of the covered topic. Table of Contents Introduction .NET General ADO.NET ASP.NET Best Practices...
on
15 Aug 2013
Wiki Page:
Criando um caixa simples com C#
Tiago Davi, MCTS
COMO CRIAR UM PROGRAMA SIMPLES? Nesta vídeo aula de C# mostro como criar um programa simples de caixa utilizando o Visual Studio 2010 com C#. Este vídeo serve para você que tem vontade de aprender a criar um software c# com interface visual.
on
15 Aug 2013
Wiki Page:
Como criar um software simples com C# [caixa de loja]
Tiago Davi, MCTS
COMO CRIAR UM PROGRAMA SIMPLES? Nesta vídeo aula de C# mostro como criar um programa simples de caixa utilizando o Visual Studio 2010 com C#. Este vídeo serve para você que tem vontade de aprender a criar um software c# com interface visual.
on
15 Aug 2013
Page 4 of 14 (350 items)
«
2
3
4
5
6
»