post

Programming Tutorial – Lesson 1: Instructions

Programming or coding as some call it, is the backbone of the software industry. It comprises of wri... read more

post

Say NO to Anti-viruses

Anti-viruses today, are increasingly becoming more and more resource hungry. Gone are the days when... read more

post

Adding two numbers without using the + Operator

This is pretty easy to accomplish as Minus Minus maketh plus. int A = 10; int B = 5; Console.WriteL... read more

post

uCertify – The fastest way to IT certification

uCertify provides an interactive software that helps you in preparing for the various vendor certifi... read more

post

How to copy Array values by value and not by reference.

When you try to copy the value of one Array into another, you actually end up having two references ... read more

post

What is Convert.ToInt32(Console.ReadLine()) Method In C#

The method Console.ReadLine always reads the input from the user in the form of a string. To get an ... read more

post

Can Destructors Be Parameterized?

Destructors being automatically invoked, cannot be Parameterized. read more

post

C# Tutorial : Lesson 15 – Error Handling

There are three types of errors that can occur in your application. These are:- Syntax Errors Runt... read more

post

C# Tutorial : Lesson 14 – File Handling

Files & Folders One of the ways of permanent storage of data is through files. A file is a collecti... read more

The cleanest blogging platform


2024 © Maxotek. All rights reserved.