Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Software Blogs  >  Programming Blogs  >  Code Snippets programming Blog  > 

2010-04-24 10:35
Many COM APIs expose “indexed properties” which are essentially properties with parameters. C# will not allow you to declare indexed properties, but to the extent that non-C# API… Read More
2010-04-24 10:33
Many COM methods accept and return “variant” types, which are represented in the PIAs as object. In the vast majority of cases, a programmer calling these methods already knows t… Read More
2010-04-24 00:02
The dynamic keyword is a key feature of this release. It closes the gap between dynamic and statically-typed languages. Now you can create dynamic objects and let their types be determined a… Read More
2010-01-11 22:35
PHP password generator is a complete, working random password generation function for PHP. It allows the developer to customize the password: set its length and strength. Just include this f… Read More

Share the post

Code Snippets

×

Subscribe to Code Snippets

Get updates delivered right to your inbox!

Thank you for your subscription

×