[Mono-dev] System.Web.UI.WebControls/FormView

2006-04-16 Thread Konstantin Triger
Hello, The attached patch ensures rebinding when FormView.PageIndex is called. A relevant test is inside. If no one objects Ill commit. Regards, Konstantin Triger pageindex.patch Description: pageindex.patch ___

[Mono-dev] SiteMapNode.cs unit tests and fix

2006-04-16 Thread Andrew Skiba
please review the attached patch for reproducing and fixing several null reference exceptions in SiteMapNode. Please, ignore the previous patch, that fixed the problem with 'attributes' field but did not fix 'roles' field. If no one objects, I will commit. SiteMapNode.patch Description:

[Mono-dev] Question about performance improvement in C#

2006-04-16 Thread Rusmin Susanto
Hello all. I have an optimization question here. I have a class that has 2D array of double. This class will be used in scientific iteration. It need to have operators (+,-, etc.) so that users can do something like this:A = (B + C + D + E + F)/2.5;It also has to be fast (as it will be

Re: [Mono-dev] Question about performance improvement in C#

2006-04-16 Thread Felipe Almeida Lessa
Em Dom, 2006-04-16 às 07:18 -0700, Rusmin Susanto escreveu: What should I do to bring the performance closer to C (of course I wan to keep the class and operators)? AFAIK the + operator always works on pairs, so you would need to create a method. I'd suggest creating a class method like

Re: [Mono-dev] Question about performance improvement in C#

2006-04-16 Thread Alex Chudnovsky
Rusmin Susanto wrote: It also has to be fast (as it will be executed thousands of time in iterations and the array dimensions will be large). Its either fast or convinient or some balance between them. In this case you seem to want performance, which means you will have to give up

[Mono-dev] Summer of Code?

2006-04-16 Thread pablosantosluac
Hello, Is mono going to be present in google's summer of code?? Didn't see it in the list yet... regards ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Summer of Code?

2006-04-16 Thread Zoltan Varga
- http://www.mono-project.com/StudentProjects On 4/16/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello, Is mono going to be present in google's summer of code?? Didn't see it in the list yet... regards ___ Mono-devel-list mailing list

Re: [Mono-dev] VB libraries and compiler status?

2006-04-16 Thread Miguel de Icaza
Hello, I have some changes and additions to the Microsoft.VisualBasic libraries. It looks like other than a few changes in the last week, neither the libraries nor the compiler have been worked on in months. Are these still being developed?