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
>
C#
Tagged Content List
Wiki Page:
Finding Full Qualified Path for ASP.NET App_Data Folder
Maheshkumar S Tiwari
Recently I had a requirement to add and use some xml files in my application and i pleased these xml files in ASP.NET special folder App_Data. As we know the benefits of adding this folder in our application or for shortly I described in below couple of points. App_Data is essentially a storage...
on
6 Sep 2013
Wiki Page:
Sending SMS using C#
Maheshkumar S Tiwari
Step 1: Create a new project in Microsoft Visual Studio 2008 (File -> New -> Project -> Visual C# -> Console Application). Give SMS_Sender name and also specify the location where to store the project. Step 2: Now add a new item to the project we just created (Project -> Add...
on
5 Sep 2013
Wiki Page:
How to Create a Localized Control in C#
Maheshkumar S Tiwari
Table of Contents Introduction The Basics Resources Sample Code Introduction Increasingly more and more applications require localization and globalization. In order to accommodate these requirements a programmer will often have to customize a control in order to meet those requirements. The...
on
3 Sep 2013
Wiki Page:
Connecting to SSAS Cube using Silverlight
Naomi N
Some time back when I was watching a presentation of a third party reporting product, I saw some nice animated charts. I wanted to create something similar to those charts and when I checked on SSRS, unfortunately what I wanted isn't possible with SSRS. So I moved into Silverlight Charts and I...
on
30 Aug 2013
Wiki Page:
How to export file by jQuery in ASP.NET Web Forms and ASP.NET MVC
Maheshkumar S Tiwari
Table of Contents How To Requirements Specification Export Excel using jQuery in ASP.NET Web Forms Export Excel using jQuery in ASP.NET MVC References Conclusion How To In this article, I will explain how to export file by jQuery in both ASP.NET Web Forms and ASP.NET MVC. As you know, jQuery is...
on
30 Aug 2013
Wiki Page:
[Dev Tutorial] WebBrowser - Web Scraping
Naomi N
Have you ever wanted to make the application which will scrape some data from the web site? If so, this article is just perfect for you. Table of Contents WebBrowser class Methods in WebBrowser class Properties in WebBrowser class Web scraping .NET Framework is a very large and powerful...
on
29 Aug 2013
Wiki Page:
C#: Nullable Types and ?? Operator
Naomi N
Table of Contents Nullable types vs Non-nullable types What about Setting a Default Value when a certain variable is null? Nullable types vs Nullable fields Nullable types vs Non-nullable types While developing C# projects it is common to perform null comparison operation in order to avoid...
on
29 Aug 2013
Wiki Page:
Difference between Array and Array List
Balaji M Kundalam
The basic difference between an Array and ArrayList are : Arrays are of fixed size, where as ArrayList can grow dynamically in size. Array occupies memory in Stack where as ArrayList occupies Heap. Also, ArrayList are not type-safe, single arraylist can contain different datatypes. Let us go...
on
28 Aug 2013
Wiki Page:
Create an Analog Clock in a Windows Store Application
Weslee db
This sample uses xaml and C# to create an analog clock in a windows store application. Xaml allows you to vary the angle of lines when drawn on the screen. I used an ellipse as the background of the clock. We will draw 3 lines for the hour, seconds, and minute hand on an analog clock. A rotate transform...
on
28 Aug 2013
Wiki Page:
Een analoge klok maken in een Windows Store Applicatie (nl-NL)
Weslee db
Dit voorbeeld gebruikt xaml en C# om een analoge klok te maken in een windows store applicatie. Xaml laat u toe de hoek van lijnen weergeven op een scherm te laten variëren. Ik heb een ellips gebruikt als achtergrond van de klok. We zullen drie lijnen tekenen voor de uur, seconden en minuut wijzer...
on
28 Aug 2013
Wiki Page:
Bing Maps for Silverlight - Customized Tooltip for Pushpins
Jaliya Udagedara
I recently had a requirement where I want to show a tooltip for pushpin and this is with Bing Maps for Silverlight. I have worked with Bing Map AJAX control, and it has this thing called Infobox which is found on Microsoft.Maps.Infobox namespace. But unfortunately in Bing Maps Silverlight control,...
on
27 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:
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:
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:
How to Concatenate Strings into a Single Wrapping TextBlock (with Wrapping on Each Word)
Richard Mueller
This "How To" shows several concepts around grouping and wrapping text. It also shows just how flexible the TextBlock now is, since the introduction of Runs. Each Run can have different styles, cursors, even events like MouseLeftButtonDown For this scenario, a WPF Forum poster...
on
13 Aug 2013
Wiki Page:
Articoli Italiani su TechNet Wiki - C# (it-IT)
Emiliano Musso
Table of Contents Introduzione Elenco articoli Vedere anche Introduzione Questa pagina contiene un elenco diviso in categorie degli articoli in lingua italiana presenti sul TechNet Wiki e relativi al linguaggio di programmazione C# , sia scritti originariamente in Italiano che tradotti...
on
9 Aug 2013
Wiki Page:
Utilizando IEnumerable
Mauricio Junior - MCP, MCAD, MVP Microsoft
Olá pessoal, hoje eu vou falar e mostrar um pouco sobre como pegar os valores de um IEnumerable em forma de propriedade. Além de mostrar as várias maneiras de utilizar o retorno desse tipo. O grande problema hoje é a forma de pegar os dados, a melhor maneira de pegar os dados é utilizando propriedades...
on
8 Aug 2013
Wiki Page:
Building an App using the DataviewModel from external XML
Ed Price - MSFT
The title pretty much explains everything we will find in this article and solution to this question We will be using data from xml file to build our own data model and then finally displaying that to end user. ( Actual Question Image Link ) Basically this question answers three things...
on
7 Aug 2013
Wiki Page:
Nesting, ListView inside ListView DataTemplate (Or TreeView representation)
Ed Price - MSFT
This article builds a data model to represent the nesting relationship which can be displayed in a tree like structure inside nested ListViews. This tries to solve this MSDN problem and create a structure as shown below Data Model class Menu { public ObservableCollection<...
on
6 Aug 2013
Wiki Page:
Display Images in GridView/ListView using DataBinding
Ed Price - MSFT
This article shows how easy it is to display images in ItemsControl element using simple DataBinding. Answer posted to these MSDN questions ( 1 , 2 ) Let's take a look at this sample code for the implementation details: < GridView x:Name = "gridView" ItemsSource...
on
6 Aug 2013
Page 2 of 7 (162 items)
1
2
3
4
5
»
Can't find it? Write it!
Post an Article