CSharpFeeds - All your C# feeds in one place.

Monday, August 02, 2010

London “Guathon” Event with Me on August 13th

by ScottGu via ScottGu's Blog on 8/2/2010 5:33:13 PM

The (awesome) UK developer community is holding an all day event with me in London on August 13th.  The event is free to attend, and the venue will be in Central London (at the ODEON Covent Garden).  The website for the event is here. Content The event will be a packed day of presentations covering VS 2010, ASP.NET 4, ASP.NET MVC, and Silverlight for Windows Phone 7.  Below is the list of talks: VS 2010 and ASP.NET 4 (90 minutes) A demo heavy talk that covers some o ...

[ read more ]

C#: More On Array Variance

by Paulo Morgado via Paulo Morgado : C# on 8/2/2010 12:06:26 AM

In a previous post, I went through how arrays have are covariant in relation to the type of its elements, but not safely covariant. In the following example, the second assignment is invalid at run time because, although the type of the objectArray variable is array of object, the real type of the array is array of string and an object cannot be assigned to a string. object[] objectArray = new string[] { "string 1", "string 2" }; objectArray[0] = "string 3"; objec ...

[ read more ]

Subscribe

New Feed

Product Spotlight

Recently Updated Sources

Legal Note

The content of the postings is owned by the respective author. CSharpFeeds is not responsible for the contents of the postings. This site is automatically generated and cannot be reviewed for abusive content. If you find abusive content on CSharpFeeds, please contact us. Designated trademarks and brands are the property of their respective owners. All rights reserved.

Advertise with us