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:
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:
Desenvolvimento
Richard Mueller
Dica : Assine o RSS feed ou e-mail para esta página Wiki para obter notificação automática quando ela for atualizada! A plataforma .NET de desenvolvimento oferece diversos recursos. Com ela é possível desenvolver aplicações para os mais diversos segmentos: aplicações web, dispositivos móveis, desktops...
on
29 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:
Guia de sobrevivência C#
Priscila Mayumi Sato
Este"Guia de Sobrevivência tem como objetivo reunir todos os materiais relacionados a C#. Sinta-se a vontade para adicionar conteúdo, links e informações relevantes ao assunto. Introdução C# é uma linguagem que integra o .Net Framework, não sendo a única mas a mais importante, que segue o paradigma...
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
Page 3 of 14 (350 items)
1
2
3
4
5
»