ENES TAYLAN

.NET,ASP.NET,SOFTWARE DEVELOPMENT.........

Browse by Tags

All Tags » .NET (RSS)
Iterating through Page Control Collection using Linq
Linq is used generally to get and manipulate data by using Linq to Sql, Linq to Entities or Linq to Xml. However, it can work on many collections in .NET Framework. Now in this post, I'll show how to work on Page Control Collection with Linq. Think about...
Posted: Nov 07 2009, 06:17 AM by hakanbilge | with no comments
Filed under: , ,
.NET IO - 1 ( Creating and Deleting Files and Directories and Listing subfiles and subdirectories )
There are advanced classes in .NET for IO processing. Even though we have some classes that allow us to carry out low level IO operations, we can usually do our work with several static methods. Now let's see how a directory and a file is created, deleted...
Posted: Sep 25 2009, 02:09 PM by hakanbilge | with 1 comment(s)
Filed under: , , ,
More Posts