-
Rock!
-
I don't really care about Linux (jk), but MonoDevelop is working on my Mac and Windows. I've been playing with MonoDevelop on my Mac. The key is that MonoDevelop is running on Windows. Check it out at http://monodevelop.com/ . Wally
-
I'm always trying to learn something new, especially on the business side of a relationship. I came across this article: http://www.cioinsight.com/c/a/IT-Management/Does-CIO-Behavior-Derail-Intentions-526614/ with this quote: Unconscious Motivator...
-
Microsoft is talking about search again. Last month, they were saying that their search results were just as good as google . Now, its Bing will save the day. It will do this, and this, and this....... Geez it sounds like a bunch of developers talking...
-
Since no one else has said it, I will. Visual Studio 2010 Beta 1 and .NET 4.0 Beta 1 are on msdn for subscribers. Just stay off until my download is complete. ;-)
-
Its an interesting dynamic to watch developers attempt to talk to each other. Very rarely during the course of heated discussions is there any concept of reason or being polite to each other. Now, let me be the first to say that this dynamic is not anything...
-
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...
-
I'm working on binding data from twitter into a grid with ASP.NET 4.0 AJAX in my Windows Azure application. One thing I need to do is to create bound links. Off the top of my head, I'd just use an <a href='url/{{ link }}'>.........
-
Subscribe to everything . Subscribe to MP3 audio . Download . Original Url: http://aspnetpodcast.com/CS11/blogs/asp.net_podcast/archive/2009/04/01/asp-net-podcast-show-139-david-penton-and-pat-helland-audio.aspx Show Notes: Pat Helland: http://blogs.msdn...
-
If you are not familiar with it, CodeStock is June 26-27 in Knoxville, TN. If you have not submitted your talk, do so now. Run, don't walk over to http://www.codestock.org/Speakers.aspx and submit your session. Session submissions are due by the end...
-
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...
-
Have you gotten this type of error in Windows Azure: Since entity type ' ObjectName ' has one or more etag properties, If-Match HTTP header must be specified for DELETE operations on this type. If so, the fix is really simple. The problem is that...
-
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...
-
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...
-
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...