Geeks With Blogs

@JoeMayo
  • JoeMayo Jennifer Ashley Mayo - Summa Cum Laude English/Creative Writing #CUDenverGrad about 12 hours ago
  • JoeMayo At my daughter, Jennifer's, graduation - CU Denver about 14 hours ago
  • JoeMayo Today, my son left Sprint and has a new HTC WP8 and WinRT tablet from AT&T about 3 days ago
  • JoeMayo Sprint's lack of support for Microsoft led me to leave them months ago - my wife and daughter did too about 3 days ago
  • JoeMayo @sv_code_camp Maybe t.co forced the text to be too long: https://t.co/SrMSVjtexy about 8 days ago
  • JoeMayo @jimmyjacobson Beyond def. I often wonder why PUT is important, especially when so many API's ignore it? about 8 days ago
  • JoeMayo @iamggreen diff between orig code, standards, and Twitter API changes over time - changing now would break existing code - I hear you though about 9 days ago

News
Joe Mayo Cloud and Glue Twitter
WinRtAuthorizer–A Better Way to do OAuth with LINQ to Twitter in Windows 8
Last July, I blogged about how to do OAuth in Windows 8 with LINQ to Twitter: http://geekswithblogs.net/W... A the time, that worked well, but was still not an optimal solution. It required setting up a page to handle a WebBrowser control, navigating to that page, authorizing, and then asked the user to copy a PIN into a text box to complete the dance. You still have to do that with desktop and Windows Phone apps, but not with Windows ......

Posted On Saturday, January 19, 2013 2:07 PM

Working with Timelines with LINQ to Twitter
When first working with the Twitter API, I thought that using SinceID would be an effective way to page through timelines. In practice it doesn’t work well for various reasons. To explain why, Twitter published an excellent document that is a must-read for anyone working with timelines: Twitter Documentation: Working with Timelines This post shows how to implement the recommended strategies in that document by using LINQ to Twitter. You should read the document in it’s entirety before moving on because ......

Posted On Sunday, September 2, 2012 8:29 PM

Refactoring Windows 8 Code-Behind to MVVM
In my previous post, Using LINQ to Twitter in Windows 8 Metro Apps, I cheated a little (some might say a lot) on my UI architecture by using code-behind. In this post, I’ll make it all better by showing you how to separate the model and interaction logic from the UI design – proper separation of concerns. I’ll accomplish this with a pattern, named Model-View-ViewModel (MVVM), which is widely used for WPF, Silverlight, and (soon) Windows 8 Metro Apps. I’ll start by discussing what MVVM is, move to ......

Posted On Monday, January 30, 2012 9:22 AM

Using LINQ to Twitter in Windows 8 Metro Apps
While the title of this post suggests focus on LINQ to Twitter, it also indicates that I’ll be discussing how to build a Windows 8 Metro application. The application itself will display a list of tweets from Twitter’s public feed. In the sections that follow, you’ll read background information on pre-requisites to understanding the post, learn how to get LINQ to Twitter working with Visual Studio 11, and then see a step-by-step on how the application is built. Getting Started You can build Metro ......

Posted On Thursday, January 26, 2012 10:11 AM

Creating a NuGet Package for LINQ to Twitter
Giovanni Bassi published the original NuGet package for LINQ to Twitter (L2T), which I'm appreciative of. Since then, I have yet to do a release myself, but that is changing now. The current version of LINQ to Twitter is stable enough for a release, so the time is right. I think there are a few aspects of a LINQ to Twitter NuGet package that aren't as simple as point at a project and your done, so I'll document my process here in case anyone else is interested. Getting Started I had played around ......

Posted On Monday, July 11, 2011 4:34 AM

DataSprings Blog Post

Here's a blog post by DataSprings on how to use LINQ to Twitter: http://bit.ly/jjmLZY.  It demonstrates how to authenticate with OAuth and how to use several of the APIs.

Joe

Posted On Monday, June 6, 2011 6:32 PM

Displaying Search Results With LINQ to Twitter and ASP.NET MVC
Sometimes, the way that LINQ to Twitter materializes queries into entities isn’t immediately clear. It’s easy to get confused until you see the patterns or make a correlation between the Twitter API results and their representations as LINQ to Twitter entities. In this post, I’ll explain some of the logic behind the design of LINQ to Twitter entities and demonstrate an example of one of the more oddly designed entity types, Search. Note: They'll be talking about MVC3 during multiple sessions at Tech-Ed. ......

Posted On Thursday, April 28, 2011 8:27 AM

Released LINQ to Twitter Beta v2.0.20

I released LINQ to Twitter Beta v2.0.20: http://goo.gl/1i97X.  Most of the items were bug fixes.  A couple items were new: Geo Search and I finished adding Asynch support for non-Silverlight APIs.

Joe

Posted On Sunday, March 6, 2011 8:24 PM

LINQ to Twitter Queries with LINQPad
LINQPad is a popular utility for .NET developers who use LINQ a lot. In addition to standard SQL queries, LINQPad also supports other types of LINQ providers, including LINQ to Twitter. The following sections explain how to set up LINQPad for making queries with LINQ to Twitter. LINQPad comes in a couple versions and this example uses LINQPad4, which runs on the .NET Framework 4.0. 1. The first thing you'll need to do is set up a reference to the LinqToTwitter.dll. From the Query menu, select query ......

Posted On Thursday, February 24, 2011 11:31 AM

Extensibility in LINQ to Twitter: Raw Queries
Today, I added a new extensibility feature to LINQ to Twitter, called Raw Queries. The Twitter API has historically changed suddenly and without warning, leaving 3rd party libraries, such as LINQ to Twitter deficient in full support. On occasion, LINQ to Twitter encounters bugs that leave users without a means for accomplishing specific tasks. Therefore, we need work arounds to allow users to quickly adapt to changes and new features. Raw queries include two points of extensibility: the ability to ......

Posted On Saturday, October 2, 2010 8:50 PM

Copyright © Joe Mayo | Powered by: GeeksWithBlogs.net | Join free