Make Easy Money From Your Blog, Heres How >>
 

free ebook downloads

Archive for the 'C#' Category

Networking is one of the core tasks of enterprise-level programming, and for the programmer familiar with the C# language this book will provide the information to put network programming at the heart of their .NET applications. Prior knowledge of network programming is not assumed, but the reader already familiar with networking from another environment will find the pace quick enough for the book to still prove valuable.This book will give the reader:

An understanding of the general concepts of networking
Information about network programming in .NET with C#
Skills to build network-based applications in .NET
The confidence to use the classes shipped with .NET to implement your own application-level protocols.

After reading this book, readers will be confident C# network programmers, and understand the underlying protocols.

We begin with an overview of the most important background material, such as the architecture of physical networks, network protocols, the OSI model, streams in .NET, and the classes provided to facilitate access to streams such as StreamReader and StreamWriter.

Then we move onto sockets programming, with an introduction to the concept of sockets, and full coverage of using sockets in .NET. We look at TCP, UDP, and using multicast sockets in .NET. We also look briefly at application-level protocols built on top of these layers, such as SMTP and FTP.

The next stop is Internet programming, with a look at HTTP, the underlying protocol of the Internet, and e-mail protocols – we look at the .NET classes for sending e-mails via SMTP, and we see how we can implement POP3 and NNTP clients in .NET to read mailboxes and newsgroups.

The book finishes with an exploration of how to secure network communications in .NET – encrypting network traffic, certificates and SSL, authenticating and authorizing users with NTLM and Kerberos.
(more…)

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

12 votes, average: 4.5 out of 512 votes, average: 4.5 out of 512 votes, average: 4.5 out of 512 votes, average: 4.5 out of 512 votes, average: 4.5 out of 5
  in .NET, C#, IT eBooks
mrblue, July 12, 2006

ASP.NET 2.0 is an amazing technology that allows you to develop web sites and applications with very little hassle, and its power and depth enable it to host even the most complex applications available. Using code examples in C#, this invaluable beginner’s guide shows you how to program web applications in ASP.NET 2.0 and see dynamic results with minimal effort.Through detailed explanations and working C# code examples, this popular author team eases you into the world of ASP.NET development and gradually introduces you to all sorts of interesting ASP.NET tricks and tools. You’ll quickly see how ASP.NET 2.0 is designed to ensure a significant reduction in the amount of code you have to write—and, in turn, to make your life easier.

What you will learn from this book

  • Why Visual Web Developer is an ideal environment for building feature-rich ASP.NET 2.0 applications with C#
  • How to secure web sites, providing login functionality and role-based access to content
  • Useful techniques for safely updating data, using ASP.NET 2.0’s built-in data handling capabilities
  • How centralized site design can be easily achieved
  • How to add e-commerce functionality to a site
  • Methods for enhancing an application’s performance

(more…)

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

3 votes, average: 2.67 out of 53 votes, average: 2.67 out of 53 votes, average: 2.67 out of 53 votes, average: 2.67 out of 53 votes, average: 2.67 out of 5
  in ASP, C#, IT eBooks

With the latest incarnations of ASP.NET 2.0 and SQL Server 2005, programming dynamic data-driven websites with Microsoft technologies has become easier and much more efficient than ever before. Fewer mouse clicks and fewer lines of code can now enable more powerful features and the tools you need – Visual Web Developer 2005 Express Editions and SQL Server 2005 Express Edition – are free!

In this book you’ll learn how to best use the free development tools offered by Microsoft to build an online product catalogue with shopping cart, checkout, product searching, product recommendations, a control panel, customer accounts, order processing and much much more. You’ll learn how to handle payments by integrating PayPal, DataCash and VeriSign Payflow Pro into your site. We’ll also teach you how to expand your site’s product listing by expanding your product section through web services.

(more…)

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

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 ASP, C#, IT eBooks

Mastering .NET development is as much about understanding the functionality of the .NET Framework as it is about the syntax and grammar of your chosen language. Visual C# 2005 Recipes: A Problem-Solution Approach recognizes this fine balance. This book meets your need for fast, effective solutions to the difficulties you encounter in your coding projects.
The recipes included in this book have been chosen and written with emerging pros in mind. The book features an equal balance of code and text. The supplied code gives you everything you need to solve the problem at hand, while the accompanying text provides supporting information.

This is a fully up-to-date reference for .NET 2.0 programmers. All code comes as a stand-alone Visual Studio 2005 solution. The book even covers advanced concepts that take you past basic recipe solutions–you’ll be able to distill entire concepts and theories (more…)

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

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
iam.libra, July 7, 2006 2 Comments

These C# samples include:

  • Asynchronous/multithreaded programming
  • Socket Programming
  • Garbage Collection basics
  • Automating Internet Explorer in your applications
  • Encrypting and Decrypting data
  • Thread Pooling
  • Using Windows XP Themes

(more…)

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

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#, IT eBooks

Setting the standard for a premium C# reference, Microsoft Visual C# 2005 Unleashed provides practical examples for virtually every aspect of the C# programming language. The book is structured for progressive learning, so it can be read cover-to-cover or used as a comprehensive reference guide. You will be exposed to everything from low-level information on the Garbage Collector to advanced concepts, such as creating applications that use Enterprise Services, creating Web Services, and even advanced Windows GUI. Chapters include:

* Expressions and Control Structures
* UI Controls
* Code Access Security
* Remoting
* Peer-to-Peer Applications
(more…)

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

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

“With the application development community so focused on the Smart Client revolution, a book that covers VSTO from A to Z is both important and necessary. This book lives up to big expectations. It is thorough, has tons of example code, and covers Office programming in general terms— topics that can be foreign to the seasoned .NET developer who has focused on ASP.NET applications for years. Congratulations to Eric Lippert and Eric Carter for such a valuable work!”

(more…)

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

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, Office
mrblue, June 14, 2006 8 Comments

Professional C# 2nd Edition is now available. Professional C# 2nd Edition is a completely revised edition of this book, and is fully compatible with the final release of the .NET Framework. We strongly recommend that you order the new edition (Professional C# 2nd Edition, ISBN 1861007043) in preference to this edition. (more…)

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

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 is the book every C# developer needs to read to understand how to create effective Internet applications using ASP.NET. As recognized experts in the field, Jeffrey P. McManus and Chris Kinsman explain how to build applications through effective use of ASP.NET, XML, and ADO.NET.
In addition, this book will provide:

  • Information
    about the Common Language Runtime and .NET Foundation Classes, which
    form the building blocks for application development in the .NET
    universe
  • Practical C# code examples that illustrate operations used most often by
  • application developers
  • Thorough reference material to the objects available in the Foundation
  • Class libraries

(more…)

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

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 ASP, C#, IT eBooks, XML
mrblue, May 11, 2006

 Using many examples all on a common theme, this second edition of Windows Forms Programming with C# presents Windows application development in a step-by-step, easy to follow format. Written for beginner and intermediate programmers eager to get their hands dirty, the text covers fundamentals like labels, buttons, and tool strips, as well as advanced concepts like owner-drawn lists, custom controls, and two-way data binding.

The book is a tutorial, leading the reader through Windows application development using C# and Visual Studio .NET. It illustrates how the classes in the .NET Framework interact in a fully functional application. Material added for the second edition includes coverage of the .NET 2.0 Framework, extender providers, cryptographic classes, and application deployment.

(more…)

If you liked this post, buy me a beer. (Suggested: $3 a beer or $7.5 for a pitcher)

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 .NET, C#, IT eBooks
Feedback Form