Universe Guide Blog Archive 7
What is a Virtual Function in .NET? / 15th August 2021 5:54 PM
Virtual functions are a feature in .NET that allows developers to change in inherited classes. Read More...
What is XML Serialization? / 15th August 2021 5:26 PM
XML Serialization is a feature in .NET that allows a developer to save an object to a stream (e.g. file) in .XML so that it can be loaded again later. Read More...
A Quick Guide to Multithreading in .NET / 15th August 2021 4:59 PM
A brief, beginners guide to coding Multithreading in .NET Read More...
What is a Partial Class in .NET? / 15th August 2021 12:22 PM
Partial classes allow users to maintain a class in two files so two people can work on the same class effortlessly. Read More...
What is an Abstract Class in .NET? / 15th August 2021 12:09 PM
An Abstract class is a type of class that is available for .NET Developers. Read More...
What is a Sealed Class in .NET? / 15th August 2021 12:05 PM
Explanation and example of what a sealed class is in .NET. Read More...
Welcome to Mister Developer / 15th August 2021 11:52 AM
Introduction to the Site. Read More...