Re: [Mono-dev] Fwd: GSOC [2012] Questions regarding ASP.NET 4.5 Async Stack
Hi Preeti, Hi list, The part you are mentioning (implement what the missing async pieces from the ASP.NET stack) is fairly new: the need arouse just a week ago, after the release of OSS code from MS. So it's no wonder we haven't got any answer yet :) I am interested in working on this bit too, and as it seems no one is doing it right now, I am just going to start working on it. My plan is to try to get something useful as soon as possible: I will try and compile the MS ASP.NET pieces on top of Mono, and make a list of what is missing and needs to be implemented, post it here and then.. see how it can be done and which is the best way to approach the problem. I plan to start briefly (in a week or two I will have some spare time); if you decide to go with the proposal, later in the summer I will need some help for sure ;) especially with good tests, test cases, profiling and performance measurement. Just a little warning: async programming greatly improved thanks to C# 5, but it is not the easiest development task in the world, especially in ASP.NET where both stability and performance are crucial! The project, IMHO, requires a good understanding of asyncronous and concurrent programming. If you have successfully used the TPL DataFlow or CCR in the past, it should be OK. Best, Lorenzo Dematte' On Thu, Apr 5, 2012 at 4:48 PM, preeti . wrote: > > Hello everyone, > > I am eagerly Waiting for response from Mono Project. Please give answer to > queries as mentioned in last mail ASAP. > I want to submit Propsal in Mono Project as the deadline is tomorrow for > GSOC 2012. > > Thanks... > > Regards, > Preeti Mandle > > > -- Forwarded message -- > From: preeti . > Date: Wed, Apr 4, 2012 at 4:41 PM > Subject: GSOC [2012] Questions regarding ASP.NET 4.5 Async Stack > To: mono-devel-list@lists.ximian.com > > > > > Hello everyone, > I am very excited to contribute in Mono Project community through the > platform of GSoC 2012. > > Presently, I am doing post graduation in Information Technology. I > Implemented lots of project in ASP.NET > > Also I looked at proposed ideas page on Mono site and choose two > interesting for me. I think I can implement this "ASP.NET 4.5 Async > Stack" project, because I am familiar with Visual studio > 2003/2005/2008/2010. I have good experience with async programming, very > excited to implement all these. > > I am formalizing the proposal for "ASP.NET 4.5 Async Stack". I am > writing you to let you know my understanding of the project and I would > like your feedback on it. My understanding of the requirements is as > follows: > >- Implementation of new features in ASP.NET 4.5 namely the >asynchronous stack. > > >- Test Suite for the new features and an implementation that passes >these tests etc. > > I would be grateful if you could please comment or share some pointers > to start working? So please provide me more details regarding above > project. So that i can decide timelines of projects, followed by > mentioning them in proposal that i want to submit in EverGreen for GSOC > 2012. > > > Thanks... > Regards, > Preeti Mandle > > > ___ > Mono-devel-list mailing list > Mono-devel-list@lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-devel-list > > ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list
Re: [Mono-dev] Fwd: GSOC [2012] Questions regarding ASP.NET 4.5 Async Stack
Hi Preeti, Hi list, The part you are mentioning (implement what the missing async pieces from the ASP.NET stack) is fairly new: the need arouse just a week ago, after the release of OSS code from MS. So it's no wonder we haven't got any answer yet :) I am interested in working on this bit too, and as it seems no one is doing it right now, I am just going to start working on it. My plan is to try to get something useful as soon as possible: I will try and compile the MS ASP.NET pieces on top of Mono, and make a list of what is missing and needs to be implemented, post it here and then.. see how it can be done and which is the best way to approach the problem. I plan to start briefly (in a week or two I will have some spare time); if you decide to go with the proposal, later in the summer I will need some help for sure ;) especially with good tests, test cases, profiling and performance measurement. Just a little warning: async programming greatly improved thanks to C# 5, but it is not the easiest development task in the world, especially in ASP.NET where both stability and performance are crucial! The project, IMHO, requires a good understanding of asyncronous and concurrent programming. If you have successfully used the TPL DataFlow or CCR in the past, it should be OK. Best, Lorenzo Dematte' On Thu, Apr 5, 2012 at 4:48 PM, preeti . wrote: > > Hello everyone, > > I am eagerly Waiting for response from Mono Project. Please give answer to > queries as mentioned in last mail ASAP. > I want to submit Propsal in Mono Project as the deadline is tomorrow for > GSOC 2012. > > Thanks... > > Regards, > Preeti Mandle > > > -- Forwarded message -- > From: preeti . > Date: Wed, Apr 4, 2012 at 4:41 PM > Subject: GSOC [2012] Questions regarding ASP.NET 4.5 Async Stack > To: mono-devel-list@lists.ximian.com > > > > > Hello everyone, > I am very excited to contribute in Mono Project community through the > platform of GSoC 2012. > > Presently, I am doing post graduation in Information Technology. I > Implemented lots of project in ASP.NET > > Also I looked at proposed ideas page on Mono site and choose two > interesting for me. I think I can implement this "ASP.NET 4.5 Async > Stack" project, because I am familiar with Visual studio > 2003/2005/2008/2010. I have good experience with async programming, very > excited to implement all these. > > I am formalizing the proposal for "ASP.NET 4.5 Async Stack". I am > writing you to let you know my understanding of the project and I would > like your feedback on it. My understanding of the requirements is as > follows: > >- Implementation of new features in ASP.NET 4.5 namely the >asynchronous stack. > > >- Test Suite for the new features and an implementation that passes >these tests etc. > > I would be grateful if you could please comment or share some pointers > to start working? So please provide me more details regarding above > project. So that i can decide timelines of projects, followed by > mentioning them in proposal that i want to submit in EverGreen for GSOC > 2012. > > > Thanks... > Regards, > Preeti Mandle > > > ___ > Mono-devel-list mailing list > Mono-devel-list@lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-devel-list > > ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list
Re: [Mono-dev] Mono.CSharp and IKVM.Reflection
It's done and we've been shipping it for a while now. On Thu, Apr 5, 2012 at 10:31 AM, Diego Frata wrote: > Hello, > > I've been examining the Mono.CSharp source code and there's an unfinished > port to IKVM.Reflection. Is anyone working on it lately? What's the > remaining work that needs to be done? > > Diego Frata > diego.fr...@gmail.com > > ___ > Mono-devel-list mailing list > Mono-devel-list@lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-devel-list > > ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list
[Mono-dev] Fwd: GSOC [2012] Questions regarding ASP.NET 4.5 Async Stack
Hello everyone, I am eagerly Waiting for response from Mono Project. Please give answer to queries as mentioned in last mail ASAP. I want to submit Propsal in Mono Project as the deadline is tomorrow for GSOC 2012. Thanks... Regards, Preeti Mandle -- Forwarded message -- From: preeti . Date: Wed, Apr 4, 2012 at 4:41 PM Subject: GSOC [2012] Questions regarding ASP.NET 4.5 Async Stack To: mono-devel-list@lists.ximian.com Hello everyone, I am very excited to contribute in Mono Project community through the platform of GSoC 2012. Presently, I am doing post graduation in Information Technology. I Implemented lots of project in ASP.NET Also I looked at proposed ideas page on Mono site and choose two interesting for me. I think I can implement this "ASP.NET 4.5 Async Stack" project, because I am familiar with Visual studio 2003/2005/2008/2010. I have good experience with async programming, very excited to implement all these. I am formalizing the proposal for "ASP.NET 4.5 Async Stack". I am writing you to let you know my understanding of the project and I would like your feedback on it. My understanding of the requirements is as follows: - Implementation of new features in ASP.NET 4.5 namely the asynchronous stack. - Test Suite for the new features and an implementation that passes these tests etc. I would be grateful if you could please comment or share some pointers to start working? So please provide me more details regarding above project. So that i can decide timelines of projects, followed by mentioning them in proposal that i want to submit in EverGreen for GSOC 2012. Thanks... Regards, Preeti Mandle ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list
Re: [Mono-dev] Google Summer of Code project ideas
Hello again, On Thu, 2012-04-05 at 10:06 +0700, Alexander Mezin wrote: > Yeah, I agree on the general term that it could and should be easier > > to use, just thought maybe you did not discovered it yet (frankly, > > because of the hidden nature of this feature not so many people are > > aware of it). Personally the ReSharper approach is my favourite, > > however yours is interesting too. > I prefer ReSharper's approach too, but I think implementing it will > require much more work, I'm not sure that I'll finish such project. > > > If you did not encounter it yet, you should definitely look into new > > code analysis API, based on NRefactory. It is currently developed on > > the newresolver branch. Look at the sample context action here: > > http://mikemdblog.blogspot.com/2012/03/how-to-write-context-action-using.html > It seems that I'll have time to look into it after proposals deadline. > And the deadline is tomorrow, I think I must start writing proposal. > Could you be a mentor for this project? Frankly, I am not very familiar with this API, but if no other person wants to be a mentor, I could. Therefore I'm redirecting this to mailing list too. Can anyone tell me should I contact/fill anything at this point? -- Regards, Konrad ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list
[Mono-dev] Mono.CSharp and IKVM.Reflection
Hello, I've been examining the Mono.CSharp source code and there's an unfinished port to IKVM.Reflection. Is anyone working on it lately? What's the remaining work that needs to be done? Diego Frata diego.fr...@gmail.com ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list