Free E-book: Dissecting a C# Application: Inside SharpDevelop
Posted
Friday, December 10, 2004 2:10 PM
by
Mischa Kroon
Dissecting a C# Application: Inside SharpDevelop
http://www.apress.com/free/download.html
Source code accompanying the book also available on that page.
Content:
The SharpDevelop team will show you how to:
- Build a highly modular application
- Provide a flexible, extendable, customizable user interface
- Manage the efforts of translators for efficient internationalization
- Represent and manipulate text efficiently
- Code search and replace functionality
- Construct reusable controls
- Implement a parser to provide syntax highlighting and auto-completion as users type
- Use reflection to access information about .NET classes
- Create a Windows Forms designer
- Generate code programmatically
( Was reminded of this e-book by this post by Jan Schreuders about #develop )