I'm currently working on a C# library to wrap up the bit.ly API so we can easily shorten URLs in .NET.
Availability
I'll host it on Google Code.
Stay tuned for more information!
Related Articles
- A new contributor updated bitly-dot-net, my .NET wrapper around the bit.ly API
- Using the bit.ly API with a .NET C# Wrapper Is Finally Easy
See ya
2 comments:
Just noticed:
// Hides default constructor to force the use of the overload
That's not needed at all. If you provide a parameterized constructor, the default constructor is not emitted by the compiler at all.
thanks for the lib!
Hi,
Yes I learned not long ago about this..
I'll change it, thanks for the comment!
Post a Comment