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
>
TechNet Guru
Tagged Content List
Wiki Page:
C#: Ensure User only Runs One Copy of a Program
Ed Price - MSFT
Using a mutex, you can ensure that multiple users can run a program, but each one can run only one copy of the program. This can come in handy when users are logging into a Citrix server or other shared server, and you don't want to limit the application to running only once. The following...
on
6 Aug 2013
Wiki Page:
SSAS Tabular Models: The Good, the Bad, the Ugly & the Beautiful
Ed Price - MSFT
Table of Contents Overview The Good The Bad The Ugly The Beautiful Overview After working on a couple of serious tabular model projects, I’ve been talking to other BI practitioners lately about their thoughts regarding tabular model technology and I’m finding that there is little consensus among...
on
6 Aug 2013
Wiki Page:
Custom Calculations for Invoice & Returns Using a PowerPivot DAX Formula
Ed Price - MSFT
This is from the thread in the SQL Server PowerPivot for Excel forum. Table of Contents Problem Description Solution Step 1 Step 2 Step 3 Conclusion Problem Description Here's the sample data: STATUS WEEK SALES CUSTOMER INVOICE W01 $150...
on
6 Aug 2013
Wiki Page:
Currency Conversion in SSAS 2012 (Multidimensional & Tabular)
Ed Price - MSFT
Types of Currency Conversion As defined by the Business Intelligence Wizard in Multidimensional, there are 3 types of currency conversion. One-to-many . In this case we store the transactions (for example in the data warehouse) in a single base currency. Even if they originally took place in...
on
6 Aug 2013
Wiki Page:
An Example of Using Write-Progress in a Long Running SharePoint PowerShell Script
Ed Price - MSFT
Ever written a really cool PowerShell script that performs lots of actions, or iterates over hundreds or thousands of items? Wouldn't it be nice to see the status of the script as it's running to get an indication of what it's doing and how long it has to go? You could use Write-Host to...
on
6 Aug 2013
Wiki Page:
Named Pipes IO for Inter-process Communication
Ed Price - MSFT
Introduction Use the .NET 3.5 Named Pipes IO for Inter-process communication by implementing a pipe listener on a separate thread. The first sample is a WPF project. It can also be done just as easily in Windows forms. Description The sample demonstrates how to pass string data from clients...
on
5 Aug 2013
Wiki Page:
How to Communicate with a Microcontroller or Other Serial Device in VB.Net
Ed Price - MSFT
Table of Contents Introduction Microcontrollers (MCUs) Serial Port Pitfalls Using the SerialPort Component "SerialDevice" Code Sample Code Description Usage Example Summary Introduction With today's low-cost electronics and micro-manufacturing techniques the average electronics...
on
4 Aug 2013
Wiki Page:
Using Custom Code in SSRS Reports for Advanced String Operations
Carsten Siemens
Overview SQL Services Reporting Services is a very powerful tool and with each new release, it grows in functionality. However many users find that the expression builder functions do not quite do what they need. Fortunately, Microsoft has provided a powerful means of extending the capabilities...
on
3 Aug 2013
Wiki Page:
Deploy Lookup Field as Site Column
Gokan Ozcifci
The basic declaration of a lookup field looks simple and you can reference the List by using the URL of the web where the site column will be deployed to. This can be done according to the documentation as long as the list will be deployed in the same feature as the lookup column. < ? xml version...
on
1 Aug 2013
Wiki Page:
SharePoint 2010: Resolve Design Changes Without Design Skills and Authentication Problem with WireShark
Gokan Ozcifci
A few weeks ago I switched from a client and began a new mission at an International Bank. They have a big SharePoint Platforms with 2 DMZ zones. Here is the technical overview of the SharePoint Platform. Clients, members and other persons can connect to the public SharePoint Internet sites...
on
1 Aug 2013
Wiki Page:
How to Bypass the Firewall, TMG and Proxy During a Content Crawl in SharePoint Publishing Farm
Gokan Ozcifci
This topic is with DMZ and SharePoint Server. For my client I had to configure the Search Service Application for crawling data from the Internal Domain to the DMZ zone. But as explained on my previous posts; you cannot get directly in a DMZ zone because you have to bypass the Firewall, proxy, TMG...
on
1 Aug 2013
Wiki Page:
SharePoint 2010: Bread Crumb for List/Library View Web Part in Wiki Page.
Gokan Ozcifci
Let’s have a look on why we need it first? In SharePoint, if we have large folder hierarchy in list/library (i.e. more than 10 sub levels) and we have added list view web part of that list/library in wiki page then it’s very difficult for end users to navigate through each folder level. Secondly, user...
on
1 Aug 2013
Wiki Page:
Binding an item inside ItemsControl's DataTemplate to the property on Page DataContext
Sachin S
Typically in all 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...
on
31 Jul 2013
Wiki Page:
SharePoint: Uploading (and Resizing) Images to a SharePoint Picture Library via a Webpart
Matthew Yarlett
Getting a file to upload to SharePoint is very easy; essentially it involves adding an asp:FileUpload control to your webpart and adding a button to click on (to upload the selected file!). In this example we're going to create a visual webpart that allows a user to upload an image to SharePoint...
on
30 Jul 2013
Wiki Page:
SharePoint 2013 Online: Unable to Upload Multiple Documents Using Windows Explorer
Gokan Ozcifci
Table of Contents Problem Solution Problem Recently I ran into a problem where I couldn't upload multiple files in a document library of SharePoint 2013 online site using Windows Explorer. When I was clicking on the link 'Upload files using Windows Explorer instead' from the 'Upload...
on
30 Jul 2013
Wiki Page:
Concatenating Data Column Values Into a Single String
SathyanarrayananS
The Request My dataset returns multiple rows of data for a given grouping with only one field (we will call it Grade) varying across those rows. I want my report to display a single line for a group with all of the values of Grade for that group displayed as a concatenated string in a single cell...
on
27 Jul 2013
Wiki Page:
Aggregations in SSAS
Ed Price - MSFT
Table of Contents Factors to consider during Designing Aggregations Monitoring Aggregations Why Aggregations? Can Anything and Everything be part of Aggregations? Usage Based Aggregations Anyone who is developing an SSAS solution for the first time may expect to see a lightning fast query response...
on
27 Jul 2013
Wiki Page:
SQL Server: No Fragmentation in HEAP from INSERT / UPDATE
Carsten Siemens
A HEAP won't be "fragmented" in two cases: - only INSERTS may occur - UPDATES will occur in the attributes with fixed data length (e.g. char ) The following example demonstrates the above mentioned situations: First a simple HEAP will be created: 01. USE tempdb; ...
on
27 Jul 2013
Wiki Page:
How to Transfer Records from SQL Server to Postgres
Ed Price - MSFT
With growing need of BI and ETL firms are always looking for easy means to Load data from one RDBMS to other and SSIS is the best one .In this blog i would be discussing about how to transfer records from SQL Server 2008 R2 to Postgres DB using SSIS. I have never worked with Postgre DB before but as...
on
27 Jul 2013
Wiki Page:
Small Basic: IDE Colors
Ed Price - MSFT
These are text colors and the background color used in Small Basic IDE (Integrated Development Environment). #7777FF for Keywords #800000 for Operators and “the dot between Object and Properties/Events/Operations” #000000 for Variables, Subroutines, Labels and "the brackets...
on
23 Jul 2013
Wiki Page:
The SEO Friendly SharePoint/ Office 365 Site
Gokan Ozcifci
The SEO Friendly SharePoint/ Office 365 Site SharePoint 2013 helps you make your site pages SEO friendly. Now take advantage of OOTB SEO features. This is as easy as the All-In-One SEO pack for your wordpress blog! If not Easier! Search engines rely heavily on page keywords and meta...
on
20 Jul 2013
Wiki Page:
SharePoint 2010: What Happens Internally When a Web Application is Created
Gokan Ozcifci
Table of Contents Web Site Site Collection This is very basic question mostly come across, whenever we create a Web Application from SharePoint Central Administration , what happens exactly behind the scene. This article addresses two basic questions: What exactly happens internally...
on
20 Jul 2013
Wiki Page:
SharePoint 2013: Branding a Solution as an App
Gokan Ozcifci
Branding Solution as APPs in SharePoint 2013 A topic like no other – packaging SharePoint branding as a SharePoint 2013 app. Apps in SharePoint 2013 have been known as a mechanism for some small web part implementations and some other customization . But could you use an app...
on
20 Jul 2013
Wiki Page:
SharePoint 2010: User Profile Synchronization Proxy in DMZ Zone with One Way Trust
Gokan Ozcifci
Table of Contents User Profile installation What is an Arrow in One way Trust So how did we resolve this issue? My client wanted to configure the User Profile Synchronization Service Application for the Collaboration Farm in the DMZ zone. When I wanted to create the User Profile I got a well-known...
on
18 Jul 2013
Wiki Page:
SharePoint 2013: Best Practices - Checking SharePoint list field NULL value in code
Gokan Ozcifci
As a general practice, we tend to check that a SharePoint list column/field isn't null before we try to set/get it (normally just a few fields), but in case you are working on an application where you have a lot of fields to check. You can break your code into a separate class so that you can can...
on
15 Jul 2013
Page 7 of 9 (205 items)
«
5
6
7
8
9
Can't find it? Write it!
Post an Article