Categories
18,December,2006
» 12
CS Dev Guide: TextParts
Keyvan Nayyeri
As I described before, TextParts are a special type of TextTokens in blog application. You can use them to create some text shortcuts to replace them with a longer text when post is being rendered. In
Filed under Community Server | on 2006 Dec 18
Want Testable Code? Be Careful with Static State
Jeremy D. Miller -- The Shade Tree Developer : Design Patterns
This post isn't really a rant, more of a warning. I really, really think that testability should be a first class consideration for doing software design. From experience, retrofitting an existing
Filed under Design, Architecture | on 2006 Dec 18
Today I worked on a case where the customer was getting Error ' 8002801d ' Library not registered. The fix for this error was a pretty simple one. Just re-registered the asp.dll CMD> CD C:\WINDOWS\System32
Filed under ASP.NET | on 2006 Dec 18
WinForms != WebForms
Sorting It All Out
The question Peter asked was: Is there a DateTime Difference on WinForm and WebForm? I write a simply code to see the difference: this.label1.Text = DateTime.Now.ToString(); this.label1.Text += " " + System
Filed under ASP.NET | on 2006 Dec 18
Declaring architecture in the code
Inside Architecture
Code sits below the architecture. It is not an expression of architecture. Code realizes architecture, but is constrained by it. Therefore, it is entirely possible to declare the architecture in the code
Filed under Design, Architecture | on 2006 Dec 18
Pages: 1
» 12