July 2007 - Posts
1- Writing a web adapter public override bool DoAction(Microsoft.Ccf.Csr.HostedWebApplication.WebAction action,ref string data) { data = System.Web.HttpUtility.UrlEncode(data); return base.DoAction (action, ref data); } 2- In the agent desktop config
Read More...
Yes we have TXs over file system and Registry starting windowsvista. This is all doable now . thanks for Kernel TransactionManager I can now save images or log files on NTFS and put it in thesame TX with saving data in DB. The excellent part is , until
Read More...
There are 2 types of TXs (and they are not atomic and longrunning) 1- Within my borders 2- Across borders 1- Within my borders means that simply I have control overall the resources and parties that take place in this TX. It is within myborders so I should
Read More...