So nicely step by step blogged by Eric Lippert for “Covariance and Contravariance” as “Fabulous Adventures In Coding”
Archive for 9537
WAW!!! What a serie of blog posts for "Covariance and Contravariance" – C# Future…
Posted by: abu | December 16, 2008 | No Comment |C# Dynamic – CSharp’s new feature of the coming version 4.0
Posted by: abu | December 15, 2008 | No Comment |Very good resources for the coming version…
Sam Ng
Chris Burrows
Eric Lippert
- The Future of C# Part One
- The Future of C# Part Two
- The Future of C# Part Three
- The Future of C# Part Four
PDC
- TL16: The Future of C#
- Anders Hejlsberg
- TL10: Deep Dive: Dynamic Languages in .NET
- Speaker: Jim Hugunin
- TL11: An Introduction to Microsoft F#
- Speaker: Luca Bolognese
- TL12: Future Directions for Microsoft Visual Basic
- Speaker: Paul Vick and Lucian Wischik
- TL44 IronRuby: The Right Language for the Right Job
- Speaker: John Lam
- TL46: Microsoft Visual C# IDE: Tips and Tricks
- Dustin Campbell
- TL54: Natural Interop with Silverlight, Office and Python
- Alex Turner
- TL57: A Panel on the Future of Programming Languages
- G. Bracha, D.Crockford, A. Hejlsberg, E. Meijer, W.Schulte, J. Siek
"What NEXT?" – Visual Studio 2010 and with C# 4.0 and VB.NET 10.0 (Oslo)
Posted by: abu | November 29, 2008 | No Comment |“What’s Next?” – Everybody is interested to know about new and upcoming things. While I purchase new thing, I could not wait to use. Previously I was curious to know abour Whidbey, Orcas, WinFx ( Indigo, Avalon)… Next???
Now it is the case for Oslo too.
Now after PDC 2008, may many of us come to know about Visual Studio 2010.
“10” – this one very significant number for football player or hockey player; only the most important player are getting No. 10 as their jersey number.
Yes, this time, it is “10” – Visual Studio 2010, VB.NET 10, Visual Studio 10 is the NEXT.
Here are some very useful links related to this.
http://blogs.msdn.com/kirillosenkov/archive/2008/11/20/links-about-visual-studio-2010-and-c-4-0.aspx
http://weblogs.asp.net/pgielens/archive/2008/10/27/the-future-of-c-4-0.aspx
http://code.msdn.microsoft.com/csharpfuture
http://code.msdn.microsoft.com/csharpfuture/Wiki/View.aspx?title=Home&version=4
C# Language Enhancement
C# 3,0 LINQ
C# 3.0 and LINQ With Language Extention
C# Dynamic Language Enhancement
C# 4.0 can be found on the Downloads page. The CSharpDynamic samples include several projects showing how to use Dynamic with Office, IronPython and other technologies. There is also a covariance and contravariance example, and an example show how to use the new IDynamicObject interface to create native C# objects that can be called dynamically.
The document New Features in C# 4.0 is a high level description of the additions to the C# language, and the samples are designed to show off the new language features, particularly around the dynamic scenario.