C# .NET Anonymous Methods : Limitations
Although anonymous methods are similar to other methods, they have some limitations. In my previous posts, I have already mentioned some. Here are another two of them.
-
They cannot be a member method.
-
They cannot be an unsafe method.
While working with anonymous methods, keep the following things in your mind,
-
Do not attempt to jump out of an anonymous method.
-
Do not use a ref or out outer variable in an anonymous method.
-
Do not apply attributes to anonymous methods.
-
Do not use anonymous method with -= assignment operator.
Site for Bookmarks
One of my friends, knocked me on the IM today. He is an owner of a software house. They have developed a bookmark site. He told me to use it for a while and to say if there is any bug available. I found that it is a cool and simple bookmark site with some exiting features. But you must need Mozilla Firefox to use it. It incorporates a tool in the browser. I hope it will help you in many ways. And its FREE.
So far I have found out, pages, texts, images and videos can be bookmarked. You should take a look. And remember to send feedbacks.
-
Archives
- February 2009 (1)
- November 2008 (6)
- October 2008 (4)
- September 2008 (13)
- August 2008 (11)
- July 2008 (29)
- June 2008 (19)
- May 2008 (8)
-
Categories
-
RSS
Entries RSS
Comments RSS

