原创 WPF Study Note 1: Introduction

MSDN links: 1. Markup Extensions and WPF XAML http://msdn.microsoft.com/en-us/library/ms747254.aspx   2. Resources Over

原创 "CLR Via C#" -- Read Note Part 01

Chapter 1 The CLR execution Model   1.JIT-Compiler At the first time calling on a IL method, the JIT-Compiler compiles

原创 const overloading in C++

In C++, a function's signature depends partly on whether or not it's const. This means that a class can have two member

原创 [SQL Server] 批量插入數據

在做大量數據流處理時,我們經常會遇到批量插入記錄的情況,下面收錄一些1. Bcp1> 創建一個DataTable(schema應和對應的DB Table一致), 或者創建一些臨時表2>向數據表中注入我們的數據3>按照以下辦法Call Bc

原创 Dependency Injection

技術資料: http://msdn.microsoft.com/en-us/magazine/cc163739.aspx   學習筆記: 1.背景 當在一個類A中創建另一個類C的實例時,我們一般需要一個初始化過程,當另一個類B創建C的

原创 Index and Statistics

Two mechanisms work together to optimize database queries   Sybase Manual: http://dcx.sybase.com/SA12_bd_en/dbreference

原创 Thread Synchronization - UI Thread and Worker Thread

From http://www.codeproject.com/KB/threads/UIThreadSyncWorkerThread.aspx 點贊 收藏 分享 文章舉報 __

原创 UDF (User-defined Function)

Sybase 15.0 or above supports UDF 點贊 收藏 分享 文章舉報 __Kevin__ 發佈了68 篇原創文章 · 獲贊 0 · 訪問量 5萬+

原创 計算機基礎理論優秀書籍收集

1. 《深入理解計算機系統》 作者: (美)Randal E.Bryant; David O'Hallaron    2. 點贊 收藏 分享 文章舉報 __Kevin__ 發佈

原创 Tekpub.com

  NDC2010 Videos http://tekpub.com/conferences/ndc2010 點贊 收藏 分享 文章舉報 __Kevin__ 發佈了68 篇原

原创 "CLR Via C#" -- Read Note Part 02

Chapter 3 Shared Assemblies and Strongly Named Assemblies   1. Strongly Named Assembly e.g. "MyTypes, Version=1.0.8123

原创 WPF Development: Frequently Used Types

  1. Microsoft.Practices.Unity.UnityContainer A simple, extensible dependency injection container   2. 點贊 收藏

原创 WPF Study Note 2: XAML Overview

XAML Elements Map XML namespace into CLR namespace.   Setting Properties   Attribute syntax   Property element synta

原创 [Dividend] Basics -- Part I

The important Dates of a Dividend http://www.investopedia.com/articles/02/110802.asp     點贊 收藏 分享 文章

原创 雲計算學習筆記 -- 讀《雲裏霧裏雲計算》之小結

《雲裏霧裏雲計算》-雲計算經典入門書籍,文中推薦論文資料如下:1. A Berkeley View of Cloud Computing : EECS-2009-282. Bigtable : osdi063. Chubby lock s