|
.NET 2.0 for Delphi Programmers - Links
|
|
|
This book
Written by
Jon Shemitz
of Midnight Beach.
(Midnight Beach offers C# and Delphi contracting and consulting.) Tech review by Hallvard Vassbotn.
Published by Apress -
here's their page for this book.
You can buy it on Amazon.
Sample code from the book
Chapter 11's Regex Explorer
is a great way to experiment with FCL regexes..
Chapter 13's expression compiler takes strings like x^2 * sqrt(x)
and compiles them to functions that take a double and return a
double. I originally wrote this way back in 2002, for the
Delphi for .NET Preview Compiler - here's
the ReadMe
and the
original code
on the
Borland site,
and here's
a version that compiles under Delphi 2006.
Chapter 15's
Saturation project
demonstrates the use of a (System.Drawing.Imaging)
ImageAttributes
matrix to manipulate colors - gray scale, super-saturated, and 'anti-saturated' just
by changing nine numbers.
I mention
over 150 projects
in the book.
You can
download all the sample software
without buying the book.
Resources
My pubs page.
ECMA-334 - the
C# Language Specification.
ECMA-335 - the
Common Language Infrastructure standard.
The .NET chapter of Friedl's
Mastering Regular Expressions.
|
|
| |
|
Copyright © June 16, 2002..August 14, 2006 Jon Shemitz - jon@midnightbeach.com |