Categories
27,February,2007
» 02
C# Quiz - Need for speed
B# .NET Blog
This quiz was derived from an old piece of code I reviewed for a student's project somewhere in the past. Actually, I was doing some perf-related work today, so I thought it might be useful to have a little
Filed under CSharp | on 2007 Feb 27
C# Quiz - call versus callvirt
B# .NET Blog
A little different quiz approach today; starting from IL :-). The question is pretty simple: when does the C# compiler emit a call instruction instead of a callvirt instruction? A little sample to illustrate
Filed under CSharp | on 2007 Feb 27
Tip/Trick: Url Rewriting with ASP.NET
ScottGus Blog
People often ask me for guidance on how they can dynamically "re-write" URLs and/or have the ability to publish cleaner URL end-points within their ASP.NET web applications. This blog post summarizes a
Filed under ASP.NET | on 2007 Feb 27
Does rebuilding a clustered index rebuild nonclustered indexes?
Ken Hendersons WebLog
This came up yesterday with one of our support engineers, so I thought I’d post a brief entry on it. On SQL Server 2005, using ALTER INDEX…REBUILD to rebuild a clustered index does not rebuild its nonclustered
Filed under Database,SQL | on 2007 Feb 27
Questions on SaaS
Ron Jacobs
Today I agreed to do a presentation to give my thoughts on SaaS – (That’s Software as a Service) for the uninitiated. It seems to me that most of the conversations I’ve heard around SaaS
Filed under Design, Architecture | on 2007 Feb 27
Pages: 1
» 02