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:
The Equivalent to AutoGenerateColumns for a ListView/GridView
sqlguy
In WPF there is no built-in way to make a ListView display generic content. The DataGrid has this ability but is probably too much for just a display. To this end I have created an AttachedProperty that will allow the user to use a ListView with that ability. To use this AttachedProperty simply...
on
3 Jun 2013
Wiki Page:
ASP.NET MVC Internals
Muthukrishnan Ramasamy
Returning Json Results from Mvc Controllers without JsonResult Some of the developers may not like returning JsonResult, because it may hide the actual data type we intend to return. They may like to return an object which should be automatically converted to JSON by the controller. The default ASP...
on
30 May 2013
Wiki Page:
Windows Azure Mobile Services. Краткое руководство по разработке. Часть 1. Введение.
Alexander Belotserkovskiy
В этом кратком руководстве-переводе мы рассмотрим разработку приложения Магазина Windows , использующего Windows Azure Mobile Services как облачный бэкенд в различных задачах. Это перевод официального руководства с http://windows.azure.com . Оглавление: Часть...
on
20 May 2013
Wiki Page:
Windows Azure Mobile Services. Краткое руководство по разработке. Часть 4. Push-уведомления.
Alexander Belotserkovskiy
Оглавление: Часть 1. Введение. Часть 2. Хранение данных в Mobile Services Часть 3. Аутентификация. Часть 4. Push-уведомления. Для того, чтобы отправлять push-уведомления в ваше приложение с использованием Windows Azure Mobile Services, необходимо воспользоваться...
on
20 May 2013
Wiki Page:
Windows Azure Mobile Services. Краткое руководство по разработке. Часть 3. Аутентификация.
Alexander Belotserkovskiy
Оглавление: Часть 1. Введение. Часть 2. Хранение данных в Mobile Services Часть 3. Аутентификация. Часть 4. Push-уведомления. В этой части рассмотрены вопросы аутентификации в мобильном сервисе из вашего приложения. Регистрация приложения для аутентификации...
on
20 May 2013
Wiki Page:
Windows Azure Mobile Services. Краткое руководство по разработке. Часть 2. Хранение данных в Mobile Services
Alexander Belotserkovskiy
Оглавление: Часть 1. Введение. Часть 2. Хранение данных в Mobile Services Часть 3. Аутентификация. Часть 4. Push-уведомления. В этой части руководства вы загрузите приложение, которое хранит данные в памяти, создадите новый мобильный сервис и интегрируете его с приложением...
on
20 May 2013
Wiki Page:
FOPE SFTP File Creation C# Example
Yagmoth555
Note: This code is for evaluation purposes only. Basic idea here is that this will connect to a DC in your domain contoso.com and dump all email addresses out of the proxyaddresses attribute for your users where they have an email address that either contains contoso1.com, contoso2.com or contoso3...
on
8 May 2013
Wiki Page:
Criando e Consumindo Web API Parte 1
Mauricio Junior - MCP, MCAD, MVP Microsoft
Olá pessoal, este artigo eu vou falar e mostrar como criar um Web API e a parte 2 eu vou focar em consumir através do C# esse Web API. Se você ainda não sabe o que é Web API, leia alguns artigos anteriores publicados no site www.ecode10.com e www.mauriciojunior.org . O Web API veio para entrar no...
on
8 May 2013
Wiki Page:
Criando e Consumindo Web API - Parte 1
Mauricio Junior - MCP, MCAD, MVP Microsoft
Olá pessoal, este artigo eu vou falar e mostrar como criar um Web API e a parte 2 eu vou focar em consumir através do C# esse Web API. Se você ainda não sabe o que é Web API, leia alguns artigos anteriores publicados no site www.ecode10.com e www.mauriciojunior.org . O Web API veio para entrar no...
on
8 May 2013
Wiki Page:
Custom Audience Targeting SharePoint 2010
Richard Mueller
This article will showcase how to create , compile Audiences using code and as well will show how to find whether a logged in user belongs to the Audience or not 1. Creating a new audience First thing we'll do is creating a custom audience, giving it two rules, joined with an OR operator. ...
on
7 May 2013
Wiki Page:
Fixed Length text file to Datatable
Jim Vazquez Castan
Source code can be found at Fixed Length text file to Datatable After working so hard to work in an application to read huge Fixed Length Text Files I found some information about a tricky to do it defining an INI file with specifications which will be used to read file into datatable faster than...
on
7 May 2013
Wiki Page:
Binäruhr in C# und WPF (de-DE)
Carsten Siemens
Eine Binäruhr in C# In C# (und auch anderen Sprachen) ist es recht einfach eine eigene Binäruhr zu programmieren. Als erstes braucht man hierzu einen (Dispatcher)Timer, es würde theoretisch reichen, wenn der Timer ein Interval von 1 Sekunde hat, aber dann würde die Uhr bei der Sekundenanzeige etwas...
on
4 May 2013
Wiki Page:
C# Convertire un file. Ico in file .Bmp (it-IT)
Carmelo La Monica
In questo esempio, utilizzando la classe bitmap inclusa nel namespace System.Drawing, viene convertito in un file con estensione .ico in un file .Bmp per visualizzarlo in una PictureBox. Questo è necessario perché il formato .Ico non è supportato dal controllo PictureBox. using System.Drawing;...
on
1 May 2013
Wiki Page:
How to Build, Manage and Navigate the User Interface of a WPF Application
Richard Mueller
Table of Contents Introduction Download Navigate Pages or Dashboard NavigationWindow 1. Hyperlink 2. Frame 3. NavigationService Dashboard Applications Side-note about the power of templates 4. Adding UserControls to XAML 5. Parent Cast 6. Inversion of Control / Dependancy Injection (kind of) 7. Application...
on
30 Apr 2013
Wiki Page:
Getting Started With MongoDB
Richard Mueller
MongoDB is a famous representative of NoSQL databases. It is a document-oriented database, which means that data will be stored in documents. In this article we will see how to set up MongoDB for Windows and how you can get started with it. Table of Contents Setting up MongoDB for Windows Working...
on
23 Apr 2013
Wiki Page:
How to Extend a Control in C#
Richard Mueller
Table of Contents Introduction The Basics Example Code Examples/Resources Introduction Recently someone expressed confusion as to the purpose of extending an existing control. Hence, I developed this example in order to show how extending an existing control is a quick process and can save you...
on
23 Apr 2013
Wiki Page:
Identificare un disco rigido rimovibile (it-IT)
Carmelo La Monica
Attraverso il metodo GetDriver della classe DriveInfo e possibile ottenere l'elenco dei drive disponibuili sul pc e anche il tipo , in questo esempio cercheremo di riconoscere se il drive e un unità disco rimovibile. private void BtnFind_Click( object sender, EventArgs e) { foreach ( DriveInfo...
on
19 Apr 2013
Wiki Page:
SPList.ContentTypesEnabled & SPList.AllowContentTypes
Ed Price - MSFT
Normally people are confused between ContentTypesEnabled and AllowContentTypes properties of SPList class SPList.ContentTypesEnabled Gets a Boolean value specifying whether content types are enabled for the list or sets a Boolean value to enable/ disable content types for the list...
on
16 Apr 2013
Wiki Page:
Jquery AutoCompleteTextBox Server-Side Bind
Carsten Siemens
Jquery Allow to creating AutoComplete TextBox, but it’s binded in client side with JS Array I’will take an example of how to bound it in Server-Side Step 0 : Add the references the Jquery library in the code behind : string JQeryCss = "../../Scripts/jquery-ui.css" ; ...
on
6 Apr 2013
Wiki Page:
Optimize your delegate usage
Filip Ekberg
Kudos to David Fowler for spotting this! We had a chat on JabbR and David pointed out something quite odd about delegates which he had discovered while optimizing some code. Let’s assume that we have the following code that declares a delegate and a method that uses it: public delegate...
on
3 Apr 2013
Wiki Page:
MCSD: Windows Store Apps
Horizon_Net
Windows Store Apps Using HTML5 Required exams Programming in HTML5 with JavaScript and CSS3 Essentials of Developing Windows Store Apps Using HTML5 and JavaScript Advanced Windows Store App Development Using HTML5 and JavaScript Windows Store Apps Using C# Required exams Programming...
on
4 Mar 2013
Wiki Page:
C♯ Português
Yagmoth555
C Sharp Português C♯ em Português O C♯ (também C#, C Sharp ou C Cardinal) é uma linguagem de programação segura (de forma geral), estaticamente tipada (excluindo a palavra-chave "dynamic"), orientada a objecto e forte, que...
on
24 Feb 2013
Wiki Page:
You May Receive False Errors in the Error List in Visual Studio 2012 When Creating a New C# Workflow Service Project
Ed Price - MSFT
When you create a new C# WCF Workflow Service Application in Visual Studio 2012 that targets .NET Framework 4.5, you may notice errors similar to the following in the Error List when the project is first created or opened: Error 1 The type or namespace name 'Data' does not exist in the...
on
21 Feb 2013
Wiki Page:
WCF Endpoints and Bindings
Ed Price - MSFT
Windows Communication Foundation gives us the ability to transmit messages using different transport protocols such as HTTP, TCP, and MSMQ (Microsoft Message Queuing) etc. As you already know all communication with a WCF service occurs through the endpoints of the service. There can be...
on
21 Feb 2013
Wiki Page:
New Features in WCF 4.5
Ed Price - MSFT
In the .NET Framework 4.5 Developer Preview, the following features have been added to make it simpler to write Windows Communication Foundation (WCF) applications: 1- Simplification of generated configuration files. 2- Support for contract-first development. 3- Ability to configure ASP.NET...
on
19 Feb 2013
Page 4 of 7 (162 items)
«
2
3
4
5
6
»
Can't find it? Write it!
Post an Article