post

Get the name of the currently executing Function/Method

A StackFrame is created and pushed on the call stack for every function call made during the executi... read more

post

Default Return type of functions in C#

There is NO default return type of functions in C#. If you don’t want to return any value, the funct... read more

post

What statements can come with “continue” statement in C#

The continue statement is used to pass the control to the next iteration of the loop it is in. So, i... read more

post

C# Tutorial : Lesson 09 – Constructors & Destructors

The need for Initialization A class contains data members (variables) and member functions. Initial... read more

post

C# Tutorial : Lesson 08 – Functions/Methods

The programming model has gone through many refinements, each change improving upon the model. One ... read more

post

C# Tutorial : Lesson 07 – Creating Value Types & Reference Types – Part II

foreach statement This statement is explicitly used to traverse through arrays. The benefit of usin... read more

post

C# Tutorial : Lesson 06 – Creating Value Types & Reference Types – Part I

Value Types & Reference Types In C#, Variables are either value types or reference types depending ... read more

post

FileZilla – Open Source FTP Client

No matter what the critics say, FTP still is the best way to transfer your web pages and associated ... read more

post

Venturing into the World of Game Programming

Yesterday, I found an excellent article on how to begin Game Programming using the DirectX API. The ... read more

The cleanest blogging platform


2024 © Maxotek. All rights reserved.