Browse by Tags

All Tags » AJAX (RSS)

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...

Silverlight 2 and System.Net.Sockets.Socket by Michael Schwarz

The new beta of Silverlight 2 introduces Sockets. The security model enforced by the System.Net.Sockets namespace in Silverlight 2 allows for a connection only back to the site or host of origin. So Silverlight 2 applications will be allowed to connect...

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...

How to... use Class Libraries with ASP.NET AJAX like AjaxPro by Michael Schwarz

Using Ajax.NET Professional (AjaxPro) you are able to put you AJAX methods wherever you want, if inside the Page class itself, any .NET class in the same project or as a reference class library. To generate the AJAX client-side JavaScript proxies the...

How to... move from AjaxPro to ASP.NET AJAX PageMethods by Michael Schwarz

In one of my last posts I blogged about the future of Ajax.NET Professional (AjaxPro) and that I'm not able to do further development on that project. A  lot of my readers feeling sad about this but I had to concentrate more on new technologies that...

Future of Ajax.NET Professional by Michael Schwarz

I'm happy to see that Ajax.NET Professional is used about 13.3% when using .NET related web applications . Starting with my first post Using a HttpHandler and Attributes to call C# methods in JavaScript in February 2005 the AJAX hype started around the...

Volta - Microsoft Live Labs by Michael Schwarz

On December 5th last year Microsoft Live Labs announced the Volta technology preview , a developer toolset for building multi-tier web applications using existing and familiar tools, techniques and patterns. You architect and built your application as...

Microsoft Silverlight 2.0 Wish List (part 2) by Michael Schwarz

I got a lot of feedback for my last post about Silverlight features that are currently missing . Because it is Christmas time we are allowed to wish everything we want, what we get is another thing. Here are some additional features currently missing...
More Posts Next page »