Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Encrypt your AJAX traffic using Microsoft Silverlight and Ajax.NET Professional

    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 namespace on the client – before it was not very easy...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 11-13-2008, 12:00 AM
    Filed under: AJAX, Ajax.NET, ASP.NET, .NET, JavaScript, Source Code, JSON, Silverlight
  • DNS, Zigbee, XBee, Web, SMTP and POP classes in my MSchwarz Toolkit for .NET Micro Framework

    As I wrote already some days ago I'm currently working on a library that will offer networking features that I'm missing in .NET Micro Framework. All features are first implemented in desktop .NET Framework 3.0 and then modified to fit the smaller .NET Micro Framework . The Zigbee/XBee C# implementation...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 11-11-2008, 12:00 AM
    Filed under: AJAX, .NET, Source Code, .NET Micro Framework
  • Wake-on-LAN from a .NET Micro Framework Device

    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 helper methods samples on the Internet but I couldn...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 03-09-2008, 12:00 AM
    Filed under: AJAX, Ajax.NET, .NET, Source Code, .NET Micro Framework
  • Silverlight 2 and System.Net.Sockets.Socket

    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 only to the host from which they were downloaded...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 03-07-2008, 12:00 AM
    Filed under: AJAX, Security, Source Code, Silverlight
  • How to... use Class Libraries with ASP.NET AJAX like AjaxPro

    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 AjaxPro library checks for all public methods inside...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 01-09-2008, 12:00 AM
    Filed under: AJAX, Ajax.NET, ASP.NET, .NET, JavaScript, Atlas, Source Code, HTML, UI
  • How to... move from AjaxPro to ASP.NET AJAX PageMethods

    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 will revolutionize web application development...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 01-08-2008, 12:00 AM
    Filed under: AJAX, Ajax.NET, ASP.NET, .NET, Web 2.0, JavaScript, Atlas, Source Code
  • Volta - Microsoft Live Labs

    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 a .NET client application, assigning the portions...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 01-03-2008, 12:00 AM
    Filed under: AJAX, ASP.NET, .NET, Web 2.0, JavaScript, Source Code, JSON, HTML, Silverlight, MVC
  • MVC Web Application and JSON

    I like the MVC (Model View Controller) framework which is available as a public CTP, now. You can download the latest bits with the ASP.NET 3.5 Extensions CTP Preview . You will find further links at Scott Guthrie's posts tagged with MVC . While playing around I tried to create a simple Web page that...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 12-19-2007, 12:00 AM
    Filed under: AJAX, .NET, JavaScript, Source Code, JSON, Mobile, HTML, jQuery, MVC
  • PrettyPrint Fiddler2 Plugin (Alpha)

    I put a first alpha version of the PrettyPrint Fiddler2 plugin online. There are still some problems with regular expressions and lines that don't end with a semicolon, and some unknown maybe... How to install? First install Fiddler2 , system requriements are Windows 2000 / XP / 2003 / Vista with Microsoft...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 08-01-2007, 12:00 AM
    Filed under: AJAX, JavaScript, Source Code
  • ASP.NET AJAX Roles and Security

    David Barkol writes on his blog about ASP.NET AJAX Role Application Service with Visual Studio 2008 (Orcas). Well, it is a new service that is working similar to the profile and authentication service. As it is very easy to call it from the client-side JavaScript code you should be a little bit more...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 07-30-2007, 12:00 AM
    Filed under: AJAX, Ajax.NET, ASP.NET, .NET, JavaScript, Atlas, Security, Source Code
Page 1 of 3 (30 items) 1 2 3 Next >