Download 117+ PLR Products for Free
 

free ebook downloads
Subscribe by Email

Archive for the 'C#' Category

 Build a Program NowIn this lively, eye-opening, and hands-on book, all you need is a computer and the desire to learn how to program with Visual C# 2005 Express Edition. Featuring a full working edition of the software, this fun and highly visual guide walks you through a complete programming projecta desktop weather-reporting applicationfrom start to finish. Youll get an unintimidating introduction to the Microsoft Visual Studio development environment and learn how to put the lightweight, easy-to-use tools in Visual C# Express to work right awaycreating, compiling, testing, and delivering your first, ready-to-use program. Youll get expert tips, coaching, and visual examples at each step of the way, along with pointers to additional learning resources. (more…)

1 vote, average: 5 out of 51 vote, average: 5 out of 51 vote, average: 5 out of 51 vote, average: 5 out of 51 vote, average: 5 out of 5
  in C#, IT eBooks

This intuitive, self-paced learning title is designed to help any developer master the basics of object-oriented programming (OOP) with Microsoft Visual Basic.NET or Microsoft Visual C#. Unlike other books on OOP, this step-by-step guide provides readers with clear, peer-level language while it illustrates concepts with concrete, engaging examples, and coding practice exercises. Readers learn how to create and implement objects, master fully object-oriented design, migrate to Microsoft .NET programming and even create their own objects. (more…)

Core C# and .NET is the no-nonsense, example-rich guide to achieving exceptional results with C# 2.0 and .NET 2.0. Writing for experienced programmers, Stephen Perry presents today’s best practices for leveraging both C# 2.0 language features and Microsoft’s .NET 2.0 infrastructure.

Like all books in the Core Series, Core C# and .NET focuses on solving real-world problems with serious, non-trivial code. Perry’s broad, deep coverage ranges from new C# generics to Web services, from reflection to security. He systematically introduces the development of Windows Forms applications and the effective use of GDI+ graphics classes. He offers detailed guidance on data management with XML and ADO.NET, plus advanced coverage of threading, remoting, and code security. Finally, Perry presents an extensive section on Web development, covering ASP.NET, state management, HTTP requests, and much more. (more…)

2 votes, average: 3 out of 52 votes, average: 3 out of 52 votes, average: 3 out of 52 votes, average: 3 out of 52 votes, average: 3 out of 5
  in C#, IT eBooks

With C# Cookbook, 2nd Edition, you’ll be able to learn and improve your mastery of both the C# language and the .NET platform. This updated bestseller has been completely revised to account for C# 2.0, the latest version of this popular object-oriented programming language. It also includes more than 100 new code solutions (over 300 overall) to common problems and tasks that you’re sure to face as a C# programmer. Nearly every solution, or “recipe,” contains a complete, documented code sample showing you how to solve the specific problem, as well as a detailed discussion of how and why the underling technology works. This question-solution-discussion format is a proven teaching method, as any fan of O’Reilly’s “Cookbook” series can attest to. In fact, no other source offers a learn-as-you-go format quite like this. C# Cookbook, 2nd Edition is organized into 20 chapters, each of which focuses on a particular topic in creating C# solutions. (more…)

0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  in C#, IT eBooks

Learning to design objects effectively with C# is the goal of Beginning C# Objects: From Concepts to Code. This comprehensive yet approachable guide to object oriented programming using UML and today’s hottest programming language, which is C#. Beginning C# Objects: From Concepts to Code is a guide for anyone wanting to learn the C# language, beginning with the basics. It offers example case studies for those already familiar with C# that may prove useful. Presents object terminology and concepts, how to think in terms of objects, an introduction of object modeling, translating an object model into C#, and more. Beginning C# Objects: From Concepts to Code is written with programmers and also programming tutorials in mind, and is a natural candidate for academic selection for the teaching of C# and principled object-oriented programming. Time and again, software developers have attempted to master an OO programming language like Java by taking a course in Java, or by reading a book in Java, or by acquiring and using a Java integrated development environment (IDE) tool such as Forte, or Visual Café, or JBuilder, or Power J, or Kawa. However, there is something fundamentally missing: a basic understanding of what objects are all about, and more importantly, knowledge of how to structure a software application from the ground up to make the most of objects. (more…)

4 votes, average: 5 out of 54 votes, average: 5 out of 54 votes, average: 5 out of 54 votes, average: 5 out of 54 votes, average: 5 out of 5
  in C#, IT eBooks

Apply what you know about extreme programming and object-oriented design to learning C# and the Microsoft® .NET Framework on the fly. Author Ron Jeffries, a leading voice and practitioner in the extreme programming movement, demonstrates how to apply its key concepts—including the use of customer stories, customer acceptance tests, and “Spikes”—and the fundamental techniques of Simple Design, Test-Driven Development, and Refactoring to create practical, .NET-ready applications. You’ll also learn how to use NUnit, a unit-testing tool for .NET languages. This essential, high-level reference provides the expert guidance, hands-on insights, and downloadable code you need to build an XML editor, a database application, a Web service, and other useful applications—quickly extending your extreme programming expertise to .NET and helping you deliver business value right away. (more…)

1 vote, average: 5 out of 51 vote, average: 5 out of 51 vote, average: 5 out of 51 vote, average: 5 out of 51 vote, average: 5 out of 5
  in C#, IT eBooks

Learning a new programming language can be intimidating, especially if you need to get up and running with it quickly. If you are a current Java developer who needs to learn C#, this book is essential. Java and C# share many common characteristics and by focussing on the key similarities and differences between the two languages, From Java to C#: A Developer’s Guide enables you to use your existing knowledge of object-oriented concepts to learn C# efficiently and quickly. However, features of C# that are totally absent in Java are given the detailed description they warrant. This practical guide will help you move easily from Java and J2EE to C# and .NET concepts as quickly as possible.

From Java to C#: A Developer’s Guide:Allows Java developers to learn C# quickly by highlighting the differences and similarities between the two languages Contains extensive detailed coverage of features in C# that are not found in Java Has a useful introduction to the .NET platform and explains how the new architecture works Illustrated throughout with a wealth of code examples which are short yet comprehensive.

(more…)

0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  in C#, IT eBooks, Java

With the award-winning book Agile Software Development: Principles, Patterns, and Practices, Robert C. Martin helped bring Agile principles to tens of thousands of Java and C++ programmers. Now .NET programmers have a definitive guide to agile methods with this completely updated volume from Robert C. Martin and Micah Martin, Agile Principles, Patterns, and Practices in C#.

This book presents a series of case studies illustrating the fundamentals of Agile development and Agile design, and moves quickly from UML models to real C# code. The introductory chapters lay out the basics of the agile movement, while the later chapters show proven techniques in action. The book includes many source code examples that are also available for download from the authors’ Web site. (more…)

1 vote, average: 5 out of 51 vote, average: 5 out of 51 vote, average: 5 out of 51 vote, average: 5 out of 51 vote, average: 5 out of 5
  in C#, IT eBooks

The programming language C# was built with the future of application development in mind. Pursuing that vision, C#’s designers succeeded in creating a safe, simple, component-based, high-performance language that works effectively with Microsoft’s .NET Framework. Now the favored language among those programming for the Microsoft platform, C# continues to grow in popularity as more developers discover its strength and flexibility. And, from the start, C# developers have relied on Programming C# both as an introduction to the language and a means of further building their skills. The fourth edition of Programming C#–the top-selling C# book on the market–has been updated to the C# ISO standard as well as changes to Microsoft’s implementation of the language. It also provides notes and warnings on C# 1.1 and C# 2.0. Aimed at experienced programmers and web developers, Programming C#, 4th Edition doesn’t waste too much time on the basics. Rather, it focuses on the features and programming patterns unique to the C# language. New C# 2005 features covered in-depth include: Visual Studio 2005 Generics Collection interfaces and iterators Anonymous methods New ADO.NET data controls Fundamentals of Object Oriented Programming Author Jesse Liberty, an acclaimed web programming expert and entrepreneur, teaches C# in a way that experienced programmers will appreciate by grounding its applications firmly in the context of Microsoft’s .NET platform and the development of desktop and Internet applications. Liberty also incorporates reader suggestions from previous editions to help create the most consumer-friendly guide possible. (more…)

4 votes, average: 4.75 out of 54 votes, average: 4.75 out of 54 votes, average: 4.75 out of 54 votes, average: 4.75 out of 54 votes, average: 4.75 out of 5
  in C#, IT eBooks
mrblue, December 3, 2006 2 Comments

Are you ready to try your hand at programming games using C#? “Beginning C# Game Programming” is your ideal introductory guide?designed to jumpstart your experience with C# and DirectX 9. It includes the fundamental topics you?ll need to know and covers additional topics that you?ll find helpful along the way. Begin with a comprehensive look at programming with C#?from the basics of classes to advanced topics such as polymorphism and abstraction. Then it?s on to DirectX 9 as you learn how to create a basic framework and a Direct3D device. You?ll also cover DirectSound and DirectInput. Put your newfound knowledge to the test as you program a complete game!

(more…)

3 votes, average: 5 out of 53 votes, average: 5 out of 53 votes, average: 5 out of 53 votes, average: 5 out of 53 votes, average: 5 out of 5
  in C#, Game, IT eBooks
Feedback Form