Follow me on Twitter at Twitter.com/wbm
FYI, I'm blogging most of my stuff over at More Wally now.
You might want to add my rss feed to your reader at:http://morewally.com/cs/blogs/wallym/rss.aspx
ASP.NET - Wallace B. McClure

Wallace B. McClure

All About Wally McClure - The musings of Wallym on .NET, Sql, ASP.NET, and other crazy shenanigans

News

Personal Blog

Work Blog

.NET

Book Authors

Business

Family

Friends

Georgia Tech Bloggers

Personal

Browse by Tags

All Tags » ASP.NET (RSS)
ASP.NET Podcast Show #140 - ASP.NET 4.0 Ajax Databinding
Original Url: http://aspnetpodcast.com/CS11/blogs/asp.net_podcast/archive/2009/04/28/asp-net-podcast-show-140-asp-net-4-0-ajax-databinding.aspx Subscribe to Everything . Subscribe to WMV . Subscribe to M4V . Subscribe to MP3 . Download WMV . Download...
More things that I have learned with Azure
I've been working on this application to run on Windows Azure. I wanted to share a few things that I have learned. I'm not sure if I have missed these being covered else where, but I want to bring them up here for my own knowledge. I find that I remember...
More reminders / gotchas from the trenches with Azure
I've been working on setting up my VPC for Azure's March CTP. This is a fresh install. I had everything installed. Here are a couple of gotchas that you have to remember: SqlExpress needs to be running. I had the .\SqlExpress service turned off in my...
ASP.NET 4.0 AJAX - Caching Data on the client
One of the interesting new objects in ASP.NET 4.0 AJAX is the DataView. its a client side object which is associated with a display tag of some type. In my examples, I've been using a table. I assume it could be anything. One of the features of the DataView...
Twitter API - Submit a post in C#
I used C# and WCF, but I could have just as easily used an ASMX web service. This code is fairly simple. No I didn't write it initially. I found it online (Hey, we all have to start somewhere). I massaged it a little to fit my needs and boom, here it...
Why am I writing against the Twitter API directly?
Yeah, so some of my friends asked me why I am not using a twitter library instead of calling the api directly. Yeah, I'm wondering that to. Seriously, the reason why I am doing that is that .net libraries to call out to twitter that I tried under VS 2008...
Posted: Mar 24 2009, 07:00 PM by Wallym | with 2 comment(s)
Filed under: ,
ASP.NET 4.0 AJAX - Dynamic update to the DOM
As I was doing my talk on Saturday at the Atlanta Code Camp on data binding at the Atlanta Code Camp, there was a question about the DOM being updated. The question arose wondering if the DOM itself was really being updated. Thanks to Paul Lockwood, he...
Twitter API - Sending a Direct Message in C#
I tried writing some code to send a direct message using the Twitter API. It was a FAIL. I did some searching in google, and found this method below listed in a google group. I didn't write it, but it works, so enjoy. I plugged the method into my WCF...
ASP.NET 4.0 Preview 4 works fine in other browsers
When I first worked with the original ASP.NET 2.0 AJAX, some folks told me that it only worked with IE, which was wrong then. I decided to take a look at ASP.NET 4.0 Preview 4 in Chrome and Firefox. I looked at my an example dataview i'm working with...
Twitter API - Get a list of your friends in C#
I needed to call the Twitter API and get a list of friends. I thought I could do something similar to getting a list of posts, but alas, I had some stupid error in my linq to xml code. I futzed around with it for days to no avail. Finally, I decided it...
More Posts Next page »