stricte wrote 5 months ago: Everything you need to do is type: SELECT tablename FROM pg_tables WHERE tablename NOT LIKE 'pg_%' … more →
stricte wrote 9 months ago: First of all use vssadmin list shadowstorage command to check temp status. If you want to change the … more →
stricte wrote 11 months ago: To turn off hibernation in Vista Windows use command: powercfg /hibernate off Next use disk cleaner … more →
stricte wrote 11 months ago: After short search in goolge i’ve found this two methods: First: Create a BindingSource Put t … more →
stricte wrote 11 months ago: Want quickly get data from csv file. Each row as a object. With UTF8 support. With full control on c … more →
stricte wrote 11 months ago: If you are looking for ‘like’ operator feature in LINQ simple use ‘String.StartsWi … more →