101 Articles Written

Peter Shaw

Popular by Author

Connecting to SSH Servers in .NET

Recently, I had a requirement to monitor a Linux-based server from a Windows-based computer that was being used as a management station. Normally with...

Creating Webforms with Friendly URLs

If there's one stick the ASP.NET MVC crowd loves to rattle when comparing MVC and webforms, it's the restful/friendly URL one. From the get...

Base64 Encoding from C#

If you've done anything long term in the Web industry, it's likely that you will have come across "Base64 Encoding" at some point. Base64...

Using Objects as Parameters in C#

Hands up, how many of you create monster functions and methods in your projects? And no, I'm not on about routines that are a...

Making Sounds with Waves Using C#

One of the great things about writing software that runs under the .NET platform is the ability to play videos, music files, and to...

Similar Articles

TypeScript for the C# Developer: TypeScript Generics

What if I told you that your JavaScript code could benefit from generics; just use it the same way...

TypeScript for the C# Developer: TypeScript Classes and Interfaces

If you read the previous article on this subject, "TypeScript for the C# Developer," you'll recall we covered the...

TypeScript for the C# Developer

This is the first article of a few that will introduce the C# developer to TypeScript. It's aimed primarily...

A Tipple with a Tuple

One of the most controversial and questioned data types available to the C# developer is the "Tuple." A data...

Beginning C#: Boolean Logic

In our last installment, I showed you how to use a basic IF/Then construct to make decisions in C#....

Web Developers: Are Your Sites Using HTTPS?

I do a LOT of Web application development, and as such I need to keep up with the news...

News & Trends