Μάρτιος 2014 - Δημοσιεύσεις

Δημοσιεύτηκε στις Πέμπτη, 20 Μαρτίου 2014 10:14 μμ από το μέλος k badas :: 0 σχόλια

Sending AJAX requests

In a   previous article   we had some talk concerning AJAX. We used AJAX to read some simple file. Even though this may have seemed to be quite nice it is but a simple example of what AJAX can do. Things are going to get more interesting in Διαβάστε περισσότερα
Δημοσιεύτηκε στις Τρίτη, 11 Μαρτίου 2014 9:55 μμ από το μέλος k badas :: 0 σχόλια

Value And Reference types

Introduction   Every variable created in a .Net application can be either of value or reference type. C#'s value type consist of most basic types such as all numeric types, bools, enums and structs. All other types, such as strings, classes, interfaces Διαβάστε περισσότερα
Δημοσιεύτηκε στις Δευτέρα, 3 Μαρτίου 2014 3:54 μμ από το μέλος k badas :: 0 σχόλια

A simple guide to Unit Testing

Testing is a part of every developers life. No matter how experienced a programmer you are, there are always times when, out of pressure or by mistake, something will go wrong. Sooner or later you will have to test your code to ensure that everything Διαβάστε περισσότερα