Videos (513) - Page 24

Watch free Video tutorials by the selected registered members. If you also want to share video tutorials, please let us know for approval.

513 records found.
 
Build Vs Rebuild Vs Clean ( c# interview questions with answers) 
Last updated on: 22 Jul 2013 01:06:00 AM by Questpond | Views: 6485 | Category: C#
In this video we will try to under Build Vs Rebuild Vs Clean solution menu. Build solution menu: - This will perform an incremental build. In other words it will only build code files which have changed. If they have not changed those files will not touched. Rebuild solution menu: - This will delete all current compiled files (i.e. exe and dll's) and will build everything from scratch, irrespective if there is code change in the file or not. Clean solution menu: - This menu will delete all compiled files (i.e. EXE's and DLL's) from "bin" / "obj" directory.
c# FizzBuzz Interview question with solution ( Video) 
Last updated on: 19 Jul 2013 01:32:36 AM by Questpond | Views: 4691 | Category: C#
In this video we will try to understand how to write FizzBuzz logic in C#.Many times in c# interviews interviewer find a developer very strong in theory. You ask any question and he has the perfect dream answers ready for it. So in such situations some interviewers try to test if the developer can really code, does he have the presence of mind to write code logic.
c# interview questions :- How can we mark a method as deprecated / obsolete ? 
Last updated on: 13 Jul 2013 05:03:45 PM by Questpond | Views: 4449 | Category: C#
Many times you want to warn developers that some methods or classes should not be used as they are either replaced or going to be replaced with new versions. This is possible by using the "[Obsolete]" attribute. This is an interesting c# interview question as well.
What is Circular dependency (c# interview questions with answers)? 
Last updated on: 06 Jul 2013 05:59:11 AM by Questpond | Views: 5619 | Category: C#
In this video we will try to understand what is circular dependency in c# and how to resolve the same using interfaces.
MVC interview question :- What is MVC asynch controllers and thread starvation ? 
Last updated on: 29 Jun 2013 10:02:09 AM by Questpond | Views: 8763 | Category: ASP.NET MVC
In this video we will try to understand What is MVC asynch controllers and thread starvation.For more articles and videos visit us on www.questpond.com
  • What are MVC asynch controllers and thread starvation ? ( MVC interview questions with answers) 
    Last updated on: 29 Jun 2013 09:21:55 AM by Questpond | Views: 5387 | Category: ASP.NET MVC
    In this video we will try to understand how thread starvation happens in MVC ( Model view controller) and we then run through how MVC controllers can solve this problem.Thread starvation will be demonstrated by using perfmon and VS test load test tool.
    What is TPL ( Task Parallel Library ) in .NET 4.0 ? 
    Last updated on: 17 Jun 2013 07:20:36 AM by Questpond | Views: 10787 | Category: C#
    In this video we will see 3 big uses of TPL( Task parallel library) parallel processing,pooling and abstraction. We also point out how task differ from threads.
    SSIS Lesson 3 - Extra data from a sql server table into a Flat file using SSIS import and Export wizard 
    Last updated on: 04 Oct 2013 10:44:39 AM by Sqldev | Views: 4456 | Category: Sql Server
    Hi friends, I was busy with some personal works these day. So, I couldn't share my knowldge with u. I am back with a new video tutorial on SSIS. Here is my latest ssis video tutorial on how to extract data from a sql server table into a flat file:
    C# interview question :-What is the difference between "==" and ".Equals()" comparision ? 
    Last updated on: 26 Apr 2013 07:12:59 AM by Questpond | Views: 9795 | Category: C#
    This video will show us difference between == vs .Equals().
    C# interview question with answers :- What is the use of Yield keyword in C# ? 
    Last updated on: 12 Apr 2013 06:34:07 AM by Questpond | Views: 9614 | Category: C#
    In this video we will try to understand what exactly use of Yield keyword in C#.
    SQL Server interview question :- Find the second highest salary ? 
    Last updated on: 01 Apr 2013 12:21:01 AM by Questpond | Views: 8944 | Category: Sql Server
    Many times during SQL server interviews , many of them ask this tricky question "Find the second highest or 3rd highest from a given table" or probably they can also vice versa saying "Find the second or third lowest from a given table". In this video we will try to answer the same.
    SSIS Tutorial 2 - Load data from excel file into sql server table 
    Last updated on: 04 Oct 2013 10:50:19 AM by Sqldev | Views: 6195 | Category: Sql Server
    Hi friends, this video will demonstrate how to create a new SSIS package using SSIS import and export wizard. In this ssis tutorial, example to load data from excel into sql server table is very well explained. Hope this ssis tutorial will help you learning ssis.