Martinez
5 posts.
- Why SQL TOP may slow down your query and how to fix itABSTRACT This article shows that adding a TOP clause to the SQL SELECT query may greatly increase its execution time. It also shows very effective…
- How to add attributes to classes generated by LINQ2SQL or Entity Framework?INTRODUCTION In these days Microsoft developers tend to compose their Data Access Layers using LINQ2SQL or Entity Framework most of the times. The good…
- Using custom font in WPF applicationINTRODUCTION Some time ago I needed to display some text in my WPF application using a custom font. As a custom font I see a font that is not installed in…
- GroupJoin method tutorialINTRODUCTION Some time ago I published an article describing in very little details GroupBy method that comes with LINQ framework. Now I want to show you…
- LINQ: GroupBy method tutorialINTRUDUCTION It has been almost 2 years since LINQ was officially released by Microsoft. It was another brilliant idea of Anders Hejlsberg – the lead…
