galiyr

Stories submitted by galiyr

Naming Collisions And The Using Directive (dev102.com)

submitted by galiyrgaliyr(220) 3 years, 7 months ago

Are you familiar with the following C# compilation error: “CS0104: ClassA is an ambiguous reference between Namespace1.ClassA and Namespace2.ClassA“? Most software developer would solve that error by... read more...

add a comment |category: |Views: 378

tags: another

Object Oriented Programming With JavaScript(dev102.com)

submitted by galiyrgaliyr(220) 3 years, 7 months ago

In this article we are going to take an introductory look at how OO JavaScript works. I am going to assume you are familiar with Object Oriented Programming (OOP) concepts such as encapsulation, inheritance, and polymorphism. read more...

add a comment |category: |Views: 412

tags: another