Varad, The .NET Guy!

Exploring the excitement of Microsoft .NET and much more..

Browse by Tags

All Tags » C# » ASP.NET (RSS)
LINQ and more..
Language-Integrated Query (LINQ) is a technology that eliminates the mismatch among different data domains. With LINQ, there is no need to learn separate query syntaxes when querying over diverse data domains such as XML, Relational and Objects. Check...
Posted: Jul 16 2006, 12:00 PM by Varad | with no comments
Filed under: , ,
Using the functionality of VB.NET within C# code
You can achieve this by doing the following steps, 1) Add a reference to Microsoft.VisualBasic Runtime frim the ".NET" references menu 2) Add a Using directive : "using Microsoft.VisualBasic;" Now you have access to all of VB.NET's functionality. The...
Posted: Aug 14 2005, 03:27 PM by Varad | with 4 comment(s)
Filed under: ,
More Posts