Google Developers Blog: dot net
COLLECTED BY
Organization:
Internet Archive
These crawls are part of an effort to archive pages as they are created and archive the pages that they refer to. That way, as the pages that are referenced are changed or taken from the web, a link to the version that was live when the page was written will be preserved.
Then the Internet Archive hopes that references to these archived pages will be put in place of a link that would be otherwise be broken, or a companion link to allow people to see what was originally intended by a page's authors.
The goal is to
fix all broken links on the web .
Crawls of supported "No More 404" sites.
A daily crawl of more than 200,000 home pages of news sites, including the pages linked from those home pages. Site list provided by
The GDELT Project
The Wayback Machine - https://web.archive.org/web/20181009171439/https://developers.googleblog.com/search/label/dot%20net
By Dan Ciruli, Google Cloud Platform Team
We strive to make our APIs accessible to anyone on any platform: ReST, HTTP and JSON mean that from nearly any language on nearly any hardware, you can call any of our APIs. However, to be truly useful on many platforms, it helps to have a client library -- one that packs a lot of functionality like handling auth, streaming media uploads and downloads, and gives you native language idioms.
Today, we are announcing General Availability of the Google APIs Client Library for .NET.
This library is an open-source effort, hosted at NuGet , that lets developers building on the Microsoft® .NET Framework to integrate their desktop or Windows Phone applications with Google’s services. It handles OAuth 2.0 integration, streaming uploads and downloads of media, and batching requests. For more than fifty Google APIs , it is the easiest way to get access for any Windows developer. Whether you are plugging Google Calendar into your .NET Framework-based application, translating text in a Windows Phone app or writing a PowerShell script to start Google Compute Engine instances, the Google APIs Client Library for .NET can save you tons of time.
Want to try it out? Visit the Getting Started tutorial. Want to hear more about about using Google’s services from .NET? Follow the Google APIs Client Library for .NET blog here .
Dan Ciruli is a Product Manager in the Cloud Platform Team intent on making developers' lives easier.
Posted by Louis Gray , Googler
We are proud to announce a new release of the Google Data API .NET SDK. This new release, version 1.6, adds support for the latest Contacts and Documents services, as well as support for Google Analytics. It also sports a very easy to use ResumableUpload component to support those gigantic YouTube Videos that you are dying to upload, as well as other services that support this feature, like Google Documents. For a complete list of changes and bugfixes: http://google-gdata.googlecode.com/svn/trunk/clients/cs/RELEASE_NOTES.HTML To download this release: http://code.google.com/p/google-gdata/downloads/list (it comes in versions for Windows, Mono and Windows Mobile). If you want to report bugs or request features: http://code.google.com/p/google-gdata/issues/list Happy codingBy Frank Mantek, Google Developer Team
Our very own Martin Omander can be found guest starring over at the O'Reilly Windows DevCenter . Martin has written a detailed and enjoyable tutorial on implementing a .NET application using the Google Checkout API . Insightful reading for Google Checkout users, even those that work on a different platform or in a different programming language. Read the full article at: Build a .NET App for Google Checkout .