Tag Archives: twitterizer

Intro to SQL # For Twitterizer

In this post we’re talking a little bit about an add-on tool for SQL called SQL #.  The idea is to give programmers useful functions in T-SQL and Enterprise Manager.  It is a library of CLR (Common Language Runtime) functions … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Twitterizer & .Net: Adding a feed to your website

Create a Twitter user: http://twitter.com/ Register your application: https://dev.twitter.com/apps/new This gives you:     <add key=”AccessToken” value=”blahblahblah”/>     <add key=”AccessTokenSecret” value=”blahblahblah”/>     <add key=”ConsumerKey” value=”blahblahblah”/>     <add key=”ConsumerSecret” value=”blahblahblah”/> Add it to your web.config Go to: http://www.twitterizer.net/downloads/ Download the Twitterizer package: … Continue reading

Posted in Uncategorized | Tagged , , | 8 Comments