digitalmars.D - C# wish list
- bearophile (21/21) Sep 24 2012 Seen on Reddit: the wish list for C#:
- Paulo Pinto (8/29) Sep 25 2012 Thanks for the heads up. Time to give some votes out of my MSDN
http://visualstudio.uservoice.com/forums/121579-visual-studio/category/30931-languages-c-
try
{
// smth}
catch (RemoteException, NamingException , CreateException e)
{
// smth
}
here:
http://www.reddit.com/r/programming/comments/10eq96/nonnullable_types_vs_c_fixing_the_billion_dollar/
http://twistedoakstudios.com/blog/?p=330
----------------------------
http://visualstudio.uservoice.com/forums/121579-visual-studio/category/30935-languages-f-
open Module1(p = 100)
Bye,
bearophile
Sep 24 2012
On Tuesday, 25 September 2012 at 02:15:59 UTC, bearophile wrote:
http://visualstudio.uservoice.com/forums/121579-visual-studio/category/30931-languages-c-
try
{
// smth}
catch (RemoteException, NamingException , CreateException e)
{
// smth
}
here:
http://www.reddit.com/r/programming/comments/10eq96/nonnullable_types_vs_c_fixing_the_billion_dollar/
http://twistedoakstudios.com/blog/?p=330
----------------------------
http://visualstudio.uservoice.com/forums/121579-visual-studio/category/30935-languages-f-
open Module1(p = 100)
Bye,
bearophile
Thanks for the heads up. Time to give some votes out of my MSDN
account.
already supports generics. I wonder which use cases it would be
good for.
--
Paulo
Sep 25 2012








"Paulo Pinto" <pjmlp progtools.org>