Programming Skills-
C programming-
|
|
|
|
This book offers robust solutions for everyday programming tasks, providing all the necessary information to understand and use common programming techniques. It includes implementations and real-world examples of each data structure in the text and full source code on the accompanying website (http://examples.oreilly.com/masteralgoc/). |
|
|
|
|
Coding Standards For C |
Tells you about Good C programming Practices |
|
|
Just about every C programmer I respect learned C from this book. Unlike many of the 1,000 page doorstops stuffed with CD-ROMs that have become popular, this volume is concise and powerful (if somewhat dangerous) -- like C itself. And it was written by Kernighan himself. Need we say more? |
|
The C programming Tutorial |
A series of Web pages as a Tutorial. |
|
C++ Books
Book | Description | Download |
From the author of the indispensable Effective C++, here are 35 new ways to improve your programs and designs.Drawing on years of experience, Meyers explains how to write software that is more effective: more efficient,more robust, more consistent, more portable, and more reusable. In short, how to write C++ software that’s just plain better. | ||
SAMS Teach yourself C++ in 21 Days | "Sams Teach Yourself C++ in 24 Hours, Fourth Edition" is a hands-on guide to the C++ programming language. Readers are provided with numerous examples of syntax and detailed analysis of code, an excellent guide for beginning programmers. In just 24 hours, readers will learn about such fundamentals as managing I/O, loops and arrays, object-oriented programming, templates, and creating C++ applications- all in well-structured and easy-to-follow lessons. | Download |
C# programming-
This book has existed (in one form or another) since the first edition of C# and the .NET Platform was published in conjunction with the release of .NET 1.0 Beta 2, circa the summer of 2001. Since that point, I have been extremely happy and grateful to see that this text was very well received by the press and, most important, by readers. Over the years it was nominated as a Jolt Award finalist | Download | |
The text starts by introducing the event-driven programming style, in which we write code to respond to users interacting with the forms we create. The second chapter goes through the steps of building an application using Visual Studio .NET, while the third presents user interface controls. Chapters 4, 5, and 6 cover the basics of C#. | Download | |
Jeff Richter brings his well-known flair for explaining complicated material clearly, concisely and accurately to the new areas of the C# language, the .NET Framework, and the .NET common language runtime. This is a must-have book for anyone wanting to understand the whys and hows behind these important new technologies. — Jim Miller (lead program manager, common language runtime kernel, Microsoft) | Download | |
The Programmer's Heaven C# School book covers the .NET framework and the C# language. Starting with the basics of the language, it goes on to cover object oriented programming techniques and a wide range of C# languages features including interfaces, exceptions and delegates. | Download | |
Microsoft promises a groundbreaking development with the introduction of the .NET architecture. This programming environment clearly has the potential to be a major player in the programming universe. The .NET framework promises all kinds of things that advanced programmers have been clamoring for, such as a simplification of the C++ syntax, an easy−to−use object model, and integration of databases into programming languages | Download |
Java
Herbert Schildt is the world’s leading programming author. He is an
authority on the C, C++, Java, and C# languages. His programming books
have sold more that 3 million copies worldwide and have been translated
into all major foreign languages. In this completely up-to-date volume,
Herb Schildt, shows you everything you need to know to develop,
compile, debug, and run Java applications and applets.Download
ASP.NET
Before you can code an ASP.NET website, you need to master a small set of fundamental skills. In this part, you’ll consider the .NET Framework, which supports every .NET application (Chapter 1), the Visual Studio design tool that helps you build and test websites (Chapter 2), and the ASP.NET infrastructure that makes websites work (Chapters 3, 4, 5, and 6). | Download |