Video Training Guides Available?
Jan 4, 2010I was wondering if there are any .NET video training guides out there? And anyone have recomendations with any of the video training pay sites?
View 10 RepliesI was wondering if there are any .NET video training guides out there? And anyone have recomendations with any of the video training pay sites?
View 10 RepliesI am recently a layed off windows developer. It appears the only jobs available now are for web developers. I'm trying to learn this on my own but I think prospective employers might be more apt to hire a newbie if they have some accredited training.
Can anyone recommend some good online schools that have good asp.net training? I don't necessarily want another degree, just the training.
to find out online training or any kind of videos for WCF.
View 2 RepliesI have a co-worker who supervises a group of ASP.NET developers who are doing lots of ASP.NET/SQL Server apps. My co-worker was very technical at one time, but his last programming assignment was writing Fortran code in the 1980s.
He has asked me to help him gain a deeper knowledge of ASP.NET Web application development to equip him in his supervisory role. I will be spending an hour every other week with him providing training, and he will probably not have a lot of time to commit otherwise.
What would you recommend as topics to cover, tutorial resources, etc. so that I can help him get up to speed in his role as a supervisor of ASP.NET developers?
I have 9 years web development experience in another platform, I am jumping into a new project and have decided to use this opportunity to learn ASP.Net on the fly!I have browsed my share of .Net books and watched many hours of .Net videos and have been considering attending a formal 5 day training class. But I was also considering that for the same money or maybe even less I could hire a very experienced .Net consultant to teach me the things I am struggling with, answer my questions and even show me how to implement these concepts into my current project. This idea seems to be alot more flexible as well.My concern with taking a class is there will probably be some hours in there spent on concepts I could learn from a video in 5 minutes or read out of a book. I just think I could get more bang for my buck with a "Personal Trainer".
View 2 RepliesNow i'm currently trying to code a basic website as a project and i've run into problems regarding a search video function. having searched through the forum i still could not find a solution.What i intend to do is to have a video search web service in my website, perhaps something like this:http://www.google.com/uds/solutions/...rch/index.html. however from my limited understanding the codes provided is unable to work with VS2005? Is there a basic template that i could follow and implement for a video search function for youtubes video?
View 8 RepliesWhat is the best and easiest-to-use video player for popular video extension in asp.net?
View 1 RepliesI want to post few videos on a website but i don't want to use youtube or any other website.
I want to have an in-build player on the webpage with video in it - how to accoplish that ?
When using a modal popup extender along with an embedded video, the popup is hidden behind the video in IE but works as expected in FF.I've tried manually setting the z-index of the popup to a huge number and the z-index of the video object to 1 but this makes no difference.
I've put the code for a sample page below.
[Code]....
I'm planning to build "job search" website using (asp.net3.5 , c#, sql server2008,wcf,jquery,json,linq and Client-Side AJAX). my problem is that i want to build my project using the right architecture and i don't know how to do this? and should i use the design pattern too ?
So,I'm looking for online training that maybe help me to learn about the architecure and design pattern and how to use them in my website project?
I want know how to add video in mvc 2.0 using Video tag in Html 5 .I am trying to add video using video it display Erro video tag is not defined please help me How to add video in MVC 2.0
View 3 RepliesI just wondered is there any good learning c# and oop web tutorial / seminars either free or paid that will give you a good understanding of producing asp.net websites?
View 4 RepliesI want to insert flash object in my Asp.net page.I just googled it but found results to create specific object in the page script.Is there any additional UI component available with Simple Drag and drop interface for flash file.
View 1 Repliesfor video conference project i need to start from capturing video. me how to capture video in asp.net.
View 2 RepliesHow to get thumbnails from video(wmv) in c#
View 1 Repliesi want to add video on my html page how i can use that, and wht sort of configuration i want to do ?
View 6 Replieshow to download a video file .wmv and save it to the user's disk when click a button without using the browser save link as
View 2 RepliesI have the account in the youtube and i uploaded some video on that account. Now i want to display that video in my web site by using the embed link.
View 5 Repliesm using a JW player with the following code
<script type='text/javascript'>
//var file_link = this.Label2.Text;
var so = new SWFObject('http://player.longtailvideo.com/player4.6.swf','ply','470','320','9','#000000');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('file','http://www.youtube.com/v/S2HIda5wSVU&fs=1');
so.write('mediaspace');
</script>
Now I have some video links in a gridview so I just want to be able to load the video depending on what the user selects from the gridview..i.e. m using gridview as a playlist..so can somebody tell me how to load the video in the above code from code behind.
How to embed the video files in asp.net page
View 1 Repliesi want to upload video file and then paly it on asp.net page.
View 6 Repliesi want to insert video in my web page but the video didn't work it load for small time then it stop and i don't know why??
i write this line in aspx page
<video src="ss.flv" width="500" height="150" controls>
</video>
and i try this line also but no progress it tell me missing plugin all time when i search for missing plugin i found no plugin available
<embed src="ss.flv" width="340" height="140" />
I am trying to play a video file in an aspx page. the video resides in the database.
I am using handler file (ashx) for that, and using the ashx file as src value of embed tag in the aspx page.
[Code]...
it works if I use media player activex ( object tag) . but it does not work for FF. I think embed tag is most standard. so i am trying to use it for streaming video.
how to use ASP.Net C# to display video streaming on the ASP.Net Web?
Another thing is the video can only run for one time. Do I need to use any plugin to develop it?
How to use C# code to control the video?
I'm new to ASP.net and used the on-line demo under the getting started section to try and build my first MVC app. [URL]. This is a great video and is just the kind of thing I need to help me learn as I hate reading though books! However I have gone through this tutorial 3 times now and I can't get it working. Well, I follow it step by step and get the following error. The only difference is that I am using Visual Studio 2010. Being new to this I need to become familiar with all the standard error messages but at the moment they are all foreign. This is my FriendsController.cs I'm not sure if I need to post the other files as I know the database is setup ok.
The error message is:
Error 1 'HelloWorld.Models.FriendsDB' does not contain a definition for 'Friends' and no extension method 'Friends' accepting a first argument of type 'HelloWorld.Models.FriendsDB' could be found (are you missing a using directive or an assembly reference?) C:UserssleoniDocumentsVisual
Studio 2010ProjectsHelloWorldHelloWorldControllersFriendsController.cs 19 52 HelloWorld
[Code]....