Welcome to MSDN Blogs Sign in | Join | Help

July 2007 - Posts

How To Trim the extra data that CCF2.6 injects into the query string
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...
Transactional registry and Transactional NTFS
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...
Transactions and SOA
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...
Page view tracker