<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-AU link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>If we consider a shift to .NET 3, I’d like to also propose
utilizing the new Socket members that .NET 3 introduced – there is some
in there for high performance ASync socketing which perform significantly
better than previous ones in the kinds of situations we employ. <o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>(As long as Mono 2.0.2 has those implemented of course –
but it shouldn’t be hard for the, they could at least just make them a
splint to the old methods)<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Adam<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>

<div style='border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt'>

<div>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'>

<p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:
"Tahoma","sans-serif"'>From:</span></b><span lang=EN-US style='font-size:10.0pt;
font-family:"Tahoma","sans-serif"'> opensim-dev-bounces@lists.berlios.de
[mailto:opensim-dev-bounces@lists.berlios.de] <b>On Behalf Of </b>Ruud Lathrop<br>
<b>Sent:</b> Wednesday, 25 March 2009 11:34 AM<br>
<b>To:</b> opensim-dev@lists.berlios.de<br>
<b>Subject:</b> Re: [Opensim-dev] C# 3.0 vs .Net 2<o:p></o:p></span></p>

</div>

</div>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal style='margin-bottom:12.0pt'>Visual Studio 2005 is using
.NET 2.0/C# 2, only with some extending can you use some .NET 3/C# 3 features
(WCF is the best known).<br>
<br>
It seems that Visual Studio 2008 is doing some tricks for you when you have a
.NET 2.0 project, but use .NET 3/3.5 syntax. Like this:<br>
<br>
public string Test { get; set; }<br>
<br>
Just works in a .NET 2.0 project, same with lambda, while it is .NET 3/ C# 3
specs<br>
<br>
Ruud<br>
<br>
<o:p></o:p></p>

<div>

<p class=MsoNormal>On Wed, Mar 25, 2009 at 3:57 PM, Teravus Ovares <<a
href="mailto:teravus@gmail.com">teravus@gmail.com</a>> wrote:<o:p></o:p></p>

<p class=MsoNormal>The problem with Lamda Expressions isn't compiling to IL
2.0..   it's<br>
compiling in Visual Studio 2005.  Visual Studio 2005 will not compile<br>
Lamda Expressions at all.<br>
<br>
Regards<br>
<br>
Teravus<o:p></o:p></p>

<div>

<div>

<p class=MsoNormal><br>
On 3/25/09, Sean Dague <<a href="mailto:sdague@gmail.com">sdague@gmail.com</a>>
wrote:<br>
> Stefan Andersson wrote:<br>
> > Yo.<br>
> >=20<br>
> > =20<br>
> >=20<br>
> > Feeling a bit stupid here, but just realized that many C# 3.0
features =<br>
> (lambda expressions and inferred types, for example) compiles just fine t=<br>
> o the .Net 2 IL, so in practise, it can be used if the installed csc supp=<br>
> orts it.<br>
> >=20<br>
> > =20<br>
> >=20<br>
> > What I'm saying is that we can probably start using some C# 3.0
feature=<br>
> s already even on mono (I guess) without moving from .Net 2.0. Question i=<br>
> s, what features?<br>
> >=20<br>
> >=20<br>
> > Could any mono person have a look at what C# 3.0 constructs are
actuall=<br>
> y backwards compatible with .Net 2.0 on mono?<br>
><br>
> One approach would be to make a new unit test that used some of those<br>
> features, then it would be easy for people to test with their<br>
> environment.  I suspect mono 1.9.1 is still going to have issues, and
we<br>
> haven't committed to dumping it yet (as that's what is shipping in the<br>
> latest stable release of Ubuntu, which a lot of people are using).<br>
><br>
> The new Ubuntu release comes out in April with Mono 2.0.2, so we can<br>
> leave 1.9.1 behind in the near future.<br>
><br>
>        -Sean<br>
><br>
> --=20<br>
> Sean Dague / Neas Bade<br>
> <a href="mailto:sdague@gmail.com">sdague@gmail.com</a><br>
> <a href="http://dague.net" target="_blank">http://dague.net</a><br>
><br>
><br>
><o:p></o:p></p>

</div>

</div>

<p class=MsoNormal>> _______________________________________________<br>
> Opensim-dev mailing list<br>
> <a href="mailto:Opensim-dev@lists.berlios.de">Opensim-dev@lists.berlios.de</a><br>
> <a href="https://lists.berlios.de/mailman/listinfo/opensim-dev"
target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-dev</a><br>
><br>
><br>
><br>
_______________________________________________<br>
Opensim-dev mailing list<br>
<a href="mailto:Opensim-dev@lists.berlios.de">Opensim-dev@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-dev" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-dev</a><o:p></o:p></p>

</div>

<p class=MsoNormal><o:p> </o:p></p>

</div>

</div>

</body>

</html>