Congratulations to all monthly winners of May 2013 !!! They have won INR 2900 cash and INR 27497 worth prize.
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 26034 |  Welcome, Guest!   Register  Login
 Home > Video Tutorials > .NET Framework Video Tutorials

Video Tutorials .NET Framework Videos Tutorials (10)

Welcome to the Video tutorials by DotNetFunda.com!

Here you get FREE .NET Video tutorials by the registered members. These videos are submitted by very few approved members of the website to make sure the quality of videos are up to a certain standard. This list keeps growing day by day so stay tuned here for the latest videos. If you also want to share video tutorials, please let us know.



In this .NET and C# video we will see a small sample for Anonymous methods and in what situations to use anonymous methods.

This video will talk and discuss the various questions asked in C# and .NET interview.

Authentication is the process where we identify who the user is.Authorization is the process where we check what kind of role and rights the identified user has. Below is the video which describes these two vocabularies in a precise manner.

Unique key can have nulls
Primary key cannot have nulls.
In a single table we can create multiple unique keys.In a single table we can have only one primary key.
=============================================
Unqiue key creates a non-clustered index by default.Primary Key created a clustered index by default.
================================================
Both unique keys and primary keys can be referenced by foreign key.

This is one of those .NET interview question is asked from the perspective to test if you understand the importance of private constructors in a class.
When we declare a class constructor as private , we can not do 2 things:-
-- We can not create a object of the class.
-- We can not inherit the class.

.NET interview question video :-what is the difference between convert.tostring and tostring functions ?
This is one of those famous .NET interview question which keeps coming up now and then. To answer precisely and shortly convert.tostring handles nulls while simple tostring() function does not handle null. Below video demonstrates the same practically.

In this video we will try to understand the basic concept of garbage collector , generation 0,1, and 2.

(Interview question video 1)In a parent child relationship which constructor fires first ?

This video talks about .NET 4.0 feature called as MEF Managed extenesibility framework. It starts with a simple example which explains import , export and compose feature of MEF. Finally the video ends by showing a example of incompatible MEF import and export and interfaces.

What is boxing and unboxing ?
Posted by: Questpond | Views: 4982
This Video will be explain you What is boxing and unboxing ?



Navigate to Page: 1 |
About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 6/20/2013 4:14:41 AM