Allen Guest

try { MicrosoftRuleWorld(); } catch ( FailedException ex ) { tryAgain(); } finally { InstallLinux(); }
posts - 16, comments - 112, trackbacks - 19

My Links

News

Article Categories

Archives

Post Categories

.NET

December 2005 Entries

More AJAX
Looks like I am staying on my contract for another 6 months. While I am in the midst of finishing up my real projects, I am tasked with putting together an integration application with http://maps.google.com and City of Seattle address data. What is quite funny is that even though I am utilizing C# on the backend to perform my queries, the application is 80% javascript. Who would have thought we were be reverting back to the client so heavily? Personally, I find .NET's mechanism of the full page...

Posted On Thursday, December 22, 2005 5:20 AM | Feedback (0) | Filed Under [ Coding with C# ]

AJAX
I recently had the opportunity to dabble in a concept project utilizing AJAX and have been quite impressed with the implementation of a free library found at http://www.schwarz-interact... for 1.1 or http://dotnet2.schwarz-inte... for 2.0. Implementation is as easy as setting a reference to the library, adding an entry to your web.config and decorating the exposed methods. The decorated methods are exposed to your client side javascript. When those methods are called from Javascript,...

Posted On Friday, December 02, 2005 4:54 AM | Feedback (1) | Filed Under [ Coding with C# ]

Powered by: