October 1, 2023

PureSourceCode

All technologies, only pure source code

Month: June 2014

5 min read

using System;using System.Text;using Google.GData.Client;using System.Net;using System.Xml;using System.Text.RegularExpressions;namespace BloggerDevSample{ class ConsoleSample { /** Lists the user's blogs. */ static void ListUserBlogs(Service...