Sign in
Benoît Sarie's blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
ADO.NET DataServices
Book
CCF
CRM
Debugging
entlib
MCS APO
MSBuild
p&p
pattern
Performance
Sandcastle
Silverlight
TFS
TFS 2010
unity
Visual Studio
WCF
WPF
Browse by Tags
MSDN Blogs
>
Benoît Sarie's blog
>
All Tags
>
visual studio
Tagged Content List
Blog Post:
Exemple d'automatisation de livraison d'une application WPF avec MSBuild
Benoît Sarie
Je travaille depuis quelque temps sur un projet WPF. Mon client nous met à disposition un automate d’intégration continu sur lequel nous n’avons pas la main en terme de customisation. Ce dernier permet d’effectuer des étapes importantes telle que l’exécution de tests unitaires, couverture de code...
on
15 May 2012
Blog Post:
Team Foundation Server 2010 tools & links
Benoît Sarie
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 track the time spent on a specific task, this check...
on
13 Jun 2011
Blog Post:
Visual Studio 2010 + sos.dll: finding memory leaks
Benoît Sarie
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 use WinDBG. This article is a quick post to introduce...
on
17 Jan 2011
Blog Post:
My developer toolbox
Benoît Sarie
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 Studio Gallery lists many interesting tools: ...
on
17 Jan 2011
Blog Post:
Visual Studio Scrum 1.0
Benoît Sarie
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-microsoft-visual-studio-scrum-1-0.aspx?wa=wsignin1...
on
21 Jul 2010
Blog Post:
Visual Studio 2010 : How to deploy a Web application with Web Application Project Deployment (Part 3)
Benoît Sarie
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 a new configuration (part 1); How to create...
on
3 Jun 2010
Blog Post:
Visual Studio 2010 : How to deploy a Web application with Web Application Project Deployment (Part 1)
Benoît Sarie
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 create a new configuration (part 1); How to create...
on
29 Mar 2010
Blog Post:
ADO.NET Data Services : Tips & Tricks
Benoît Sarie
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 How to request your ADO.NET DataServices Operations...
on
3 Dec 2009
Blog Post:
Visual Studio 2010 Beta 2 : How to add an external tool (MSBuild script) to a Visual Studio button
Benoît Sarie
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 while I am clicking on a button into my Visual...
on
24 Nov 2009
Blog Post:
ADO.NET Data Services : How to consume my ADO.NET Data Services in WPF
Benoît Sarie
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 Studio 2010 beta2 How to request your ADO.NET...
on
17 Nov 2009
Blog Post:
ADO.NET Data Services : Operations and Interceptors
Benoît Sarie
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 to create an ADO.NET Data Services with Visual...
on
11 Nov 2009
Blog Post:
ADO.NET Data Services : How to request your ADO.NET Data Services
Benoît Sarie
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 used in previous post is AdventureWorks. Listing...
on
27 Oct 2009
Blog Post:
ADO.NET Data Services : How to create an ADO.NET Data Services with Visual Studio 2010 beta2
Benoît Sarie
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 data as a Data Service allows clients to consume...
on
27 Oct 2009
Blog Post:
Update the language of documentation created by Sandcastle
Benoît Sarie
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 with XML Comments . Sandcastle is the tool for...
on
30 Mar 2009
Page 1 of 1 (14 items)