|
|
Browse by Tags
All Tags » ASP.NET » Atlas » Ajax (RSS)
Showing page 1 of 2 (12 total posts)
-
I'm speaking this week at TechEd New Zealand, and TechEd Australia.
As part of my talk, I show how Microsoft AJAX offers object oriented LIKE behavior. There are a ton of examples that I have build over the years on this subject, and the entire project is hosted on CodePlex.com/ScottCateAjax
SideLine: This demo is included in the CodePlex ...
-
Here is the code sample I used last night to show off and talk about the ASP.NET AJAX Functionality that is built into ASP.NET 3.5.
This project has been built over the years with samples that I've created for conferences, and users groups around the world.
If you were in San Diego for the user group, or are just interested in checking out tons ...
-
Developing ASP.NET AJAX (or any AJAX really) is tremendously easier if you can watch the traffic going across the wire. There are a lot of ways to accomplish this, but I think Fiddler is the most popular Windows application for ASP.NET developers. Sure there is Firebug, and probably a million others, but this post is about Fiddler).
Over the last ...
-
Using Ajax.NET Professional (AjaxPro) you are able to put you AJAX methods wherever you want, if inside the Page class itself, any .NET class in the same project or as a reference class library. To generate the AJAX client-side JavaScript proxies the AjaxPro library checks for all public methods inside a specified type that are marked with the ...
-
In one of my last posts I blogged about the future of Ajax.NET Professional (AjaxPro) and that I'm not able to do further development on that project. A lot of my readers feeling sad about this but I had to concentrate more on new technologies that will revolutionize web application development.
My recommendation is to move to ASP.NET AJAX ...
-
I'm happy to see that Ajax.NET Professional is used about 13.3% when using .NET related web applications. Starting with my first post Using a HttpHandler and Attributes to call C# methods in JavaScript in February 2005 the AJAX hype started around the world. Two months later I renamed the project to Ajax.NET and added nearly all features that are ...
-
Simone has finished the survey and published the results of the survey about the usage of AJAX among .NET web developers. The results are very interesting. The most used AJAX toolkit is ASP.NET AJAX with about 73.7% followed by the AJAX Control Toolkit which is used by almost half of the .NET developers that are using AJAX.
The second mosed used ...
-
Simone Chiaretta had a look at the results of Ajaxian's survey about the state of the usage in the Web development community. He decided to make a new survey, but this time only focused on .NET developers.
Please click here to take the survey and vote for your AJAX library you are using in production or development.
He will collect the results ...
-
I love working with the new objects in JavaScript available in the AJAX framework. There is a new Sys.StringBuilder, which looks/acts/feels just like the server side StringBuilder does.
There is also an extention to String for a format(mask, [args]); method that let's you do a nice relacement of a string mask.
String.format(''{0} is before ...
-
Rob Bagby, MSDN Developer Evangelist, will present Silverlight 1.0 on Wednesday, 15th August at 11:00 AM Pacific Time (US & Canada). In this session, we present an overview of Microsoft Silverlight 1.0. We discuss everything from how to set up your development and JavaScript programming environments to the relationship between Silverlight 1.0 ...
1
|
|
|