Tagged Questions

2
votes
1answer
124 views

Delicious .NET API with C#

I would like to create a C# application (.net 2.0 due to the API) to post new bookmarks to Delicious. I found a library: http://netlicious.sourceforge.net/ but I can't find any sample files. I added ...
0
votes
3answers
375 views

How can I split an attribute's value within LINQ(-to-XML)?

I've been feeling like start doing some fun stuff with my delicious bookmarks and LINQ to XML, and I was wondering if there's a way to split the tag attribute within LINQ. What I've meant with split ...