Sponsors

News

Laurent Kempé MVP JetBrains Academy Member Certified ScrumMaster

Contact

My status

View Laurent Kempé's profile on LinkedIn
XING
twitter
facebook


Xbox 360



Map

Locations of visitors to this page

.NET Dudes

Family

French .NET Dudes

Friends

Links

Tech Head Brothers

Browse by Tags

All Tags » Note to self (RSS)
Build your .NET project with a right click in Windows Explorer
This is a tool that I always install on my machine because it saves you from opening Visual Studio when you just want to compile a solution/project. You can just do it right from the Windows Explorer. Today I spent 10 minutes searching for it, as I couldn...
Office 2007 templates folder
I am always loosing time searching for that information when we get an update of office templates, so I decided to make a ‘note to self’ so that I will not loose anymore time with that. Start Word 2007 and go on Word Options, then click Advanced, File...
ATI Drivers installation on my HP notebook
To be able to install the latest version of the ATI Driver I have to use a tool to modify the normal installation package: Mobility DotNET Final1.1.1.0 For some time now I have to run the installation from the command prompt otherwise it crashes, and...
Posted: Feb 22 2009, 02:04 PM by lkempe | with no comments
Filed under:
Giving more memory to Web Performance 3.4 while load testing
First do not trust their documentation! The launch anywhere (lax) file change doesn’t make it. Do it by your own, with such a command: "C:\Program Files\Web Performance Suite 3.4\webperformance.exe" -vm "C:\Program Files\Web Performance...
Posted: Sep 08 2008, 03:33 PM by lkempe | with 1 comment(s)
Filed under:
NoteToSelf: aspnet_merge.exe, Team City and Web Deployment for Visual Studio 2008
I had to modify the Microsoft.WebDeployment.targets file to be able to compile through Team City the Web Deployment 2008 project ! <!-- Changed KEL ExePath="$(FrameworkSDKDir)bin" --> <Target Name="AspNetMerge" Condition="'$(UseMerge)' == 'true...
Posted: Feb 29 2008, 06:50 PM by lkempe | with 1 comment(s)
Filed under:
Note to self - HP Online diagnostic tools
I always forget this link and it takes so much time to find it again and again! HP Instant Support Professional Edition
Posted: Jan 11 2008, 01:56 PM by lkempe | with 6 comment(s)
Filed under:
How to: Prepare IIS for Deployment of Office Solutions (2007 System)
Users can install Microsoft Office solutions by opening the deployment manifest from the Web. However, a secured installation of Internet Information Services (IIS) will block the .vsto file name extension. The MIME type must be defined in IIS before...
Posted: Nov 30 2007, 12:07 AM by lkempe | with no comments
Filed under:
Business entity and C# extension methods
In place of writing something like: protected string GetUrl( Information info) { if (info is News ) return ResolveUrl( string .Format( "~/news.aspx/{0}" , info.NormalizedTitle)); else if (info is Publication ) return ResolveUrl( string .Format( "~/publications...
Posted: Oct 31 2007, 05:56 PM by lkempe | with 3 comment(s)
Filed under:
Testing your Google AdSense
This trick is coming from my friend Nix . If you are developing a site containing Google Adsense you might know that clicking on your own ad is not allowed. To be able to test and click on your own ad and still follow Google AdSense Program Policies ...
Posted: Oct 11 2007, 11:43 PM by lkempe | with 2 comment(s)
Filed under:
Note to self - How can I change the database owner?
From: http://www.mssqlcity.com/FAQ/Admin/DBOwner.htm Answer: You can use the sp_changedbowner system stored procedure to change the database owner. Read about the sp_changedbowner stored procedure in SQL Server Books Online. This is the example to make...
More Posts