摘要:
Dependency Injection and Repository Pattern 1. Dependency Injection , we have a great article "here" and also we have a framework with the name which 阅读全文
摘要:
Process About the Development of CodeFirst by using EF CodeFirst 1. we need to define the Model. These Model will be mapped to the DB. Code Sample: 2. 阅读全文
摘要:
Note About myPassword 1. how to binding table rows to an array Sample code 2. ng click eventhandler function, we can pass parameters to it. Sample cod 阅读全文
摘要:
Learning Notes Aout EF For SQL Server Code First here we suggest two atricles : "article1:" , "article2:" 1. We create the POCO(Plain Old CLR Object) 阅读全文
摘要:
Configure VSCode to support Jquery JQuery extension 1. open vscode ,select the extensions, type jquery, javascript(E6). then install & enable. restart 阅读全文
摘要:
DirectX History breif history 1. "DirectX in Wiki" . it is a collections for these APIs: Direct3D, DirectDraw, DirectMusic, DirectPlay, DirectSound, a 阅读全文
摘要:
OO concept about JavaScript concept about the properties of objects 1. DataProperty & AccessProperty DataProperty: Configurable, Enumerable,Writable,V 阅读全文
摘要:
Tesseract OCR Tuitor environment preparement 1. get the tesseract dll, nuget from vs. 2. get the test data, we can get it from "github" Start to write 阅读全文
摘要:
What is the difference between static,relative, absolute,fixed we can refer to this link: "expand" 阅读全文
摘要:
How to call a function asynchronizly in C Page1 Delegate.begininvoke, endinvoke BeginInvoke and EndInvoke we use four ways to process the asynchronoze 阅读全文