为什么会有如题的感叹呢?其实,我们本来只是想和大家探讨一下TDD in HTML & JavaScript的可行性和最佳实践.首先想到用blog,可是,既然我只是想讨论,如果写一个blog一定很短,并且没有直接有价值的内容,所以,往首页放貌似是不合适的.但是不放首页其实没有几个人能看到的.就算我厚脸皮放到首页,也是很快就会被沉下去的.那么,别的呢?博问?看起来只是给新手问问题的?小组?我不... Read More
posted @ 2010-07-10 20:56
Teddy's Knowledge Base
Views(2677)Comments(29)Diggs(4)
“Google Tracer” is a HTML & JavaScript application, tracing the blog you are reading with Google Web Search. You should be able to see it running in the left navigation panel in my blog. It is visible only when you are reading any of my blog posts. Technically, it is just googling the title of a post as the search keyword through the Google AJAX Search API. Read More
posted @ 2010-07-01 23:54
Teddy's Knowledge Base
Views(2395)Comments(7)Diggs(3)
“j” means it is about JavaScript;
“q” means it is about jQuery & jQuery plugins;
“MVC” means it is about MVC pattern;
“#” means it is about C#;
“j”+”#”means it is about Script#; Read More
posted @ 2010-06-20 01:08
Teddy's Knowledge Base
Views(2200)Comments(1)Diggs(3)
In this article, let’s practice applying LRU caching in an enterprise application for different business cases. Background Firstly, let’s assume we have a User table in database and there ... Read More
posted @ 2010-02-24 22:07
Teddy's Knowledge Base
Views(1794)Comments(9)Diggs(2)
Background Caching is an very important topic in enterprise-level multi-tier application, especially for web application. A general rule for applying caching is you should consider do necessary cachin... Read More
posted @ 2010-02-23 23:52
Teddy's Knowledge Base
Views(1728)Comments(1)Diggs(2)
E-Appointments is a Microsoft ASAP (Aspiring Software Architects Program) Case Study Implementation using the latest .NET 3.0 Technologies and proven Microsoft patterns and practices like Software Factories and Enterprise Library.
In this article, I’m going to enhance this application using NIntegrate, to demonstrate how to enhance WCF configuration management and how to make a WCF based distributed application support dynamic query easier and more maintainable in real enterprise distributed Read More
posted @ 2010-02-20 22:44
Teddy's Knowledge Base
Views(1849)Comments(2)Diggs(4)