Directory Freebies VS CheatSheet Forum

RSS

Email

Translate

Home About Archive Privacy Contact Advertise Write for Dev102
Posted by Shahar Y on Nov 3rd, 2008 | Filed under .Net, C# | 43 Comments

I guess that most of you have already heard about Anders Hejlsberg introduction to the future of C#, taken place at PDC 2008. One of the core features introduced in C# 4.0 is called Dynamic Lookup which allows a unified approach to invoking things dynamically. Currently, when you call object methods or properties, the compiler checks that they exist and raises an error if they do not. With dynamic lookup, you can call any method or property, and they are not checked until runtime. C# 4.0 is extending towards the dynamic languages. Having an object, you do not need to worry about whether it comes from COM, Python, JavaScript or reflection, you just apply operations to it and leave it to the runtime to figure out what exactly those operations mean.


Continue Reading...
Posted by Amit on Jun 27th, 2008 | Filed under Misc., Technology & Internet | 13 Comments

I used to love using Digg, reading, submitting and digging. But no more! From now on I HATE them. I know Hate is a strong word, but hear me out and understand why I used this strong word.

On Friday the 13th of June I tried to submit one of my articles to Digg and I got the following error message:

This URL has been widely reported by users as being regularly used to spam Digg’s submission process and cannot be submitted at this time.

Weird I though to my self, probably just a glitch and right away I wrote an E-Mail to the Digg Support, here it is:


Continue Reading...
Write Article for Dev102

Write for Dev102!

We pay for user submitted tutorials and articles that we publish. Anyone can send in a contribution

Learn More