-
Recent Posts
Recent Comments
Archives
Categories
Meta
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
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