Posts
All the articles I've posted.
My ExtJS Presentation at Microsoft’s Office in San Francisco Last Night
Published: at 08:00 PMRead moreAnother Great ExtJS Meetup in San Francisco!
Published: at 08:00 PMRead moreExtJS Meetup Tonight in San Francisco, Sample URLs of Running Code Here
Published: at 08:00 PMRead moreLINQ To SQL Very Slow Performance Without Compile (CompileQuery)
Published: at 08:00 PM<br/> In this article, it is shown how important it can be to use the CompileQuery class when using LINQ to SQL. Doing a simple query in LINQ to SQL verses ADO.NET is shown to run 37 times slower without taking advantage of the Compile feature in LINQ to SQL. If you are doing the same query over and over in LINQ to SQL, this is a no brainer. I'm surprised I did not know this myself previously. <br/><br/> <img src='https://peterkellner.net/FilesForWebDownload/LINQToSQLVerySlowPerformanceWithoutCompi_88A7/image.png' alt='Performance of LINQ to SQL compiled verses not and ADO.NET' />
Read moreHow to Set JavaScript Programmatically on a Page in ASP.NET with Parameters
Published: at 08:00 PMRead more