Michael's Blog
ASP.NET and Embedded Development
-
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