using System; using System.Linq; using System.Collections.Generic; using System.IO; namespace ConsoleApplication5 { class Program { static void Main(string[ args) { using (Test1 db = new Test1(Settings1.Default.ConnectionString)) { StreamWriter sw = new StreamWriter(@"d:\log.txt"); sw.AutoFlush...