Logo

Dissecting a C# Application: Inside SharpDevelop

Large book cover: Dissecting a C# Application: Inside SharpDevelop

Dissecting a C# Application: Inside SharpDevelop
by

Publisher: Wrox Press
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.

Home page url

Download or read it online for free here:
Download link
(3.8MB, PDF)

Similar books

Book cover: Fundamentals of Computer Programming with C#Fundamentals of Computer Programming with C#
by - Telerik Software Academy
This book aims to provide novice programmers solid foundation of basic knowledge regardless of the programming language. The book covers the fundamentals of programming that have not changed significantly over the last 10 years.
(19130 views)
Book cover: Threading in C#Threading in C#
by
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.
(18416 views)
Book cover: C# for Sharp KidsC# for Sharp Kids
- Microsoft Corporation
This book teaches you about the C# language. Writing programs is Fun! This e-book will have you coding your very own C# programs in no time! With fun cartoons and easy to follow code samples, you'll be creating your own inventions in no time!
(20337 views)
Book cover: Data Structures and Algorithms with Object-Oriented Design Patterns in C#Data Structures and Algorithms with Object-Oriented Design Patterns in C#
by - SOMA Networks
Author promotes object-oriented design using C# and illustrates the use of the object-oriented design patterns. The book shows how these patterns are used to create good software designs. Written for second- and third-year students.
(20401 views)