Stories recently tagged with 'ToRead'

Good SQL Articles To Read If You Can't Afford Books(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 3 years, 11 months ago

You have only $50 left and you can buy two DVDs or one SQL book, what do you do? I would buy the book but not every person has the same idea of a fun time. This is the reason why I present you with a bunch of links to articles which will give you very good info. some of this you won’t be able to find in a book anyway. read more...

1 comment |category: |Views: 395

tags: another

ASP.NET MVC Preview: Using The MVC UI Helpers (blog.wekeroad.com)

submitted by justin_etheredgejustin_etheredge(8539) 4 years, 5 months ago

Rob Conery goes over the new UI Helpers in the asp.net MVC framework. read more...

add a comment |category: |Views: 161

tags: another

Windows Services Can Install Themselves(codeproject.com)

submitted by simonebsimoneb(5450) 4 years, 5 months ago

Using the InstallUtil.exe utility that ships with the .NET SDK can be a real pain. It's rarely in the PATH so you probably have to hunt down the utility when you are working on QA and production servers as I do. Installing a Windows Service should be easier. In this short article, I'll show you a way to make your Windows Services install themselves without needing InstallUtil.exe at all. read more...

6 comments |category: |Views: 64

tags: another

Linq to Sql Surprise Performance Hit(jdconley.com)

submitted by jconleyjconley(650) 4 years, 5 months ago

JD outlines a classic case of making assumptions while performance tuning. It turns out there are cases where Linq To SQL can take longer to compile a query than the round trip to SQL. read more...

2 comments |category: |Views: 36

tags: another