显示标签为“Cache”的博文。显示所有博文
显示标签为“Cache”的博文。显示所有博文

2009年4月10日星期五

April 10th-11th Links:Velocity,C#,SQL SERVER,ReSharper

.NET
    How to optimize passing complex data to the server

ASP.NET
    1) Favicon
    2) Titles And Meta Data
    Your page title is more important element for SEO and is also important so that users know what's on the page.Make sure it changes on every page and relate to that page's content.
    3) Cross-Bowser Checks
    4) Proofread
    5) Links
    6) Graceful Degradation
    7) Validation
    8) RSS Link
    The common conversion is to put a small RSS icon in the browser's address bar.
    9) Analytics
    10) Sitemap
    Adding a sitemap.xml file to your root directory allows the major search engines to easily index your website
    11) Defensive Design
    The most commonly overlooked defensive design element is the 404 page.
    12) Optimize

C#

Javascript

Velocity
    1) High Availability
    2) Notifications
    3) Local Caching
    4) Management & Monitoriting
    5) Better Integration

WEB

IE
    1) IE8 Opens More Connections Per Host Name
    2) IE8 Has a New Process Model
    3) All IE8 Tabls,Window and Pop-ups Belong To Same Browser Session
    4) The IE8 Process Model is Configurable
    5) Compatibility Workarounds for IE8
    6) New Built-in Developer Tools For IE9
    7) How to Use HttpWatch with IE8

ReSharper

SQL SERVER
    1. Logical Query Processing Phases- Order of Statement Excution
    1) FROM -> ON -> OUTER -> WHERE -> GROUP BY-> CUBE|ROLLUP->HAVING->SELECT->DISTINCT->ORDER BY->TOP

Other
    neXpert is an add-on to Fiddler which automates the classic performance best practice checks and produces a HTML report on the issues found in a Fiddler capture.
    3.4 Great Tools to use visual Studio

2009年2月16日星期一

February 17th Links: Cache,Programmer

Cache
1) Exploring Caching in Asp.net --by Abhijit Jana

Other:
1)  8 ways to be a better programmer in 6 minutes
      1. 在你使用的IDE中,设置一个比较大的字体(10pt-14pt).
      2. 将代码中的hard-coded设置成一个比较显眼的颜色
      3. 掌握一些自己不清楚的关键字,例如:yield
      4. 提高测试覆盖率(code-coverage)1%
      5. 阅读一些开源的代码
      6. 在你的代码中运行一些分析工具
      7. 将代码中一样不像样的代码重构
      8. 不但阅读代码,而且开始写,不但开始写,写完后编绎,运行