My experiences with ASP.NET Dynamic Data
Posted by Martyn at 3/23/2009 2:47:59 PM
Not long ago I had no idea what the point of ASP.NET Dynamic Data was. I simply could not 'grok' it, until very recently when I tried using it for a client's CMS.
Read MoreTags: ASP.NET | DynamicData
ASP.NET MVC released
Posted by Martyn at 3/20/2009 2:12:03 PM
Nice to see that finally ASP.NET MVC has been released! Been using it since the very first preview, and it's been a blast.
Read MoreTags: Silverlight | MVC
Consuming ADO.NET Data Services from jQuery
Posted by Martyn at 3/10/2009 6:23:28 PM
One thing that has certainly sped up my development time is using ADO.NET Data Services with my AJAX. Instead of having to build controller actions or a web service to grab the data, i can just consume it from the data service directly.
Read MoreTags: jQuery | DataServices