< Browse > Home / Archive by category 'Programming'

| Mobile | RSS

C# how to open a file that is locked by another process

C# how to open a file that is locked by another process

If the file is locked by the process exclusively, it is not possible to open those files. But if the process holds only shared lock, we can open the file using c# using the following code

[ More ] Karthikeyan | Posted in Programming |
ASP .Net Wrappers for ExtJS javascript library

ASP .Net Wrappers for ExtJS javascript library

ExtJs (extjs.com) is a excellent javascript library for building rich UI interactive web applications using Ajax technology. The following C# ASP .net wrappers are availalble for the ExtJS library.

[ More ] Karthikeyan | Posted in Programming |