Browse by Tags

All Tags » ajax (RSS)

Fast Streaming Ajax Proxy with GET PUT POST DELETE by Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5

I have enhanced my streaming Ajax Proxy with POST, PUT and DELETE features. Previously it supported only GET. Now it supports all 4 popular methods for complete REST support. Using this proxy, you can call REST API on external domain directly from your...
Filed under: , ,

7 tips for for loading Javascript rich Web 2.0-like sites significantly faster by Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5

Introduction When you create rich Ajax application, you use external JavaScript frameworks and you have your own homemade code that drives your application. The problem with well known JavaScript framework is, they offer rich set of features which are...

ASP.NET AJAX testing made easy using Visual Studio 2008 Web Test by Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5

Visual Studio 2008 comes with rich Web Testing support, but it’s not rich enough to test highly dynamic AJAX websites where the page content is generated dynamically from database and the same page output changes very frequently based on some external...
Filed under: , ,

Using of JSON Result in Asp.net MVC 1.0 by Mehfuz's WebLog

In a post few month back , i showed how can i simulate a callback using JQuery and ASP.NET with my experimental FlickrXplorer project. More detail on this can be found at the following URL http://weblogs.asp.net/mehfuzh/archive/2008/10/13/using-jquery...
Filed under: , , ,

Adaptive Rendering in ASP.NET MVC by Kazi Manzur Rashid's Blog

ASP.NET MVC comes with different action results for various purpose, but some times, you will find those are not adequate for your scenario, lets consider the following screenshot: When user navigates to a different tab or change the sort order or moves...

Web 2.0 AJAX Portal using jQuery, ASP.NET 3.5, Silverlight, Linq to SQL, WF and Unity by Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5

Dropthings – my open source Web 2.0 Ajax Portal has gone through a technology overhauling. Previously it was built using ASP.NET AJAX, a little bit of Workflow Foundation and Linq to SQL. Now Dropthings boasts full jQuery front-end combined with ASP.NET...

How to convince developers and management to use automated unit test for AJAX websites by Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5

Everyone agrees that unit testing is a good thing, we should all write unit tests. We read articles and blogs to keep us up-to-date on what’s going on in the unit test world so that we can sound cool talking to peers at lunch. But when we really sit down...
Filed under: , , ,

Using jQuery to do Ajax Form posts in Asp.net MVC by Mehfuz's WebLog

It is now official from a post by great Scott Guthrie that jQuery is bundled with Asp.net MVC Beta. jQuery is a tiny 15K JavaScript library that contains features from UI tweaks, DOM manipulation to full Ajax control. In my last post, I have shown how...

Create REST API using ASP.NET MVC that speaks both Json and plain Xml by Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5

ASP.NET MVC Controllers can directly return objects and collections, without rendering a view, which makes it quite appealing for creating REST like API. The nice extensionless Url provided by MVC makes it handy to build REST services, which means you...
Filed under: , ,

Asp.net MVC more Form post scenarios and Ajax by Mehfuz's WebLog

In the flickr explorer app made with Asp.net MVC and Athena , I was trying out some form post scenarios. In this post, I will add few things regarding MVC form post and A jax that is common to FlickrXplorer but can be used in general. Now, Asp.net MVC...

Open Source ASP.NET 3.5 AJAX Portal - new and improved by Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5

Last week I released a new version of Dropthings, my open source AJAX portal, that shows many fancy Web 2.0 features and showcases extensive use of ASP.NET 3.5, Workflow Foundation, C# 3.0 new language features, custom ASP.NET AJAX extenders, many performance...
Filed under: ,

ensure - Ensure relevant Javascript and HTML are loaded before using them by Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5

ensure allows you to load Javascript, HTML and CSS on-demand, whenever they are needed. It saves you from writing a gigantic Javascript framework up front so that you can ensure all functions are available whenever they are needed. It also saves you from...
Powered by Community Server (Non-Commercial Edition), by Telligent Systems