Public static List SelectAll() where T : class { try { using (NWindDataContext context = new NWindDataContext()) { var table = context.GetTable(); return table.ToList(); } } catch (Exception) { throw; } } and Use Of it: public void UpdateDataGrid() { dataGridView1. DataSource = Repository.SelectAll(); }.
Or at least for each of these queryies/linq-sql statements. That definitely solved it for me. I had this problem in .
NET 3.5 SP1. NET 4.0 has this bug fixed.
I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.