Dissecting a C# Application: Inside SharpDevelop
by Christian Holm, Mike Kruger, Bernhard Spuida
Publisher: Wrox Press 2004
ISBN/ASIN: 1861008171
ISBN-13: 9781861008176
Number of pages: 538
Description:
Learn advanced .NET programming techniques by getting an insiders' look at a complete application!
SharpDevelop is a complete Integrated Development Environment, written in C#. It includes all the advanced features that programmers expect from a modern IDE and, of course, implementing these features has required some advanced programming techniques.
The developers who created SharpDevelop give you an inside track on application development with a guided tour of the sourcecode for SharpDevelop. They will show you the most important code features and explain how you can use these techniques in your own projects. You will gain valuable experience of building an application on this scale, learning from the decisions, mistakes, problems and solutions that lead to the current version on SharpDevelop.
Download or read it online for free here:
Download link
(3.8MB, PDF)
Similar books
- Goalkicker.com
The book is compiled from Stack Overflow Documentation, written by the people at Stack Overflow. Organized around concepts and use cases, this updated edition provides intermediate and advanced programmers with a concise map of C# and .NET knowledge.
(9669 views)
by Vijay Mukhi, Sonal Mukhi, Manish Purohit - BPB Publications
User-controls and the extensibility features offered by add-ins are probed in detail. The text covers controls-attributes, properties and events, creating a UI type editor, type conversion, designers, writing C# code, web controls, add-ins.
(21670 views)
by Joseph Albahari
An extensive online book on multithreading in C#. This tackles difficult issues such as thread safety, when to use Abort, Wait Handles vs Wait and Pulse, the implications of Apartment Threading in Windows Forms, using Thread Pooling, etc.
(18859 views)
by Jean Paul V.A
This book will give good designing edges to the developers and enhance their Object Oriented skills. Jean Paul V.A is a Software Developer working on Microsoft Technologies for the past 10 years. He has been passionate about programming...
(15063 views)