Action is type of delegate It returns no value. It may take 0 parameter to 16 parameters. For example below Action can encapsulates ...
Showing posts with label Dot Net Interview Questions. Show all posts
Showing posts with label Dot Net Interview Questions. Show all posts
Tuesday, September 4, 2012
Sunday, September 2, 2012
Types of Constructor in .Net
Constructor is nothing but a function (with the same name as Class) and is used for initializing the members of a class whenever an class...
Wednesday, August 29, 2012
Basis Topics of interview questions for Beginner or 1 Year experience in .Net
For 1 year you have to prepare all basics of .net (c# or vb,sql server, asp.net ). Mainly OOPs concepts. a.Abstraction b.Encapsulati...
Tuesday, August 28, 2012
How to Share Internet Connection from WP7 Device?
Do you know that, you can easily share the internet connection of your Windows Phone 7 device to your Laptop? Yes, you can share the phon...
Monday, August 27, 2012
A Beginner's Tutorial on String Comparison in C#
Usually in our applications when we want to compare two strings we use the equality operator. Under most scenarios this will work properl...
Func and Action Delegates
The .Net Framework 3.5 has introduced two sets of System-Defined Delegates named Func andAction. Action<> and Func<> are extr...
Saturday, July 21, 2012
Metro Applications - FAQ
With the advent of Microsoft Windows 8, Windows Phone 8 and Office 2013, Microsoft is now all about Metro UI and Metro Apps. And when Win...
Tuesday, July 17, 2012
Return Multiple Values(or Objects) in VB.NET
You might have searched "How to return multiple objects in VB.Net" in google and you might have got a lot of Ir-relevant articl...