*** Get Google Ads For Free > > ***
 

free ebook downloads
Subscribe by Email

Archive for the 'C#' Category

Crimson, October 2, 2008

In just 24 sessions of one hour or less, you will be able to begin effectively using WPF to solve real-world problems, developing rich user interfaces in less time than you thought possible. Using a straightforward, step-by-step approach, each lesson builds on a real-world foundation forged in both technology and business matters, allowing you to learn the essentials of WPF from the ground up. (more…)

5 votes, average: 1 out of 55 votes, average: 1 out of 55 votes, average: 1 out of 55 votes, average: 1 out of 55 votes, average: 1 out of 5
  in .NET, C#, IT eBooks
namanhem, September 30, 2008

It is nearly impossible today to write enterprise software without the use of one or more relational databases. Granted, there are cases when the data is transient and not stored in a database, but for the most part, software needs to consume and manipulate data in a database. It sounds easy, but there are hundreds of ways to connect software systems to databases and thousands of people who think they have the skeleton key for data access layers. Pro LINQ Object Relational Mapping in C# 2008 explains an efficient, repeatable way to apply industry design patterns to build scalable object–oriented data access layers.

(more…)

6 votes, average: 1.67 out of 56 votes, average: 1.67 out of 56 votes, average: 1.67 out of 56 votes, average: 1.67 out of 56 votes, average: 1.67 out of 5
  in .NET, C#, IT eBooks

Whether you need an approachable on-ramp to .NET or you want to enhance your skills, C# 3.0 Unleashed is a comprehensive, in-depth guide to the solutions you seek. You’ll learn to do more with the new tools that are available, including Visual Studio 2008 and the .NET Framework Class Libraries. Throughout this book, you’ll get a practical look at what can be the most useful tools for any given task. You’ll also learn common traps to avoid and learn insightful tips that will save you time and help you be more productive. (more…)

6 votes, average: 1 out of 56 votes, average: 1 out of 56 votes, average: 1 out of 56 votes, average: 1 out of 56 votes, average: 1 out of 5
  in C#, IT eBooks

The book also covers steering simulations and computational experiments; equipping old programs with graphical user interfaces; making computational Web applications; and creating interactive interfaces with a Maple/Matlab-like syntax to numerical applications in C/C++ or Fortran.

The highly qualified author argues that scripting with Python makes you much more productive, increases the reliability of your scientific work and lets you have more fun - on Unix, Windows and Macintosh.

All the tools and examples in this book are open source codes. The third edition is compatible with the new NumPy implementation and features updated information, correction of errors, and improved associated software tools. (more…)

Get the hands-on, step-by-step guide to learning the latest enhancements in Microsoft Visual C# 2008. Visual C#, one of the tools in Microsoft Visual Studio® 2008, is a modern programming language designed to deliver a productive environment for creating business frameworks and reusable object-oriented components. Whether you re a beginning programmer or new to the Visual C# programming language, you ll learn how to use the fundamental features of Visual Studio 2008 and gain a basic understanding of the latest enhancement of the Visual C# language. You ll work at your own pace through hands-on, learn-by-doing exercises, get started creating components and working Windows® applications, and build your knowledge as you start creating your first Visual C# based applications. You ll also explore how to create data management and Web-based applications. In each chapter, work through learn-by-doing exercises that demonstrate how, when, and why to use the many features of the Visual C# rapid application development environment. Includes a companion CD with code samples, data sets, and a fully searchable eBook. (more…)

The Ultimate Reference & Learning Guide for C# Developers! In depth and current overview of common challenges with C# Fluency with C# is essential for a career as a developer, however, a user-friendly and thorough resource can be difficult to locate. From helping you to assess your current skill level to reviewing with the goal of certification, to preparing for an interview, this guide will tell you the details of what you really need to know. Set yourself apart from other candidates and show that you have what it takes to land the job. More than just a rehash of Microsoft documentation and sales presentations, each section is based on project knowledge and experience gained on successful high-profile C# implementations.

Key interview and certification topics include:

*Language design goals
*3.2 C# 3.0 new language features
*Implementations
*Code libraries
*Language Integrated Query patterns.

(more…)

12 votes, average: 2.58 out of 512 votes, average: 2.58 out of 512 votes, average: 2.58 out of 512 votes, average: 2.58 out of 512 votes, average: 2.58 out of 5
  in C#, IT eBooks
Crimson, July 3, 2008

The book is aimed at novice programmers who wish to learn programming with C# and the .NET framework. The book starts with absolute programming basics. It then moves into Web and Windows programming, data access (databases and XML), and more advanced technologies such as graphics programming with GDI+ and basic networking. The book is divided into sections including:

  • The C# Language: Basic language skills using console application. Content moves from the absolute basics to fairly involved OOP skills.
  • Windows Vista Programming: Using basic Windows applications, reinforcing earlier OOP and debugging skills.
  • Web Programming: Putting together basic Web applications, highlighting differences between Web and Windows programming.
  • Data Access: Accessing all kinds of data sources from Web and Windows applications, including SQL usage, XML, file system data, and Web Services.
  • Additional Techniques: "The fun stuff", including Windows Presentation Foundation, Windows Workflow, Windows Communication Foundation, GDI+, networking, Windows Services, and so on.

(more…)

15 votes, average: 2.33 out of 515 votes, average: 2.33 out of 515 votes, average: 2.33 out of 515 votes, average: 2.33 out of 515 votes, average: 2.33 out of 5
  in C#, IT eBooks

In just 24 sessions of one hour or less, you will be up and running with Visual C# 2008. Using a straightforward, step-by-step approach, each lesson builds upon the previous one, allowing you to learn the essentials of Visual C# from the ground up.

Learn how to…

  • Use the powerful design environment of Visual Studio 2008
  • Design a feature-rich interface using components such as tree views and tabs
  • Create robust applications using modern error handling
  • Draw fast graphics using GDI+
  • Build a database application using ADO.NET
  • Distribute a Visual C# 2008 application

(more…)

13 votes, average: 2.46 out of 513 votes, average: 2.46 out of 513 votes, average: 2.46 out of 513 votes, average: 2.46 out of 513 votes, average: 2.46 out of 5
  in C#, IT eBooks

Beginning C# is a book that offers a lot of guidance, in a format that readers find intuitive to follow. The exercise-based format of the Wrox Beginning series has a strong following by all levels of readers, and is one that works very well in the classroom or home. Written by a veteran programming instructor, this is the perfect mix of tutorial, and hands-on coding new programmers are looking for - written from their point of view.

Beginning C# is written for those readers with no prior programming experience who want a thorough, yet easy to understand, introduction to C# and Object Oriented Programming. Dr. Purdum uses his 25 years of teaching experience to teach readers:

  • The C# syntax and concepts of Object Oriented Programming
  • How to design and write C# programs that are functional and embody safe programming practices
  • Tried and true tricks of the trade, from design concepts to debugging aids
  • And all of these goals are done in an easy-to-read and enjoyable manner
    and much more. Complete source code, examples, and discussion forms available at Wrox.com

(more…)

6 votes, average: 2.33 out of 56 votes, average: 2.33 out of 56 votes, average: 2.33 out of 56 votes, average: 2.33 out of 56 votes, average: 2.33 out of 5
  in C#, IT eBooks

 Get the hands-on, step-by-step guide to learning the latest enhancements in Microsoft Visual C# 2008. Visual C#, one of the tools in Microsoft Visual Studio® 2008, is a modern programming language designed to deliver a productive environment for creating business frameworks and reusable object-oriented components. Whether you re a beginning programmer or new to the Visual C# programming language, you ll learn how to use the fundamental features of Visual Studio 2008 and gain a basic understanding of the latest enhancement of the Visual C# language. You ll work at your own pace through hands-on, learn-by-doing exercises, get started creating components and working Windows® applications, and build your knowledge as you start creating your first Visual C# based applications. You ll also explore how to create data management and Web-based applications. In each chapter, work through learn-by-doing exercises that demonstrate how, when, and why to use the many features of the Visual C# rapid application development environment.

(more…)

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