.NET

FacebookTwitter
Tests

Oracle

Powershell

SQL Server

Wiki

http://msdn.microsoft.com/en-us/library/ms732023.aspx Windows Communication Foundation (WCF) Service Trace Viewer Tool helps you analyze diagnostic traces that are generated by WCF. Service Trace Viewer provides a way to easily merge, view, and filter trace messages in the log so that you can diagnose, repair, and verify WCF service issues. Configuring Tracing

Service Trace Viewer Tool (SvcTraceViewer.exe)

http://msdn.microsoft.com/fr-fr/magazine/dd569758.aspx Data Points Using Silverlight 2 With ADO.NET Data Services John Papa ADO.NET Data Services makes it tremendously easy to expose data and allow updates over HTTP using its RESTful (Representational State Transfer) abilities. Your Silverlight applications can take advantage of ADO.NET Data Services to send and receive data using the unique URIs that map to entities. You can also use LINQ queries in the Silverlight client to interact with the entities on the server by using the ADO.NET Data Services Silverlight client library.

Conseils pour l'utilisation de Silverlight 2 avec les services d

Hi, I think the following code helps. private Boolean isRectMouseCapture = false; private Point clickPosition; public Page() InitializeComponent(); http://social.msdn.microsoft.com/Forums/en-IE/silverlightdeveloper/thread/5c0000fb-5b18-4456-b9d5-cdaf07f15f74

Drag Drop using Silverlight

LDAP Active Directory User mapping

The following tables identify the property pages supplied by the Active Directory Users and Computers snap-in. Each table identifies the user interface elements of the property page and the attribute associated with that user interface element. Because the property pages that are displayed by the Active Directory Users and Computers snap-in can be extended, it is not possible to provide this data for all of the pages displayed in a property sheet. http://msdn.microsoft.com/en-us/library/windows/desktop/ms677980(v=vs.85).aspx
Silverlight

Communautés

Inversion of Control Containers and the Dependency Injection pattern

In the Java community there's been a rush of lightweight containers that help to assemble components from different projects into a cohesive application. Underlying these containers is a common pattern to how they perform the wiring, a concept they refer under the very generic name of "Inversion of Control". In this article I dig into how this pattern works, under the more specific name of "Dependency Injection", and contrast it with the Service Locator alternative. The choice between them is less important than the principle of separating configuration from use. One of the entertaining things about the enterprise Java world is the huge amount of activity in building alternatives to the mainstream J2EE technologies, much of it happening in open source. http://martinfowler.com/articles/injection.html