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# .NET
Tagged Content List
Wiki Page:
Leer valores enviados por los metodos Get y Post (es-ES)
Ed Price - MSFT
Leer valores enviados por los metodos Get y Post, guardarlos en un archivo de texto, configurado en el web.config Este es el código fuente: using System ; using System . Collections . Generic ; using System . Linq ; using System . Web ; using ...
on
9 Jul 2013
Wiki Page:
Using the KeywordQuery class to search SharePoint content
Matthew Yarlett
You can use the KeywordQuery class to search SharePoint content using a search query string formatted in the same way you would if you used the Search Center user interface. This makes it really easy to structure (and test) search queries for use in your applications. In this example, I have a...
on
4 Jul 2013
Wiki Page:
FlipView Dynamic Binding And Styling
Mehmood Ahmed
I helped someone to solve a problem at MSDN forums. The resolution of the issue was easy to solve that mystery. Direct links to the source http://gallery.technet.microsoft.com/FlipView-Dynamic-Binding-70d1aef7 http://code.msdn.microsoft.com/FlipView-Dynamic-Binding-8752e185...
on
28 Jun 2013
Wiki Page:
Processing Power Point templates using OpenXml
Mariusz Szymczak
Processing Power-Point templates in automated processes is very common requirement. In such a scenarios we usually need to replace template placeholders with the dynamic content retrieved from the database or other data sources. In this article I will show you how to replace Power Point template with...
on
25 Jun 2013
Wiki Page:
Adding links and styled text paragraphs to Power-Point presentation in C#
Mariusz Szymczak
When processing Power-Point presentations, the very common scenario is to replace or insert new paragraphs into presentation. Inserting styled paragraphs can be quite confusing as we need to structure run tags properly in order to avoid breaking the document structure. In typical scenario we want...
on
25 Jun 2013
Wiki Page:
SharePoint 2010: Adding Charts to Standard Webparts and Visual Webparts
Ed Price - MSFT
Adding charts to webparts is actually pretty easy; here's how. Adding a chart to a standard webpart : 1. Create a new Empty SharePoint project in Visual Studio 2. Add a reference to Microsoft.Web.UI.DataVisualization (it's here by default: C:\Program Files (x86)\Microsoft Chart Controls...
on
21 Jun 2013
Wiki Page:
Creating a Simple Plugin Mechanism
Ed Price - MSFT
Table of Contents Introduction Creating a simple plugin mechanism from scratch Creating the plugin interface Implementing the plugin interface Implementing the plugin framework Integrate the plugin mechanism in the main application Creating a simple plugin mechanism with MEF Implementing the plugin interface...
on
18 Jun 2013
Wiki Page:
C# 5.0 Caller Information (tr-TR)
Veysel Ugur KIZMAZ
Merhaba arkadaşlar, C# 5.0 versiyonuyla hayatımıza giren Caller Information (çağıran özellikleri) ile oluşturduğunuz metodun nereden (hangi metod tarafından) çağırıldığı bilgisine ulaşabilirsiniz. Caller Information Kullanım Alanları Örneğin bir metod oluşturdunuz. Oluşturduğunuz...
on
4 Jun 2013
Wiki Page:
Creating a Pluggable Application Without Any External Dependencies on 3rd-party Libraries
Ed Price - MSFT
A complete example of making a pluggable application without any external dependencies on 3rd-party libraries. To achieve that, we will need three different projects, I'm starting out from the engine to the application that will eventually host it. 1. PluggableApplication.Interface ...
on
21 May 2013
Wiki Page:
Como ejecutar un metodo (code behind) en JavaScript (es-ES)
Fernando Lugão Veltem
Basado en este articulo Para poder ejecutar un metodo en el codigo c# desde javascript nos vamos a auxiliar de la funcion js que nos provee ASP.NET: __doPostBack(). Esta funcion toma dos argumentos: 1) EventTarget 2) eventArgument 1) EventTarget: contiene el...
on
21 Apr 2013
Wiki Page:
Como guardar un SqlDataSource en un DataSet en C# (es-ES)
Fernando Lugão Veltem
Hoy he escrito un metodo en C# que permite usar un SqlDataSource para ser convertido en un DataSet. A veces se da el caso que tenemos una fuente de datos en nuestra aplicacion, como un SqlDataSource y queremos de cierta forma manipular los datos que nos trae el data source pero no queremos...
on
21 Apr 2013
Wiki Page:
Metodo para crear filas dinamicamente (en tiempo de ejecucion) en un gridview (es-ES)
Fernando Lugão Veltem
private void CreateRowAt ( GridView gridView , int rowNumber , System . Drawing . Color rowColor ) { Table table = gridView . Rows [ rowNumber ]. Parent as Table ; //creamos una tabla a partir del GridView if ( table == null ) return ; GridViewRow row = new GridViewRow (- 1 , - 1 , DataControlRowType...
on
21 Apr 2013
Wiki Page:
What does async & await generate?
Filip Ekberg
Do you ever get the feeling that you want to know exactly what happens behind the scenes? I do, quite a lot actually. Which is one of the many reasons that I’ve written about IL, Reflection and ways to prove how certain code behaves and works using tools such as Reflector. If you’ve read my book C#...
on
30 Jan 2013
Page 2 of 2 (38 items)
1
2
Can't find it? Write it!
Post an Article