C# Programming Basics
C# (C Sharp)is a type-safe object-oriented language created by Microsoft that enables developers to build applications that run on the .NET Framework. This video presents the basic concept behind the C#.
C# (C Sharp)is a type-safe object-oriented language created by Microsoft that enables developers to build applications that run on the .NET Framework. This video presents the basic concept behind the C#.
The Service Oriented Architecture (SOA) is a design to overcome former limitations by disaggregating databases, communications and applications into separate “services”. Under such an arrangement each of the major components of a corporate system is a stand-alone module constructed with interfaces that are subject to international standards. In SOA any …
As developers, we spend more time communicating with humans than we do with computers. How can we do that more effectively? How can we be more accurate and concise in our communication? How can we best find analogies which illustrate the desired point? When working with difficult to describe concepts, …
What will the software development profession require of us, and who among us can truly claim to be professional software developer?
Which web application development framework to use?. Simplicity, productivity, ability to deliver high quality of service (QoS), especially performance and scalability (can’t ignore that when you’re talking about 200,000+ users and expect high concurrency!) were our top criteria for framework selection. After considerable research on state-of-the-art, we zeroed in on …
This video explains the building of a multiplayer online game with HTML5 and JavaScript that weaves together several advanced API’s.