This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use.
Learn more
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
.net
Active Directory
AD DS
ASP.NET
azure
BizTalk
BizTalk Server
C#
C# .NET
cloud
EAA
Ed Price
Edward van Biljon
en-US
es-ES
Excel
Exchange
Exchange 2010
Exchange 2013
Exchange Server 2013
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
fr-FR
has Back to Top link
has code
has command
has comment
has Conclusion
has download link
has Gallery download
has image
Has Link
has links
has Other Languages
has reference
has References
has See Also
has summary
Has Table
Has TOC
has video
How To
Hyper-V
it-IT
Link Collection
Lync
magazine article
marcelo strippoli
mehmet parlakyiğit
Microsoft
Microsoft Azure
Multi Language Wiki Articles
MVP
needs work
Office 365
pgtag
Português Brasil
PowerShell
pt-BR
SCCM
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint 2016
Sharepoint Online
Small Basic
SQL
SQL Server
SQL Server 2012
step by step
stub
System Center
System Center 2012
TAT
TAT Members
TechNet Guru
TechNet Guru Gold Medal Winner
TechNet Guru Medal Winner
TechNet Wiki
TechNet Wiki Featured Article
Translated into Portuguese
troubleshooting
tr-TR
T-SQL
Visual Studio
VS
Wiki
Windows
Windows 10
Windows 7
windows 8
Windows Phone
Windows Phone Migration Content
windows server
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
windows server 2012 r2
Wiki
>
All Tags
>
C#
Tagged Content List
Wiki Page:
Customizing The Creation And Initialization Of Content In The Modern UI For WPF
Ken Cenerelli
Table of Contents Introduction NuGet ModernWindow Dependency Injection Introduction This post is about how you could customize the creation and initialization of the content of a ModernWindow in the Modern UI for WPF library by creating a custom class that implements the FirstFloor.ModernUI.Windows...
on
13 Sep 2015
Wiki Page:
ASP.NET WebAPI - Enable Cors
Ken Cenerelli
Table of Contents Introduction STEP 1 - Create ASP.NET WebAPI 2 Application STEP 2 - Install Nuget STEP 3 - Enable CORS on solution STEP 4 - Make call from client Resources Introduction This article walks you through configuration of CORS on webapi. Browser security prevents a web page from...
on
13 Sep 2015
Wiki Page:
ASP.NET WebAPI - Basic Redis
Ken Cenerelli
Table of Contents Introduction STEP 1 - Create ASP.NET WebAPI 2 Application STEP 2 - Install Nuget STEP 3 - Start Redis STEP 4 - Create basic Redis class STEP 5 - Test application Resources Introduction This article walks you through configuring Redis and making basic operations using .net C# client...
on
13 Sep 2015
Wiki Page:
Currency Formatting in C#
Ken Cenerelli
The code queries the cultures using linq to find a culture matching the given currency code it then uses passes the culture into string.Format and asks it to format as currency (”C”). public static string FormatCurrency( this decimal amount, string currencyCode) { var culture...
on
13 Sep 2015
Wiki Page:
Contact List using MVC5, AngularJS and Redis: Part 2 - Install and Configure AutoFac
Ken Cenerelli
Table of Contents Introduction STEP 1 - Install Nuget STEP 2 - Configure Startup file Resources More articles in this series Introduction This article walks you through the steps to configure AutoFac (dependency injection) on a MVC + WebApi project. STEP 1 - Install Nuget The first...
on
13 Sep 2015
Wiki Page:
Playing With Timer - C# (WinStore, WinPhone)
Ken Cenerelli
This article will help you to add timer in your Windows Store or Phone app using C#. Step # 1: Load/Open App project in Visual Studio. Step # 2: Open MainPage.xaml (from solution explorer) and Add Following Elements to Grid: <Grid> <Button x:Name="start" Content...
on
13 Sep 2015
Wiki Page:
Small Basic: Graduate to C#
Ken Cenerelli
This article considers how to Graduate a Small Basic program to C#. Table of Contents Motivations Prerequisites ILSpy Visual Studio Community Conversion Create a Small Basic exe Convert to VS project Inside Visual Studio Initial setup The source code Running the Program Other Languages Motivations...
on
13 Sep 2015
Wiki Page:
WPF: Implementing Global Hot Keys
Ken Cenerelli
Table of Contents Introduction P/Invoke RegisterHotKey Return Value Other Applications Sample Code See Also Introduction If you want your WPF application to be able to detect and handle key presses even when it is not currently activated or focused on the screen you could implement what is known...
on
13 Sep 2015
Wiki Page:
C#: Tipos
Ken Cenerelli
Para quem está começando a estudar C# consulte o Guia de Sobrevivência C# . C# é uma linguagem fortemente tipada, o que significa que as variáveis e constantes pertencem a algum tipo. Esses tipos definem espaço gasto na memória para alocar um dado deste tipo ou as operações que podem ser feitas...
on
13 Sep 2015
Wiki Page:
SharePoint: How to embed image of article page in email body
Ken Cenerelli
I had a requirement to share/email an article for specified users after content owner approval and publish. To get this functionality, added a workflow to the article pages to send out email to the specified users of the published article. In workflow, wrote code to retrieve the page content and rollup...
on
13 Sep 2015
Wiki Page:
WPF: Disabling or Hiding the Minimize, Maximize or Close Button Of a Window
Ken Cenerelli
Table of Contents Introduction ResizeMode P/Invoke Sample code See also Introduction There may be situations when you want to hide or disable the minimize, maximize, or close button of a window without having to modify the style of the window in any other way. In WPF you can indeed set the WindowStyle...
on
13 Sep 2015
Wiki Page:
String Interpolation - C# 6.0
Renato Groffe
Table of Contents Introdução String Interpolation Links O objetivo deste artigo é apresentar o recurso conhecido como String Interpolation, uma das novas funcionalidades que integram a versão 6.0 da linguagem C#. * Este post foi elaborado com base em um material publicado através do grupo...
on
12 Sep 2015
Wiki Page:
Exception Filters - C# 6.0
Renato Groffe
Table of Contents Introdução Exception Filters Links O objetivo deste artigo é apresentar o recurso conhecido como Exception Filters, uma das novas funcionalidades que integram a versão 6.0 da linguagem C#. * Este post foi elaborado com base em um material publicado através do grupo de usuários...
on
8 Sep 2015
Page 53 of 71 (1,775 items)
«
51
52
53
54
55
»