apples-and-oranges

Facebook Development vs. XNA, Which is Worth Learning?

I'm considering experimenting with game development. Which is a better investment of my time, learning XNA or learning how to write a Facebook game? ...

How are the MVC and AJAX concepts related?

Hello! I'm currently diving into web development after ten years of desktop development and I'm trying to get a high level grasp on the many concepts I'm learning. The two most recent concepts I've been reading up on are MVC (specifically ASP.NET MVC) and AJAX. I understand MVC is a pattern used to separate logic and data and AJAX is ...

How is ASP.NET and Javascript related?

Hello! I have another similar question to the one I just asked. I'm currently diving into web development after ten years of desktop development and I'm trying to get a high level grasp on the many concepts I'm learning. Two recent concepts I've been reading up on are Javascript and ASP.NET. I understand javascript is client-side scrip...

What is the base of the logarithm for the purposes of Algorithms?

While considering O(log(N)) for time complexity, what is the base of log? ...