Using a foreach loop in C# to retrieve a list of all installed printers (available or unavailable.)
Unity at a Crossroads: CEO John Riccitiello Steps Down
A New Chapter Begins Unity Technologies, the company behind the game development engine that revolutionized the industry, is facing a significant shift. John Riccitiello, the CEO who has been at the helm during a period of expansive growth, has decided to retire. This announcement has sent waves through the tech community, as Riccitiello was a […]
Microsoft Paves the Way for Arm-Based Software Revolution
Unveiling the ‘Arm Advisory Service’ In a strategic move that underscores its commitment to technological innovation, Microsoft has announced the launch of its ‘Arm Advisory Service’. This initiative is a robust support system aimed at developers, facilitating the creation of native software for the next generation of Arm-powered PCs. The service is a bridge between […]
Encrypting a string using the MD5 algorithm
Getting web page content and headers
This tutorial will teach you how to retrieve the http response from a server using C#. Learn how to get the content of a page, the header returned by the server, and how to pass different details to it, such as the referrer and User Agent.
Compiling from the Command Prompt
This tutorial shows you how you can compile a simple piece of code from the C# command prompt compiler and how to add references.
Jagged arrays
This tutorial explains what a jagged array by giving an example that shows you how set and retrieve values.
Handling and throwing exceptions
You’ll learn the basics of handling and throwing exceptions. Uses examples to demonstrate.
Method for resizing pictures with aspect ratio
The GenerateThumbnail() C# function resizes pictures for various formats, such as JPEG, PNG and BMP, and maintains their aspect ratio.
Converting Word Documents to RTF, HTML, TXT, XML
In this tutorial you’ll learn how to open and convert Word documents (.doc) to the popular formats RTF, HTML, TXT and XML. You will also find yourself learning the basics of operating with COM objects. Advertisement Opening and manipulating Microsoft Office Word documents (.doc) can be done rather easily using the .NET Framework. You are […]