Alexandre Brisebois

1,528
Reputation
296 views

Registered User

Name Alexandre Brisebois
Member for 1 year
Seen yesterday
Website
Location Paris, France
Age 25
.Net Consultant Interested in C# F# .Net 3.5 SP1
Nov
19
comment Where can I get PLinq for VS 2008?
event though this is a CTP release it works great !
Nov
17
asked Which Timer object should I use in long running processes in .Net?
Nov
13
revised Minimizing MVC memory consumption footprint
added 44 characters in body
Nov
13
comment abcPDF 7 converting HTML to PDF but only getting the first page converted
The second in the answer provided by schnaader contains the code in peices. Thanks for posting your code. I;m sure this will help many people.
Nov
2
comment Minimizing MVC memory consumption footprint
Thats the problem, I currently have an extremely limited server, with just about 1gb
Nov
2
asked Minimizing MVC memory consumption footprint
Oct
26
comment ‘Big’ websites using ASP.NET MVC
he mentioned SO in the question.
Oct
26
awarded  Popular Question
Oct
22
comment Taking over someone else’s code
This seems to be the norm where I currently work... You're on the right path. In times like these I never say Yes to anything upfront, I usually say I'll try.
Oct
19
awarded  Notable Question
Oct
16
accepted Composing Linq to Entity Query from multiple parameters
Oct
16
revised Composing Linq to Entity Query from multiple parameters
added 2486 characters in body
Oct
16
comment What is the most important thing you weren’t taught in school?
I think its a balanced mix of both.
Oct
15
revised What is the most important thing you weren’t taught in school?
topics is better since courses are never the same from institution to institution
Oct
15
comment How do you deal with clients who have no processes, have no methodology and ask for things to be done for yesterday?
Communication is key. Good project management is also key in these situations. It is especially important to define an iteration scope and to stick to it.
Oct
15
comment How do you deal with clients who have no processes, have no methodology and ask for things to be done for yesterday?
Sometimes, the problem may come from lack of experience or personnel. A good solution could be hiring an external consultant to organize and follow the project. They may also be called upon to guide the client through the development life-cycle. It may be hard for a company to admit that they are in need of such a service, but I'm sure that this would resolve many issues encountered when dealing with customers in the context of the question.
Oct
15
revised Email content of Asp.Net page
added 534 characters in body; deleted 174 characters in body
Oct
15
comment Email content of Asp.Net page
I'll take a second go at it, I'm not sure I understood the question.
Oct
15
answered Email content of Asp.Net page
Oct
15
comment How to create a floating div in BHO dynamically?
- What is BHO ?
Oct
15
answered Hello im very new to Wpf and also to progamming. I need to do project on barcode generation.
Oct
13
comment What is the most important thing you weren’t taught in school?
Search engines are your friends
Oct
13
comment What is the most important thing you weren’t taught in school?
then again we make our own luck :)
Oct
13
comment What is the most important thing you weren’t taught in school?
often enough, the curious people will be the first to try new things. It can be a real headache to try new pre-beta software! I honestly do not think that this is something that can be taught. A teacher cannot teach motivation.
Oct
13
comment What is the most important thing you weren’t taught in school?
weird thing thought. Aren't assignments supposed to teach students to hand thing in on time?
Oct
13
comment What is the most important thing you weren’t taught in school?
"Your work (environment) is more important than your salary" I completely agree with you. It's taken me some time to really understand this. It can radically affect your mood and quality of life.
Oct
13
comment Execute javascript function after asp.net postback without Ajax
I completely agree
Oct
13
comment ASP.NET vs SharePoint
In the end I think it really depends on what you want as an individual. Sharepoint for many devs means much less coding and much more integration, configuration and xslt. This may throw some off since they may be interested in the programming aspect of their jobs.
Oct
13
comment Scope of HttpContext.Current.Items
Great reference!
Oct
12
comment Scope of HttpContext.Current.Items
would the context still be valid or would a new context have been built for the call ?
Oct
12
asked Scope of HttpContext.Current.Items
Oct
12
comment Composing Linq to Entity Query from multiple parameters
This is good when you are doing Linq to Objects, but I want my query to execute completely on the SQL Server.
Oct
12
revised Composing Linq to Entity Query from multiple parameters
edited body
Oct
12
revised Composing Linq to Entity Query from multiple parameters
added 74 characters in body
Oct
12
revised Composing Linq to Entity Query from multiple parameters
deleted 132 characters in body
Oct
12
revised Composing Linq to Entity Query from multiple parameters
added 462 characters in body
Oct
12
answered Composing Linq to Entity Query from multiple parameters
Oct
12
revised Composing Linq to Entity Query from multiple parameters
added 10 characters in body
Oct
12
revised Composing Linq to Entity Query from multiple parameters
edited tags; edited title
Oct
12
asked Composing Linq to Entity Query from multiple parameters
Oct
7
answered Naming them entities to make sense
Oct
6
revised Is it possible to build an email reader for the Zune ?
added 22 characters in body; edited tags
Oct
6
comment How do you deal with clients who have no processes, have no methodology and ask for things to be done for yesterday?
I wish I could choose this answer as well.
Oct
5
answered Entity framework get latest records in list of records with date
Oct
5
comment Mass mailing HTML-newsletter in Asp.Net
I agree that a textbox is bad user exprience, but its also a good way to keep lazy people on the mailing list
Oct
5
awarded  Nice Question
Oct
3
revised Mass mailing HTML-newsletter in Asp.Net
added 402 characters in body
Oct
3
answered Mass mailing HTML-newsletter in Asp.Net
Oct
2
comment Program to find prime numbers in C#
Which project template was used to create this project.
Oct
1
comment MVC more than one form to submit
could the problem come from the fact that you have a form within a form ?