Thanks for your reply Alex,
Yes, those videos are good for LINQ ram up. As for Entity framework, it has
some relationship with LINQ since LINQ also support "LINQ to Entities"
which means using LINQ API to manipulate ADO.NET entities. However, the
ADO.NET Entity framework is still a different framework. Actually for
buidling an Data Driven application, you can use either LINQ or Entity
framework, it is not necessary to acquire both ones.
As for MVC model, do you mean the ASP.NET MVC framework or the general MVC
design pattern? The ASP.NET MVC framework just give you an alternative
approach for developing web application. If you're good at and feel
comfortable with the existing ASP.NET webform page model, it is not
necessary to adopt MVC model.
If you have any further questions or anything unclear on this, please feel
free to let me know.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.
--------------------