Welcome to Sol 3 Sign in | Join | Help

ASPInsiders

Aggregation of ASPInsiders and Microsoft ASP.NET team member blogs.

Browse by Tags

All Tags » Web 2.0   (RSS)
VSTS 2008, Web Tests and using Fiddler
I have been doing some performance and load testing of a web application I have been working on lately. Most of my previous experience was with the 2005 flavour of VSTS and I was keen to play with the 2008 version to see what improvements have been made. Read More...
Profiling your AJAX Applications using AjaxView
Don't know if this has already been discussed at length before, but I found an interesting little tool from Microsoft Research for profiling the Javascript functionality in your AJAX applications. Its called AjaxView and can remotely monitor any AJAX Read More...
Remix in Oz
Remix , is heading downunder and registrations are now open. You can register here .This event is especially cool for the many people who did not get a chance to attend the actual Mix event in the United States (which is many of us). Dates and locations Read More...
How to... move from AjaxPro to ASP.NET AJAX PageMethods
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 Read More...
Everywhere Microsoft Silverlight
To prepare my laptop for the next weeks I reinstalled my last image to get rid of all the beta software I tried the last months. Oh, I have to install Silverlight to be able to develop and show some demos. While visiting some web sites from Microsoft Read More...
Future of Ajax.NET Professional
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 Read More...
Volta - Microsoft Live Labs
On December 5th last year Microsoft Live Labs announced the Volta technology preview , a developer toolset for building multi-tier web applications using existing and familiar tools, techniques and patterns. You architect and built your application as...( Read More...
Ajax View: Remotely Monitoring Web 2.0 Applications
I'm using Ajax View more and more and find it very useful. The goal of the Ajax View project is to improve developer's visibility into and control over their web applications' behaviors on end-user's desktops. The Ajax View approach is to insert a server-side Read More...
AJAX Control toolkit and TFS Presentations
Tuesday 30th October and Wednesday 31st October, I am doing a presentation on the AJAX Control Toolkit . It is part of the readify developer network series of presentations. I am doing a primer presentation which is more introductory and runs for a relatively Read More...
Dodgy Debugging
In a previous post , I mentioned an obscure ASP.NET issue that had me scratching my head for a while. In order to track it down, I had to resort some dodgy debugging techniques which I wouldn't call exactly scientific nor particularly complex, but they Read More...
Some more JavaScript Intellisense issues in VS2008
I was experiencing the issues described here where I was getting no colourisation of JavaScript and no Intellisense. I applied the fix mentioned in the post but it didn't work. Turned out I was missing the file itself file C:\Program Files\Microsoft Visual Read More...
Obscure ASP.NET Problem - AJAX Control Toolkit, CollapsiblePanelExtender, Image controls pages loading more than once....
Had an issue on a current project where a page was being loaded twice for each request, although it was a little different for each browser. Under IE, this particular page was loaded, then the 'Default.aspx' page in the same directory was loaded. In Firefox, Read More...