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
>
TechNet Guru
Tagged Content List
Wiki Page:
Understanding the Visual Studio AssemblyInfo Class
karimSP
Table of Contents Overview Setting the attributes Assembly Information dialog box AssemblyInfo.cs file Assembly Information attributes Accessing the attributes through code Conclusion References Overview The AssemblyInfo Class holds application attributes about a Visual Studio project that are...
on
8 Apr 2018
Wiki Page:
Clear System Center End Point Protection Exclusions without SCCM
karimSP
Table of Contents Defining the problem Registry Keys of interest Code Running the program Output Before running the program During program execution After running the program See Also Defining the problem Recently had a requirement to install / configure / modify Microsoft's System Center End...
on
8 Apr 2018
Wiki Page:
SharePoint 2013: Design Manager - Use of Display Templates
Ken Cenerelli
Table of Contents Display Templates? The use of XSLT? Done! Access to the Display Templates Use of "Result Types" Example of use Result Web parts parameters Conclusion See Also Display Templates? If you've never heard of, it is quite normal, as it is new in SharePoint 2013. These...
on
6 Apr 2018
Wiki Page:
C#: Display Images in GridView/ListView using DataBinding
Peter Geelen
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
4 Apr 2018
Wiki Page:
WFP: Binding an Item inside ItemsControl's DataTemplate to the Property on Page DataContext
Peter Geelen
In most scenarios we bind the ItemControl's ItemsSource to the collection of Data Model item. Then we configure our DataTemplate Binding to the properties inside Data Model item. However, in this particular scenario MSDN questioner wanted to bind the one UIElement inside DataTemplate to the property...
on
4 Apr 2018
Wiki Page:
ASP.NET MVC 5: Connect with Azure SQLServer Database
Peter Geelen
Table of Contents Introduction Steps 1. Create Azure Account 2. Create SQL Database on Azure 3. Create Web Application 4. Create Data Model 5. Scaffolding 6. Change Menu Layout 7. Run Application Microsoft Azure Resources Code Sample Introduction Using MVC, Entity Framework, ASP.NET Scaffolding...
on
3 Apr 2018
Wiki Page:
TechNet Guru Competitions - March 2018
[Kamlesh Kumar]
Table of Contents Introduction How to Enter 1. Create a new TechNet Wiki Article Steps 2. Tell us about it Categories (in alphabetical order) ASP.NET BizTalk Forefront Identity Manager Microsoft Azure SharePoint Small Basic SQL BI & Power BI SQL Server General & Database Engine System Center...
on
1 Apr 2018
Wiki Page:
BizTalk Server: Monitor BizTalk Server Job
Ken Cenerelli
Table of Contents Introduction Monitor BizTalk Server Job Custom View Considerations Resolving detected issues See Also Introduction A new feature in BizTalk Server 2010 is a new SQL job called Monitor BizTalk Server . This job and other database jobs are created when you configure a BizTalk group...
on
31 Mar 2018
Wiki Page:
T-SQL: Splitting a String into multiple columns
Ken Cenerelli
Table of Contents Introduction Creating Function Importing Data Splitting a Data Structure Conclusion References See Also Other Languages Introduction When you have an easy to use T-SQL script that separate data fields received from an application or external data source as a Web Service or a data...
on
31 Mar 2018
Wiki Page:
Importing an Excel Spreadsheet into a SQL Server Database
Ken Cenerelli
Table of Contents Introduction Building the Environment for Testing Creating an Excel File to test Installing the necessary components in Windows Server Enabling SQL Server Instance to Read File Querying and Importing the Spreadsheet Conclusion References See Also Other Languages Introduction We...
on
31 Mar 2018
Wiki Page:
C#: Passing parameters
karimSP
This is a subject which can confuse even quite experienced developers. Probably as a result, this is quite often brought up as a sort of “trick” question by interviewers. Some people feel this “sorts the men from the boys”. Others might suggest that a practical understanding of what happens is...
on
26 Mar 2018
Wiki Page:
Parallel / Concurrent / Async Programming in C# using Tasks
karimSP
Table of Contents Introduction Solution Conclusion See Also Introduction This one is a direct result of my work. Recently I was asked to come up with a notification / reminder service to send emails when something remains pending since a week. The initial code looked & worked great locally...
on
26 Mar 2018
Wiki Page:
SQL and Transact-SQL: Free E-Books
karimSP
This article include list of free electronic books about SQL and Transact-SQL languages . Several of these books are an electronic version of a printed book, which can be acquired (Paid Version), while other e-books exists without any printed equivalent. * An electronic book is a book-length publication...
on
26 Mar 2018
Page 21 of 77 (1,925 items)
«
19
20
21
22
23
»