Posts by Rodrigo Nunes de Oliveira • 149 points
3 posts
-
6
votes4
answers42074
viewsA: What are the main differences between jQuery and Angularjs?
In my view it is not possible to compare the 2, they are different proposals, although they have some similar implementations as: The 2 have access to data by Ajax The 2 modify the DOM at runtime…
-
2
votes3
answers1592
viewsA: What is System.Linq for?
It is nothing more than methods of extension to your object. You need to know that: Using your collections (Array, Arraylist, Sortedlist, etc.) will gain more methods for iteration like Select…
-
6
votes3
answers6154
viewsA: C# is a compiled or interpreted language?
Be careful when comparing Asp.net with C# Asp.net is also compiled but has a way of running interpreted as web site type projects and not web application. "Essentially, all . NET languages…