views:

40

answers:

2

Hi , I have tried Asp.Net but they have minimum sets of tutorials and videos. I am looking for a video tutorials like pluralsight training videos which is not free. But I am looking for free training videos for Vb.Net/webforms and SQL "CRUD", Sql DataBinding videos, runtime designing , runtime databinding and all. Thanking you all in advance. And also I am sorry if this is a repeat question.

A: 

You can find quite a few episodes that deals with ASP subjects at MSDNTV:
http://msdn.microsoft.com/en-us/cc311460.aspx

And in general Microsoft often have quite a lot of archived videos and webcasts on the Events site, the link below, links to their on demand webcasts and apparently they have almost 8000 of them so should be plenty of ASP and VB ones:
https://msevents.microsoft.com/CUI/SearchDisplay.aspx?culture=en-US&evtTypHero=3#eventType=3;culture=en-US;searchcontrol=yes;advanced=mnp;pageNumber=1;sortKey=;sortOrder=;pageEvent=false

ho1
Thank you, where can I find tutorials(videos) for LINQ in Vb.net
ahmed
I'm not sure, but I think either or both of those two links had LINQ videos. Don't worry too much if they're for VB.Net or C#, if you understand how LINQ works and can be used, translating it from C# to VB.Net syntax should be very easy except in the rare cases when some syntax specific to C# is used.In general, I'd suggest, don't worry too much about C# vs VB.Net, they're almost the same language and there are quite good tools for converting between them as well.
ho1
Well,thank you so much for your support.
ahmed
A: 

I have found this site helpful for "How to ..." videos.

http://msdn.microsoft.com/en-us/vbasic/bb466226.aspx

Bedwell
Thank you so much , that was really helpful.
ahmed