Archives
-
Silverlight .NET Support
The Silverlight team has released a new version today at the MIX with .NET support. Since Mike announced this Web developers are waiting for this new feature. What's New in Silverlight? … more
-
Orcas and JavaScript IntelliSense
I had a great discussion with Bertrand about the feature to have dynamically (Assembly Resources or on-the-fly created JavaScript files) added JavaScripts in IntelliSense available, too. Currently it … more
-
webinale 07
[I will be available for Microsoft Silverlight discussions at the webinale 07 conference in Ludwigsburg/Stuttgart to talk and discuss about the latest version of Silverlight presented at the Mix07 in … more
-
Visual Studio Orcas JavaScript IntelliSense
Bertrand has a great post about JavaScript IntelliSense with the next Visual Studio .NET code-name Orcas. I downloaded the bits to give it a try. Oh yes, it is working great when creating ASP.NET … more
-
AjaxPro more JSON compliant
I put the next beta version online to test the new JSON converters. I have added a new web.config paramter which will bring JSON converters to render a different output. <oldStyle> & … more
-
AjaxPro User Experience
DotNetSlackers creator Sonu Kapoor writes about Ajax.NET Professional: "In one my projects, I needed to use some Ajax functionality, so I thought I should try out AjaxPro and see how it works. … more
-
Rich Media Platform Comparison
I found a nice table which will show a comparison between Microsoft products and Flash/Flex: Features/Benefits Silverlight .NET Flash/Flex Rich 2D animation/graphics … more
-
Silverlight Support on Windows Mobile
I got several questions about when and if Silverlight (code name WPF/E) will be supported on Windows Mobile devices. The code name has included the word everywhere. Do you still remeber this: " … more
-
Microsoft Live Labs - DeepFish Experience
Some weeks ago I installed the DeepFish Technology Preview which will enhance existing mobile browsing technologies by displaying content in a view that is closer to the desktop experience. … more
-
Microsoft Silverlight
For all of you didn't noticed the name change of code name WPF/E, it is now Microsft Silverlight. Silverlight is a cross-browser, cross-platform plug-in for delivering the next generation of media … more
-
Download AjaxPro Beta with jQuery Support
I forgot to put the beta version online that will support jQuery and json.js from http://www.json.org. You can download the latest beta of the AjaxPro library at http://www.ajaxpro.info/download/ … more
-
AjaxPro and the jQuery JavaScript Provider
Because jQuery is a often used JavaScript framework I will have a provider available in the next release of Ajax.NET Professional that will render only the wrapper JavaScript files in the jQuery … more
-
Looking Forward to next AjaxPro Release
Some developers mentioned that it would be nice if Ajax.NET Professional could be more JSON compliant to use with some JavaScript frameworks that are not using the eval statement. And, if you have a … more
-
Tip #2 - Display JSON String from Object
Sometimes it is necessary to see i.e. the full result you will get inside the asynchronous callback function to see all properties. The AjaxPro JavaScript includes a method to convert a JavaScript … more
-
Tip #1 - Using AjaxPro.AjaxNoTypeUsage
If you want to hide name and assembly details of classes you return in your AjaxMethod simple add the AjaxPro.AjaxNoTypeUsage attribute as meta information: [AjaxPro.AjaxNoTypeUsage] public … more
-
Trackbacks, Who Is Linking You and where you should pay attention
Today I opened the turkish version of Google and did a search for something I cannot remember. The thing was that I didn't hit enter, instead I clicked on the button Google'da Ara. What I … more
-
jQuery and Ajax.NET Professional (AjaxPro)
jQuery is a fast, concise JavaScript library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to … more
-
Intel Software Network Videos using AjaxPro
I talked today with a Intel developer and he showed me where the are using Ajax.NET Professional JSON Library. The Intel Software Developer Network has it's own video library where you can see … more
-
JSON Hijacking and How Ajax.NET Professional (AjaxPro) Avoids these Attacks
There are a couple of web sites reporting about security issues that hackers can use to invoke AJAX methods or use the JSON output to get data from other web applications. Specificallly, these … more