applications built on – Japanese Translation – Keybot Dictionary
TTN Translation Network
TTN
TTN
Login
Deutsch
Français
Source Languages
Target Languages
Select
Select
Keybot
15
Results
7
Domains
3 Hits
www.infoq.com
Show text
Show cached source
Open source URL
SafePeak is a plug-and-play Dynamic Database Caching Solution, designed to improve data access performance for
Applications built on
SQL Server. It offloads the read queries and stored procedures which perform “Select” by dynamically caching in-memory result sets, thereby reducing read response time and overall database load.
Compare text pages
Compare HTM pages
Open source URL
Open target URL
Define
infoq.com
as primary domain
C#で単純な不変(immutable)クラスを作成するのは簡単だが、最終的には、効率のためにディープグラフを作成したいことがあるためビルダーで作成するべきである。もしくは、メソッドを作ることによって破壊できない更新を作成したくなるかもしれない。これらのビルダーとメソッドを作ることは非常に退屈なため、エラーが発生しやすくなる。Andrew L Arnott氏は、T4ベースのジェネレータに依存するソリューションを提供する。