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
  • 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
  • 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
  • Authentication and Session

    In my current project I'm using a own User object that I store in the HttpContext.Session to have personalized data available without connecting on each AJAX method / page refresh to the database. If the session will end because of timeouts, Web server resets/crash or application pool recycle this data...
    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, Security, Source Code
  • Throw new Exception with AjaxPro

    Last Friday I had a discussion with Kris about some problems he had with Ajax.NET Professional. The thing was that he was using Response.Write somewhere in his code to write exception details to the output, but that failed because the result was not a JSON response. The simpliest way to get exception...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 07-30-2007, 12:00 AM
    Filed under: AJAX, Ajax.NET, .NET, JavaScript, Source Code
Page 1 of 2 (20 items) 1 2 Next >