|
|
ActiveSocket Network Communication Toolkit by ActiveXperts Software - HTTP, HTTPs, FTP, ICMP, SNMP Get/GetNext/Set, SNMP Traps, NTP, RSH, Telnet and more
|
Visit ActiveSocket Web Site
Download ActiveSocket Network Communication Toolkit
Books about Network Programming
Advanced .NET Remoting, Second Edition
  |
Title: |
Advanced .NET Remoting, Second Edition |
  |
Author(s): |
Ingo Rammer, Mario Szpuszta |
|
Publisher: |
Apress |
|
ISBN-10: |
1590594177 |
|
ISBN-13: |
978-1590594179 |
|
Short Description: |
This title's concise, code-centered approach, backed up by judicious discussion of the finer technical points of .NET, is what helps make it a success. After touring the history of standards used for distributed computing over the years, from DCE/RPC to CORBA to COM and related Microsoft technologies, the author zeroes in on .NET remoting. Short, digestible examples highlight the relevant objects and APIs useful to create and invoke objects remotely. From the basics, the book moves forward with other possibilities for designers, whether using by value or reference arguments for objects, client-activated vs. server-activated objects, and a useful section on asynchronous processing for remote function calls. Early examples use the APIs and strategies you'll need to work on your own, and the author highlights "best practices" like using class factories.
Detailed discussion of deployment options (using XML) is followed by a quick discussion of security and authentication and then managing object lifetimes (including programmatic options through leasing and sponsors). Coverage of using strongly named assemblies (for the Global Assembly Cache, GAC) and versioning stresses the finer points of how different versions of .NET components can be invoked on the same server. |
|
Long Description: |
Click here... |
C# Network Programming
  |
Title: |
C# Network Programming |
  |
Author(s): |
Richard Blum |
|
Publisher: |
Sybex |
|
ISBN-10: |
0782141765 |
|
ISBN-13: |
978-0782141764 |
|
Short Description: |
This book helps newcomers get started with a look at the basics of network programming as they relate to C#, including the language's network classes, the Winsock interface, and DNS resolution. Spend as much time here as you need, then dig into the core topics of the network layer. You'll learn to make sockets connections via TCP and "connectionless" connections via UDP. You'll also discover just how much help C# gives you with some of your toughest chores, such as asynchronous socket programming, multithreading, and multicasting. |
|
Long Description: |
Click here... |
CLR via C#, Second Edition
  |
Title: |
CLR via C#, Second Edition |
  |
Author(s): |
Jeffrey Richter |
|
Publisher: |
Microsoft Press |
|
ISBN-10: |
0735621632 |
|
ISBN-13: |
978-0735621633 |
|
Short Description: |
Expert guidance from well-known programming author Jeff Richter about the CLR and the .NET Framework 2.0. Your hands-on guide to developing applications with the common language runtime (CLR) and Microsoft .NET Framework 2.0, with examples in Microsoft Visual C# 2005. |
|
Long Description: |
Click here... |
Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries
  |
Title: |
Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries |
  |
Author(s): |
Krzysztof Cwalina, Brad Abrams |
|
Publisher: |
Addison-Wesley Professional |
|
ISBN-10: |
0321246756 |
|
ISBN-13: |
978-0321246752 |
|
Short Description: |
This book is an absolute must-read for all .NET developers. It gives clear do and don't guidance on how to design class libraries for .NET. It also offers insight into the design and creation of .NET that really helps developers understand the reasons why things are the way they are. This information will aid developers designing their own class libraries and will also allow them to take advantage of the .NET class library more effectively. |
|
Long Description: |
Click here... |
Network Programming for the Microsoft .NET Framework
  |
Title: |
Network Programming for the Microsoft .NET Framework |
  |
Author(s): |
Anthony Jones, Jim Ohlund, Lance Olson |
|
Publisher: |
Microsoft Press |
|
ISBN-10: |
073561959X |
|
ISBN-13: |
978-0735619593 |
|
Short Description: |
This in-depth developer’s guide helps you understand the core networking components for the .NET Framework, as well as how they relate to higher level communications technologies available through XML Web services and .NET Remoting. |
|
Long Description: |
Click here... |
Network programming in .NET: C# & Visual Basic .NET
  |
Title: |
Network programming in .NET: C# & Visual Basic .NET |
  |
Author(s): |
Fiach Reid |
|
Publisher: |
Digital Press |
|
ISBN-10: |
1555583156 |
|
ISBN-13: |
978-1555583156 |
|
Short Description: |
The purpose of this book is to provide tools to design and implement network-orientated applications in .NET. It is also a guide for software designers to choose the best and most efficient way to implement mission critical solutions. The book addresses real-world issues facing professional developers, such as using third-party components as opposed in-house development. |
|
Long Description: |
Click here... |
Pro .NET 1.1 Network Programming, Second Edition
  |
Title: |
Pro .NET 1.1 Network Programming, Second Edition |
  |
Author(s): |
Christian Nagel, Ajit Mungale, Vinod Kumar, Nauman Laghari, Andrew Krowczyk, Tim Parker, Srinivasa Sivakumar, Alexandru Serban |
|
Publisher: |
Apress |
|
ISBN-10: |
1590593456 |
|
ISBN-13: |
978-1590593455 |
|
Short Description: |
Networking is one of the core tasks of enterprise-level programming, and for the programmer familiar with the C# language this book should 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 should 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; and the confidence to use the classes shipped with .NET to implement your own application-level protocols. |
|
Long Description: |
Click here... |
Programming Microsoft ASP.NET 2.0 Applications: Advanced Topics
  |
Title: |
Programming Microsoft ASP.NET 2.0 Applications: Advanced Topics |
  |
Author(s): |
Dino Esposito |
|
Publisher: |
Microsoft Press |
|
ISBN-10: |
0735621772 |
|
ISBN-13: |
978-0735621770 |
|
Short Description: |
In-depth guidance to help professional developers achieve mastery of advanced ASP.NET capabilities. Get the expert insights and pragmatic code examples you need to master the advanced features and capabilities for developing sophisticated Web applications with ASP.NET 2.0. |
|
Long Description: |
Click here... |
Programming Microsoft Visual Basic 2005: The Language
  |
Title: |
Programming Microsoft Visual Basic 2005: The Language |
  |
Author(s): |
Francesco Balena |
|
Publisher: |
Microsoft Press |
|
ISBN-10: |
0735621837 |
|
ISBN-13: |
978-0735621831 |
|
Short Description: |
Get the expert insights, indispensable reference, and practical instruction needed to exploit the core language features and capabilities in Visual Basic 2005. Well-known Visual Basic programming author Francesco Balena expertly guides you through the fundamentals, including modules, keywords, and inheritance, and builds your mastery of more-advanced topics such as delegates, assemblies, and My Namespace. |
|
Long Description: |
Click here... |
Programming Microsoft Visual C# 2005: The Language
  |
Title: |
Programming Microsoft Visual C# 2005: The Language |
  |
Author(s): |
Donis Marshall |
|
Publisher: |
Microsoft Press |
|
ISBN-10: |
0735621810 |
|
ISBN-13: |
978-0735621817 |
|
Short Description: |
Get the in-depth reference and pragmatic, real-world insights you need to exploit the enhanced language features and core capabilities in Visual C# 2005. Programming expert Donis Marshall deftly builds your proficiency with classes, structs, and other fundamentals, and advances your expertise with more-advanced topics such as debugging, threading, and memory management. |
|
Long Description: |
Click here... |
TCP/IP Sockets in C#: Practical Guide for Programmers
  |
Title: |
TCP/IP Sockets in C#: Practical Guide for Programmers |
  |
Author(s): |
David Makofske, Michael J. Donahoo, Kenneth L. Calvert |
|
Publisher: |
Morgan Kaufmann |
|
ISBN-10: |
0124660517 |
|
ISBN-13: |
978-0124660519 |
|
Short Description: |
TCP/IP sockets in C# is an excellent book for anyone interested in writing network applications using Microsoft .Net frameworks. |
|
Long Description: |
Click here... |
|
|