Julien Lebosquain

less info
16,264 reputation
22861
bio website blog.lebosquain.net
location Lyon, France
age 27
visits member for 3 years, 7 months
seen 4 hours ago
stats profile views 670

Hi, I’m a .NET architect working at Flynware, my own company. I’ve been an enthusiast in Microsoft technologies for years and have a pretty good grasp of the .NET framework in general, and love WPF and ASP.NET MVC in particular. I’m also a huge fan of JetBrains ReSharper, and develop plugins for this amazing tool on my free time.

Also see my blog or the open source projects I'm involved in.


May
28
answered how to turn off percentage sign in .net/wpf?
May
28
answered undesirable cropping of Label that has been rotated 90 degrees
May
28
answered Custom JsonSerialization
May
28
revised Binding an Element to a Control Property (string)
deleted 18 characters in body
May
28
comment ASP.NET AJAX - Check for async postback via JavaScript
Sys.WebForms.PageRequestManager.getInstance().get_isInAsyncPostBack() is the public documented accessor and should be used instead. Thanks however, I didn't manage to find it before your post.
May
28
revised Label Size is always NaN?
added 267 characters in body
May
28
answered Label Size is always NaN?
May
27
comment Weird Textbox tab issue in asp.net page using 3.5 framework
Do you get this behavior on every browser?
May
27
comment WPF - Getting PropertyName in IValueConverter
What's your usage? What are you passing to the converter?
May
27
answered What is the benefit and a common real-world practical application of using Tuples in .NET 4.0?
May
27
answered Generic usercontrol possible?
May
27
answered Get values from *.resx files in XAML
May
26
answered debug=true in .svc file?
May
26
awarded  c#
May
26
comment check that int array contains !=0 value using lambda
They're the exact opposite and work in the same way. All will stop as soon as it find a value that is not zero. So All() is the same as !Any() and Any() is the same at !All(). Reflector both if you want to see it by yourself.
May
26
answered On error, force function to return
May
26
answered check that int array contains !=0 value using lambda
May
26
answered How can I anchor a textbox in wpf?
May
26
answered Is Behaviour supported on wpf in 3.5? I cannot see System.Windows.Interactivity in VS2010
May
26
comment How to install .Net Framework 2.0 without harming 3.5 and 4.0 already installed?
Sorry, I'm afraid I don't have this assembly anymore. If you can, you should consider upgrading to the release version.