Μάιος 2006 - Δημοσιεύσεις

Introducing the factory pattern to our Dal

Δημοσιεύτηκε στις Τρίτη, 30 Μαΐου 2006 12:02 μμ από το μέλος zeon :: 0 σχόλια
Design patterns could be divided in three groups, Creational, Structural and Behavioral. The Factory pattern is a creational pattern. But what is really in simple words the factory pattern? Let us consider the following example. Suppose there is a disc Διαβάστε περισσότερα

Passing objects in Visual Studio 2003

Δημοσιεύτηκε στις Τετάρτη, 24 Μαΐου 2006 11:01 πμ από το μέλος zeon :: 6 σχόλια
Ok we know that when passing "byVal" in methods strings, booleans e.t.c their values do not change, but when passing "ByRef" they do change. However when passing objects it does not matter if we pass it "ByVal" or "ByRef". Either way the object changes!! Διαβάστε περισσότερα

Extending the default datagrid (Asp.Net 1.1)

Δημοσιεύτηκε στις Τετάρτη, 17 Μαΐου 2006 2:27 μμ από το μέλος zeon :: 0 σχόλια
Well since I couldn’t use a different datagrid than the one provided by Microsoft I decided to build a datagrid with some basic functionality. At least delete, insert, update e.t.c. should be supported. So this is my extended datagrid. Please if you have Διαβάστε περισσότερα