Browse by Tags

Tagged Content List
  • Blog Post: Exemple d'automatisation de livraison d'une application WPF avec MSBuild

      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...
  • Blog Post: Team Foundation Server 2010 tools & links

    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...
  • Blog Post: Visual Studio 2010 + sos.dll: finding memory leaks

    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...
  • Blog Post: My developer toolbox

    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: ...
  • Blog Post: Visual Studio Scrum 1.0

    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...
  • Blog Post: Visual Studio 2010 : How to deploy a Web application with Web Application Project Deployment (Part 3)

    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...
  • Blog Post: Visual Studio 2010 : How to deploy a Web application with Web Application Project Deployment (Part 1)

    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...
  • Blog Post: ADO.NET Data Services : Tips & Tricks

    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...
  • Blog Post: Visual Studio 2010 Beta 2 : How to add an external tool (MSBuild script) to a Visual Studio button

    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...
  • Blog Post: ADO.NET Data Services : How to consume my ADO.NET Data Services in WPF

    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...
  • Blog Post: ADO.NET Data Services : Operations and Interceptors

    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...
  • Blog Post: ADO.NET Data Services : How to request your ADO.NET Data Services

    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...
  • Blog Post: ADO.NET Data Services : How to create an ADO.NET Data Services with Visual Studio 2010 beta2

    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...
  • Blog Post: Update the language of documentation created by Sandcastle

    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...
Page 1 of 1 (14 items)