By tag: ToRead
0
kicks
Good SQL Articles To Read If You Can't Afford Books
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 fin...
0
kicks
Windows Services Can Install Themselves
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 wa...
0
kicks
ASP.NET MVC Preview: Using The MVC UI Helpers
Rob Conery goes over the new UI Helpers in the asp.net MVC framework.
0
kicks
Linq to Sql Surprise Performance Hit
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.