Crap, I did not get any email. What sort of subscription do you have?
Pascal Ganaye
Posts
-
Hooah! Office 365 subscription for MSDN subscribers. -
Textbook securityYou're all right. I made an email to management.
-
Textbook security:~ This morning I found a piece of code
sql = "SELECT * FROM USER WHERE USER=\"+textBox1.Text+"\"";
The software had passed a big security check earlier last year... Shall I cry and get burned, silence and chuckle.
-
Just Bought A New RifleI am not native English, I mean: He's firing from a seemingly normal house not a wood hut.
-
Just Bought A New RifleIn the video you can see a kid shooting from a town window. I have lived around fire arms and hunters but I still find this quite a bit shocking.
-
You think limes are expensive?For some reason Saffron is a lot cheaper in Spain than in France. It is also a lot cheaper in France than it is in England. The price is low where the demand is high, when people buy it more often they are more careful of how much they pay for it.
-
Aiiiiiiiiiiiiiiiiiiiiii!This is bad... I think you just got yourself Windows 8
-
TFS and WIXI have a nice set of C# solutions on my machine. Solution A and B compiles a few exe and dll. Solution C generates a couple of MSI with WIX (it gets it files from the output of the two other solutions). It work well on my machine. When I try to compile it with a TFS Build Server though things differ. 1 - all the exe and dll are going to a single folder 2 - as the files are not compiled in the same places wix cannot find the exe and libraries. I can think of a few ways to fix this, but I can't help but wonder, what did I do wrong?
-
Tedious conversionI know I could. It takes probably less time manually. I do what every non-programmer 'normal person' user would do. It is relaxing to be a 'normal person' occasionally.
-
Tedious conversionIndeed I am. It was the most common and the easiest to change. There was many more other occurrences though. The namespaces in XML documents for one.
-
Tedious conversionI did quite a bit of un-branding. IMO, there is no point of putting the name of the company in the folder structures. This I am limiting the changes. My aim is to be visibly re-branded from the outside. A little bit cleaner (that is unbranded) where I can without compromising integrity or adding a ton of work.
-
Tedious conversionI am working on a big brand name change conversion. Changing the company A to company B in the headers of a few thousand files. To avoid errors, I am doing it partially manually. The task is repetitive and some will say tedious. I quite enjoy it. This is nice not to have to use your brain every so often.
-
C# PAINT for school procet -
Microsoft Dropped projectYes! I forgot Bob Really miss him and the paper clip too.
-
CCC 12/11/12This is the first time I ever attempt this. I am stuck on the parasite part Run away - Fast measurable value - ID of uranium - U remove the tail of this parasite - ? painstaking - FastIdious
-
Microsoft Dropped projectI have the feeling than Microsoft is dropping lots of projects lately. I am thinking of OSLO, WINCE, OLEDB, Silverlight, Visual Studio Install projects, Hotmail, Live Messenger. I have been hit quite hardly by some of those. Each time it did upset quite a bit of the customer base. Is it that recently they have become more financially driven or has it always been like that?
-
curious, you able to get your wife tell you her weight?It is difficult to stop her telling you everything that crosses her mind apart from her weight. Perhaps here a solution. Just drag the subject to the weight... I stop here, I am not sure how safe it is to write here in my own name.
-
Sign of timePascal perhaps?
-
Sign of timeToday I changed my profile from
Quote:
I am a French programmer. These days I spend most of my time within the .NET framework.
to
Quote:
I am a French programmer. These days I spend most of my time with the .NET framework, JavaScript and html.
Is it the beginning of the end of the love story?
-
VS Setup Projects and VS2012If I understand well, Setup Projects are not available anymore in VS2012. Microsoft encourages us to move to InstallShield. I installed the free version and it looks quite different to the Microsoft Setup project. Did someone try alternatives like WIX, NSIS or InnoSetup? My current setup are quite complex as they contain custom forms. What package do you recommend? I'd be interested to know what you've been doing about this.