Sign In
Benoît Sarie's blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ADO.NET DataServices
Book
CCF
CRM
Debugging
entlib
MSBuild
p&p
pattern
Performance
Sandcastle
Silverlight
TFS
TFS 2010
unity
Visual Studio
WCF
WPF
Archive
Archives
June 2011
(2)
March 2011
(1)
February 2011
(1)
January 2011
(2)
September 2010
(2)
July 2010
(1)
June 2010
(1)
May 2010
(1)
March 2010
(3)
December 2009
(2)
November 2009
(3)
October 2009
(2)
April 2009
(2)
March 2009
(2)
MSDN Blogs
>
Benoît Sarie's blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Benoît Sarie's blog
Team Foundation Server 2010 tools & links
Posted
7 months ago
by
Benoît Sarie
1
Comments
Here are some interesting links on TFS 2010. Tools that you can add around TFS 2010 Check-in policy TFS 2010 Time Tracking Checkin Policy http://visualstudiogallery.msdn.microsoft.com/58ec8802-bd48-4673-a465-4ba099cfbce1 As Project Manager, you need to...
Benoît Sarie's blog
My practices on FetchXML (MS Dynamics CRM 4.0)
Posted
8 months ago
by
Benoît Sarie
0
Comments
Since few months, I work on developing a WPF UI that directly connects to MS Dynamics CRM 4.0. In this post I will present you some of the practices I use in this project. Restriction of the result Reduce the attributes to return Specify all desired...
Benoît Sarie's blog
Book in French: Windows 7 Avancé
Posted
11 months ago
by
Benoît Sarie
0
Comments
One of my collegue has just shipped the second edition of his book on Windows 7. I really recommand you to read it ;-). It is available at http://www.amazon.fr/Windows-7-avanc%C3%A9-Thomas-Garcia/dp/2212129955/ref=sr_1_2?ie=UTF8&s=books&qid...
Benoît Sarie's blog
Debugging/profiling/optimizing a WPF application
Posted
11 months ago
by
Benoît Sarie
0
Comments
Mots clés Technorati : WPF , Debugging , Profiling , Optimizing In this post I will describe and redirect you to good articles or good tools for. I will talk about four main points: Debugging bindings; Checking your visual tree; Profiling your WPF application;...
Benoît Sarie's blog
Visual Studio 2010 + sos.dll: finding memory leaks
Posted
over 1 year ago
by
Benoît Sarie
0
Comments
During development phase of my current project I try to figure out if my application has memory leaks. The client where I am working prevent me from installing software on my development computer. I don’t have installed Microsoft Windows SDK, so I cannot...
Benoît Sarie's blog
My developer toolbox
Posted
over 1 year ago
by
Benoît Sarie
2
Comments
Here a post to list my 10 more interesting tools that I use very often in my everyday job. Visual Studio and Expression Blend are the tools I use all day long, the goal of this post is to give you some interesting tools. .net development Visual...
Benoît Sarie's blog
Unity 2 – Configuration file and Unity (Part 2)
Posted
over 2 years ago
by
Benoît Sarie
1
Comments
I’m real fan of Unity , I already worked with other Ioc, but Unity remains my favorite. In my previous post, I explained how to configure Unity at runtime. This one will describe how to use the configuration file. First of all add the following references...
Benoît Sarie's blog
Unity 2 – Configuring Unity at Runtime (Part1)
Posted
over 2 years ago
by
Benoît Sarie
0
Comments
I’m real fan of Unity , I already worked with other IoCs, but Unity remains my favorite. In the upcoming posts, I will explain you how to : Configure in Runtime or in Design time; Make the best use of it In this post I will assume that you already know...
Benoît Sarie's blog
Visual Studio Scrum 1.0
Posted
over 2 years ago
by
Benoît Sarie
0
Comments
A new process template is released, after CMMI and Agile template, here is the Scrum 1.0. Here are two interesting links on this subject: - Aaron Bjork annnonced this new process template: http://blogs.msdn.com/b/aaronbjork/archive/2010/07/19/announcing...
Benoît Sarie's blog
Visual Studio 2010 : How to deploy a Web application with Web Application Project Deployment (Part 3)
Posted
over 2 years ago
by
Benoît Sarie
1
Comments
In all project it’s a real nightmare to manage configuration files. In Silverlight projects like in web application, you can take advantage of Web Application Project Deployment features of Visual Studio 2010. In this blog, I’ll explain you : How to create...
Benoît Sarie's blog
Visual Studio 2010 : How to deploy a Web application with Web Application Project Deployment (Part 2)
Posted
over 2 years ago
by
Benoît Sarie
0
Comments
In all project it’s a real nightmare to manage configuration files. In Silverlight projects like in web application, you can take advantage of Web Application Project Deployment features of Visual Studio 2010. In this blog, I’ll explain you : How to create...
Benoît Sarie's blog
Visual Studio 2010 : How to deploy a Web application with Web Application Project Deployment (Part 1)
Posted
over 2 years ago
by
Benoît Sarie
0
Comments
In all project it’s a real nightmare to manage configuration files. In Silverlight projects like in web applications, you can take advantage of Web Application Project Deployment features of Visual Studio 2010. In this blog, I’ll explain you : How to...
Benoît Sarie's blog
WCF 4.0 – Routing
Posted
over 2 years ago
by
Benoît Sarie
0
Comments
One of the great new features of WCF is the Routing Service . Here is a little post to show you how simple this is to put in place a WCF Routing. Sample Code Snippet <? xml version = " 1.0 " ?> < configuration > <...
Benoît Sarie's blog
Silverlight et HttpHandler
Posted
over 2 years ago
by
Benoît Sarie
0
Comments
Http handlers are very interesting for several scenarios: Security: when you want to check custom authentication or authorization; Logging: when you want to trace requests to a specific page, resource, …; In a Silverlight project based on Composite Application...
Benoît Sarie's blog
Adding Silverlight into your blog
Posted
over 3 years ago
by
Benoît Sarie
0
Comments
Luc Vo Van, one of my colleges has recently created the Windows Live Writer Silverlight App Plugin. Here is the link, really easy to use : http://blogs.msdn.com/luc/archive/2009/11/19/windows-live-writer-silverlight-app-plugin.aspx Many Thanks Luc :-...
Benoît Sarie's blog
ADO.NET Data Services : Tips & Tricks
Posted
over 3 years ago
by
Benoît Sarie
0
Comments
Introduction In this post, I’ll give you some tips interesting that helped me in my several projects. For more information on Data Services, I suggest you to read my previous posts: How to create an ADO.NET Data Services with Visual Studio 2010 beta2...
Benoît Sarie's blog
Visual Studio 2010 Beta 2 : How to add an external tool (MSBuild script) to a Visual Studio button
Posted
over 3 years ago
by
Benoît Sarie
1
Comments
I’m a real fan of MSBuild Scripts, I always use a lot of MSBuild Tools in my projects (for example scripts that automatically get latest version of the code, compile, check-in, …). The easier way I found to execute those scripts is to run them automatically...
Benoît Sarie's blog
ADO.NET Data Services : How to consume my ADO.NET Data Services in WPF
Posted
over 3 years ago
by
Benoît Sarie
0
Comments
Introduction In this post I will talk about how you can consume your ADO.NET Data Services. My examples will be based on WPF. For more information on Data Services, I suggest you to read my previous posts: How to create an ADO.NET Data Services with Visual...
Benoît Sarie's blog
ADO.NET Data Services : Operations and Interceptors
Posted
over 3 years ago
by
Benoît Sarie
2
Comments
Introduction In this post I will talk about Operations & Interceptors functionalities included into ADO.NET Data Services. For more information on Data Services, I suggest you to read my previous posts: How to request your ADO.Net Data Services; How...
Benoît Sarie's blog
ADO.NET Data Services : How to request your ADO.NET Data Services
Posted
over 3 years ago
by
Benoît Sarie
0
Comments
Introduction In my previous post , I explained how to create a ADO.NET Data Service with Visual Studio 2010. In this post, I will explain how to request this Data Service using Internet Explorer (but this will also work in any other browser). The database...
Benoît Sarie's blog
ADO.NET Data Services : How to create an ADO.NET Data Services with Visual Studio 2010 beta2
Posted
over 3 years ago
by
Benoît Sarie
0
Comments
Introduction: This post is the first of a series of articles based on Visual Studio 2010. In this one I will introduce you to publishing your data through ADO.NET Data Services . Here are the main interest for me into using Data Services: Exposing your...
Benoît Sarie's blog
Customer Care Framework 2009 SP1 RTM is now available
Posted
over 3 years ago
by
Benoît Sarie
1
Comments
CCF 2009 SP1 RTM has been released. This new version contains some new great features like : 64 bit client support; Dynamic positionning in IAD; Citric enhancement ; Usage for a same application of several DDAs; New platforms support;...
Benoît Sarie's blog
Enterprise Library & Unity - Some interesting links
Posted
over 3 years ago
by
Benoît Sarie
0
Comments
Hands-On Labs for Enterprise Library 4.1 and Hands-On Labs for Unity Application Block 1.2 have been released few days ago; here is a the good opportunity to summarize some interesting links. Enterprise Library: MSDN - Enterprise Library site...
Benoît Sarie's blog
Update the language of documentation created by Sandcastle
Posted
over 3 years ago
by
Benoît Sarie
1
Comments
Here are the pre-requisits to use Sandcastle documentation: Installing Visual Studio 2008 SDK 1.1 or installing Sandcastle accessible at the Sandcastle MSDN site ; Installing HTML Help Workshop and documentation ; Commenting all your code...
Benoît Sarie's blog
Welcome to my blog
Posted
over 3 years ago
by
Benoît Sarie
0
Comments
Hi there, Here is a little introduction about myself. I'm Benoît Sarie, I'm a MCS Consultant for Microsoft France, I'm more dedicated on .net development and on Customer Care Framework (CCF) development. If you don't already know what is CCF...
Page 1 of 1 (25 items)