Debugging tips & tricks

You might wish to see what is happening under the hood, when your Xaja application is running. Two basic tricks could help you.
using Cz.Mvvm.Net.Xaja; using Cz.Mvvm.Net.Xaja.Contract.Debugging; using Cz.Mvvm.Net.Xaja.Default.Debugging; using System.Web; namespace WebApplication1 { public class Xaja : XajaHttpHandler { protected override ICommunicationListener GetCommunicationListener(HttpContext context) { return new DebugCommunicationListener(); } } }

XAJA
XAJA Basics
Advanced
Contact