While it is easy to get carried away with using LINQ to SQL, developers have the responsibility to understand what is going on under the hood and to ensure that things are running as smoothly and efficiently as possible.
Jeff Wilcox has a detail blog post on unit testing Silverlight applications. I can’t wait to try this out. Looks very promising, since I was worried that I wouldn’t be able to test the UI.
For help with debugging ASP.NET issue especially on production servers. The following 2 blogs provide very valuable information as to inner working of ASP.NET.
Stepehn Walther has a great in depth blog post on the lifecycle of an ASP.NET MVC request. You will need to dedicate several minutes to reading this in-depth, but it certainly is worth it.
I came across Moq a mocking framework specifically designed for .NET 3.5. You know when you hear that lambda expressions are going to be used heavily…and they are.
But, that’s a good great thing. You just need to start using it in a couple of tests and bam! before you know it, it will seem intuitive to you.
Oh and btw the document is not bad at all and full of examples to get you started.
CSS can be a very tricky and complicated subject. Using it for layout sometimes can get hairy and quite frankly you can often get lost with so many style classes.
Here is a great link to an online CSS reference that explains the ins and outs of CSS
Microsoft has released a new version of the SQL Server 2005 Best Practices Analyzer tool. The tool is from a Database Administrator’s (DBA) perspective and not from an architect nor developer’s perspective.
There is a lot buzz about the Semantic Web. The possibilities that it offers are very exciting. The following is great intro video to answer the question, what is it, and what can it do for me?