Browse by Tags

All Tags » MICROSOFT » ASP (RSS)

Unexpected results with Compiled Queries and LINQ to SQL by stefan.sedich

SOLUTION: Ok fired up SQL profiler and see my problem, the non compiled query seems to not evaluate the query until you actualy use the object. But the Compiled version is hitting the database straight away. And as I was not using this data the non compiled...
Filed under: , , , , , , ,

ParameterizedThread in .NET 1.1 by stefan.sedich

Had a problem where I wanted to run a function in a thread but it expected multiple params. So I went around making the ParameterizedThread Class which helped me to execute this method. The Class: Public Class ParameterizedThread Private m_Method As ...
More Posts