Browse by Tags

All Tags » Ajax.NET (RSS)

Results of AJAX Statistic for .NET Development by Michael Schwarz

Simone has created another survey concerning AJAX usage with ASP.NET. The results are available, now, and it is really interesting to see that there are only small changes in the use of AJAX libraries for ASP.NET developers. The most used Ajax/JS library...

Ajax.NET Professional and ASP.NET MVC by Michael Schwarz

Sean Lin has written about how Ajax.NET Professional (AjaxPro) can be used with ASP.NET MVC and what you have to change to get it working. Anyway, I have been using Ajax.NET since .NET 2.0, as well as since .NET 3.5. I haven't found a good reason to switch...
Filed under: , , ,

Ajax.NET M! (mobile edition) cancelled by Michael Schwarz

Some months ago I started to implement an Ajax.NET Professional version for .NET Compact and Micro Framework. Some weeks later I decided to build a library with several network related features and I’m now moving the Ajax.NET M! to this new project at...

Encrypt your AJAX traffic using Microsoft Silverlight and Ajax.NET Professional by Michael Schwarz

Some of you maybe remember that I had added some security related features in Ajax.NET Professional . It is possible to put an AJAX token or to simple encrypt the data that gets over the lines. With Silverlight we get the System.Security.Cryptography...

ASP.NET Memory Issues by Michael Schwarz

Tess Ferrandez who is an escalation engineer in product support services (PSS) at Microsoft was helping a colleague out with an OOM (OutOfMemory) situation he was dealing with. The problem was that their applications memory usage would grow over time...
Filed under: , ,

Ajax.NET and IIS 7 Integrated Mode by Michael Schwarz

As there are some questions on how to run Ajax.NET on IIS 7 (i.e. Windows Vista) in integrated mode instead of classic mode here are two things you have to check: First check that the IIS_ISSRS group has access to your Web site folder. If you are using...
Filed under: , ,

Wake-on-LAN from a .NET Micro Framework Device by Michael Schwarz

Well, I love the easy development of embedded devices with the .NET Micro Framework. As the device I'm currently using is really small I tried to build a small Web site on it to start my private servers at home using Wake-on-LAN . You'll find a lot of...

My own small .NET Micro Framework Web Server by Michael Schwarz

While developing my small Ajax.NET M! library for creating Web applications that run on the .NET Micro Framework I have started to write my own Web server. Some years ago I wrote a simple SMTP/POP server and using some code from there was a great help...

Ajax.NET M! - The .NET Micro Framework AJAX Library by Michael Schwarz

The embeddedworld2008 is over and I had some time to play around with Microsoft .NET Micro Framework devices. I can remember that I had a look on it during the first available betas on Microsoft Connect, but then stopped watching it because of the missing...

LINQ to JSON by Michael Schwarz

James has published a first beta of LINQ to JSON support in his Json.NET library . It looks very similar to my LINQ support in an internal build of Ajax.NET Professional which never has been released.   List < Post > posts = GetPosts(); JObject...
More Posts Next page »