In-Depth

Books: Develop Network Programs in .NET

Network Programming in .NET: With C# and Visual Basic .NET shows you how to accomplish network-based programming in .NET using well-known protocols or ones you create yourself.

Let's say you have an application that needs to communicate with another application over the network. Network Programming in .NET: With C# and Visual Basic .NET shows you how to accomplish network-based programming using well-known protocols or ones you create yourself. The book uses VB.NET and C# examples, but C++ users can follow along easily.

The author Fiach Reid covers a lot of material and does a good job of using examples for each topic covered. Junior programmers will learn the groundwork for the rest of the book in the first few chapters, which discuss streams and sockets. Next, Reid discusses well-known protocols, such as HTTP, SMTP and FTP, then begins to discuss more advanced topics. An entire chapter is devoted to security, which is something any network application should consider. Reid also covers asymmetric and symmetric encryption, and when to use one vs. the other.

A section on Microsoft Passport is extremely easy to follow, and of particular interest if your Internet-based apps have a need for user validation or storing user information. Reid also discusses certificates and how to manage them.

Network Programming in .NET also features a section on Internet Protocol Version 6 (IPv6), which gives you a peek into the future of network programming. Reid gives you the knowledge to make some design decisions that will help make your application compatible with changes in the networking protocols. I recommend taking a look at this section regardless of your level of experience.

Network Programming in .NET is great for anyone developing network-based applications. It assumes no network programming experience, so beginners will probably get more out of the first part of the book. Seasoned developers will find useful information in the second half.

Network Programming in .NET: With C# and Visual Basic .NET
by Fiach Reid
Elsevier Digital Press
ISBN:
1555583156
Price: $54.99
Quick Facts: Guide for developing network-based applications using .NET.
Pros: Examples in both C# and VB.NET; easy to follow; discusses Internet Protocol Version 6.
Cons: None.

comments powered by Disqus

Featured

  • At Build 2026, Microsoft Sets Up Windows as an OS for AI Agents

    Microsoft's Build 2026 Windows developer announcements point to a broader platform strategy for agentic AI, spanning terminal workflows, local models, app-building skills, Cloud PCs and operating system-level containment.

  • Slammed by Copilot Usage-Based Billing on Day 1, Facing $180 Bill for June

    A journalist using GitHub Copilot Pro details how a broken editorial workflow on day one of usage-based billing led to runaway token consumption, a projected $180 monthly bill, and practical tactics for cutting AI credit burn.

  • AdaBoost.R2 Regression Using C#

    AdaBoost.R2 regression works by building an ensemble of decision trees, training them on reweighted data, and combining their predictions with a weighted median, while also showing how parameter choices affect accuracy and overfitting.

  • VS Code 1.122 Lets BYOK Work Without GitHub Sign-In

    Microsoft's May 2026 VS Code update makes BYOK usable in restricted environments while adding agent, browser and issue-reporting updates.

Subscribe on YouTube