Michael's Blog
ASP.NET and Embedded Development
Sign in
|
Join
Home
About
RSS
Atom
Comments RSS
Search
Tags
.NET
.NET Micro Framework
AJAX
Ajax.NET
ASP.NET
Atlas
DLR
Google
HTML
IE
JavaScript
jQuery
JSON
Mobile
MVC
Security
Silverlight
Source Code
UI
Vista
Visual Studio
Web 2.0
WPF
WPF/E
WPFE
XSS
News
Navigation
Home
Blogs
Archives
April 2011 (1)
September 2010 (2)
April 2010 (1)
January 2010 (1)
October 2009 (2)
September 2009 (2)
July 2009 (1)
June 2009 (2)
April 2009 (1)
March 2009 (1)
February 2009 (3)
January 2009 (2)
December 2008 (1)
November 2008 (10)
October 2008 (3)
September 2008 (11)
August 2008 (5)
July 2008 (19)
April 2008 (8)
March 2008 (19)
February 2008 (4)
January 2008 (7)
December 2007 (10)
November 2007 (5)
August 2007 (4)
July 2007 (11)
June 2007 (24)
May 2007 (4)
April 2007 (18)
February 2007 (6)
January 2007 (14)
December 2006 (11)
November 2006 (14)
October 2006 (9)
September 2006 (11)
August 2006 (1)
July 2006 (11)
June 2006 (14)
May 2006 (17)
April 2006 (13)
March 2006 (2)
February 2006 (5)
January 2006 (2)
November 2005 (20)
October 2005 (18)
September 2005 (21)
August 2005 (21)
July 2005 (5)
June 2005 (7)
May 2005 (10)
April 2005 (15)
March 2005 (2)
February 2005 (3)
January 2005 (2)
December 2004 (3)
October 2004 (1)
August 2004 (3)
July 2004 (4)
June 2004 (6)
April 2004 (4)
February 2004 (4)
January 2004 (7)
December 2003 (2)
November 2003 (3)
March 2003 (4)
My Links
Pocket PC: WIS Bar
Pocket PC: XP Shutdown
Ajax.NET Professional (AjaxPro)
AjaxPro @ CodePlex
IEC 61850
Michael's Blog (German)
ZigBee Smart Energy Blog
June 2005 - Posts
97
Comments
Ajax.NET is an open source project, now!!
by
Michael Schwarz
First of all I want to thank you for your help to improve the free Ajax.NET library by sending feedback and ideas. I am happy to give the .NET developers an easy and fast way to implement AJAX methods in their projects. I had a lot of requests about the...
20
Comments
AJAX in Microsoft ASP.NET 2.0
by
Michael Schwarz
As you can read on the Microsoft Product Feedback Center the idea of adding AJAX support to Whidbey is to late. But Microsoft will think about it: Thank you for your suggestion. AJAX is defininitely gaining attention and is something that the team has...
19
Comments
Ajax.NET and enums, XmlDocument,...
by
Michael Schwarz
With the free Ajax.NET Library you can use enums, now. I will export the value as an string: enum MyType{ Unkown, Starting, Stopped, Killed } MyType x = MyType.Starting; // this will return "Starting" on the client-side I also fixed the XmlDocument return...
18
Comments
Ajax.NET is now supporting all build-in types
by
Michael Schwarz
Sorry, I still forgot some types. Now, I added all build-in types. You can download the latest Ajax.NET Library at http://ajax.schwarz-interactive.de/ . The current version is 5.6.3.1. [Serializable] public class MyClass { public int a = 9; public long...
15
Comments
Ajax.NET and HtmlControls, Request Cache, Namespace Mappings,...
by
Michael Schwarz
I have released the next version of the free Ajax.NET Library . You can download the latest version 5.6.2.1 at http://ajax.schwarz-interactive.de/ . The new features are: System.Web.UI.HtmlControls support as arguments and return value to support client...
6
Comments
StackOverflowException workaround for Guids (was: System.Data.DataSet Bug)
by
Michael Schwarz
I got some emails saying System.Data.DataSet will throw a StackOverflowException. I tried several databases and tables, but I never got this error. Now, I found the difference: they are all using System.Guid. I have already fixed this in the next version...
7
Comments
Ajax.NET support in future .NET versions??
by
Michael Schwarz
I added the Ajax.NET idea to the Microsoft Product Feedback Center: http://lab.msdn.microsoft.com/ProductFeedback/viewFeedback.aspx?feedbackId=FDBK28434&lc=1033 If you are thinking that the idea of Ajax.NET using attributes to create proxies for client...
More Posts