Blog - .NET, ASP.NET, AJAX, Ruby and more

Category Archives: ASP.NET

Behavior Driven Development (BDD) with Cucumber and ASP.NET MVC

So as I’m sure you have guessed by my last bunch of posts, I’ve been hooked on Ruby and Rails development.  The more I use it, the more I love it.  I felt I was loving it a bit too much, so decided to divert my attention back to ASP.NET MVC for a while.  While [...]

Also posted in .NET, MVC, Ruby, Testing, Visual Studio | Tagged , | Comments closed

ASP.NET 4.0 AJAX Issues

I’ve been using ASP.NET AJAX 4.0 quite a bit lately in ASP.NET 3.5 applications.  I encountered two issues tonight, and I hope this post saves someone some grief. The first problem has to do with referencing the ASP.NET AJAX 4.0 library within an ASP.NET 3.5 application, and the second was a surprising data binding issue [...]

Also posted in AJAX | Tagged , , | Comments closed

ASP.NET AJAX 4.0 and the ScriptManager Control

I have been using ASP.NET AJAX 4.0 quite a bit lately, as I’m sure most of you are aware from my recent posts.  In those posts, I used standard HTML script references to show that ASP.NET AJAX is not reliant upon ASP.NET.  I realize that many of you are in fact using ASP.NET, and today [...]

Also posted in AJAX, WCF Data Services | Tagged , , | Comments closed

ASP.NET 4.0 AJAX – Preview 4 – Data Binding

Throughout the course of my introductory posts on ASP.NET AJAX 4.0, we looked at the new DataView control as well as the Sys.Observer class, which brings the Observer pattern to plain JavaScript objects.  The new ASP.NET AJAX release is very exciting offering powerful new features to take AJAX enabled applications to a new level.  In [...]

Also posted in AJAX, JavaScript, WCF Data Services | Tagged , , | Comments closed

ASP.NET 4.0 AJAX – Preview 4 – JavaScript Observer Pattern

In my last post on ASP.NET AJAX 4.0, we took a look at the new DataView ASP.NET AJAX control.  We saw that by using a DataView, we could easily bind data with JavaScript or declaratively with a few attributes.  In this post, we’ll look at another feature of the ASP.NET 4.0 AJAX Library, the Observer [...]

Also posted in AJAX, JavaScript | Tagged , , | Comments closed