Wiki

TechNet Wiki

Visit a content portal to find information, resources, and help over a wide range of topics, projects, and issues.

Featured Articles

WPF: Displaying and Editing Many-to-Many Relational Data in a DataGrid

By Magnus (MM8)
November 23, 2013

This article provides an example of how you could display and let the user edit many-to-many relational data from the Entity Framework in a dynamic and data-bound DataGrid control in WPF by programmatically adding a DataGridCheckBoxColumn to the grid for every entity object that represents a row in the “child” table of the relationship between the two tables. A many-to-many relationship is one where two...

FIM 2010 R2: How to Search for Request Details in msidmCompositeType

By Peter_Stapf
November 23, 2013

With Forefront Identity Manager 2010 R2 Microsoft add some performance modifications to Service and Portal. By default exports from the FIM Management Agent are batched (aggregated) up to 1000 changes. So in request details you may see only an Update to msidmCompositeType ?? Request which includes all the changes of maybe multiple objects in the RequestParameter attribute...

How to Transfer Files between a Windows Store App and any Windows Phone App

By Mcosmin
November 23, 2013

If we ever want to have our apps both on the Windows Phone and the Windows 8 stores, we might want to use some kind of syncing mechanism between the versions. Since neither one of the apps can access the other’s isolated data directly, there comes the need for some sort of file transfer between the two apps. There are, of course, several possibilities here, and the most popular one is using an intermediate web server, located...

Visual C#: Filter a DataTable Based on a Collection

By Jaliya Udagedara
November 23, 2013

This article is if you have a requirement where you want to filter the rows in a data table based on some values in a collection. So this is one way to do it. This will really show you the power of LINQ and Lambda Expressions (I am assuming you all know what LINQ and Lambda Expressions is). I am creating a console application. There I will have a data table with some values in it and I will have another collection...

More featured articles


Recent Activity
Loading activity...