David Thibault

1,541
reputation
101 views

Registered User

name David Thibault
member for 1 year
seen 3 hours ago
website
location Quebec, Canada
age 26
.Net developer. PC gamer, also likes the PS3.
3h
revised how to ad an ads to other website
edited tags
3h
answered how to ad an ads to other website
Nov
30
accepted UPnP Library for .Net
Nov
30
answered UPnP Library for .Net
Nov
27
comment UPnP Library for .Net
Thanks. It's pretty interesting, but the code is MASSIVE, with components scattered across multiple projects. I'm having a hard time making sense of it all. I'm not sure if it would be possible to extract to UPnP components in a usable fashion.
Nov
26
comment UPnP Library for .Net
Thanks, but I linked to this msdn section in my question. I understand the concepts behind UPnP, but I'm looking for an alternative to the microsoft's dll because it does not work with the device I'm using.
Nov
26
asked UPnP Library for .Net
Nov
24
answered Linq Projection
Nov
24
answered hack proof html coding with ajax
Nov
24
comment C# why can’t a UInt32 be unboxed as UInt64?
You could always create your own Convert helpers and then use that.
Nov
23
answered how to detect .flv movie file URL ?
Nov
22
comment How to get fields from such a string?
That's right sorry for the mistake!
Nov
22
revised How to get fields from such a string?
Fixing the regex
Nov
20
accepted How to get fields from such a string?
Nov
20
answered How to get fields from such a string?
Nov
20
answered What’s the least useful comment you’ve ever seen?
Nov
20
answered What character encoding is this?
Oct
28
comment How to create a web interface for a windows service in .Net ?
Thank you for your response. I already looked at System.Web.Hosting (actually, I looked at Cassini), and found it a bit complex for my needs. I don't really need to host aspx pages, I just want to be able to respond to incoming requests with code. I have actually started working on a project that does just that, using System.Net.HttpListener. I plan on making it available as open source when I have a first version. I'll add an answer to this question when I do.
Oct
22
answered Resolving Lucene Index error
Oct
22
answered Stateful experience
Oct
22
accepted How to index numeric fields and search them by range in Lucene.Net ?
Oct
21
comment form POST in iframe without affecting history
I see. A quick search seems to indicate it's possible to do using a flash proxy (see blog.monstuff.com/archives/000280.html). If you don't want to go down this route, I'm not sure if it's possible.
Oct
21
answered form POST in iframe without affecting history
Oct
19
answered How to index numeric fields and search them by range in Lucene.Net ?
Oct
19
asked How to index numeric fields and search them by range in Lucene.Net ?
Oct
14
revised Windows Forms Test Automation
added 4 characters in body; edited tags
Oct
5
comment Paging using Lucene.net
The solution I presented answers the question of how to do paging with lucene. Binding the results to a grid is then easy (see my reply to your other comment).
Oct
5
comment Paging using Lucene.net
The datagrid works perfectly well with a List<T>. Just create the list from the info contained in the Document objects and DataBind it to the grid.
Oct
5
comment Paging using Lucene.net
I would discourage this practice. Way to many moving parts. Also, hitting the DB for an index search kinds of defeats the purpose.
Oct
4
revised How to create a web interface for a windows service in .Net ?
added 22 characters in body
Oct
4
asked How to create a web interface for a windows service in .Net ?
Sep
12
awarded  Yearling
Sep
6
accepted How do you write a C# Extension Method for a Generically Typed Class
Sep
3
comment Issue with passing querystring parameters via Http Get to an iframe in IE
Ah I see now. You are right, it says Sign In. I'm not sure why.
Aug
31
answered Issue with passing querystring parameters via Http Get to an iframe in IE
Aug
31
comment How to test the jQuery UI slider widget with Selenium IDE ?
Awesome, it worked. Thanks!!
Aug
31
accepted How to create bullet lists in WordML ?
Aug
31
asked How to test the jQuery UI slider widget with Selenium IDE ?
Aug
26
answered How to create bullet lists in WordML ?
Aug
26
asked How to create bullet lists in WordML ?
Aug
20
comment How to generate urls on the client side using ASP.NET MVC ?
Do you mean like this? var url = '<%= Html.BuildUrlFromExpression<CarsController>(x => x.GetModelsForBrand("[BRANDNAME]")) %>'; var brandUrl = url.replace('\[BRANDNAME\]', $("#brands").val()); Not too clean, but I guess it could do the job.
Aug
20
asked How to generate urls on the client side using ASP.NET MVC ?
Jul
16
revised How to change the encoding of a web service in .Net ?
Added precisions on the technology we are using.
Jul
16
comment How to change the encoding of a web service in .Net ?
We are not using WCF right now, but if it's the only way to do it we might switch to it. Still, we'd prefer a solution that will work with asmx web services.
Jul
16
asked How to change the encoding of a web service in .Net ?