Hi Sir,
Currently I'm working asp.net 2.0 and sql server 2005.
Can you please advice me on future technologies like Silverlight, WCF, JQuery, LINQ, Ajax.
Which one i should learn and if it is all , in what sequence i should learn.
Regards,
Raghavendra SK
Kapil's Advice on Monday, December 06, 2010 :
You must learn all...
-Silverlight and AJAX are front-end technology.
-WCF is middle-ware for communication
-JQuery, LINQ are querying in data.
LINQ is provided by .Net as single method for querying/access the diverse datasource like database, XML, DatasSets etc.
So for end-2-end development you need to learn all. You can learn in any sequence, as all are part of different tier.
You can look at easy part starting with LINQ, then WCF and Silverlight and AJAX.
Skraghava said on Monday, December 06, 2010
Thanks sir..
Skraghava said on Monday, December 06, 2010
How about the Jquery, it should read after LINQ?
Kapil's Advice on Thursday, December 09, 2010 :
JQuery is javascript library to query data from Web pages. It is used with AJAX. It queries and parses the responses returned from AJAX.
Hence it will have to be studied along with front-end technologies.