ENES TAYLAN

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

Browse by Tags

All Tags » .NET (RSS)
Reading RSS data with Linq to Xml
Linq to Xml is the best method, I think, for querying, constructing and writing Xml data. In this article, I'll show how to read Rss data with this powerful Xml technique, Linq. Now, create a Website in Visual Studio, add a Textbox and a [read more.....
Posted: Apr 20 2010, 08:15 AM by hakanbilge | with 1 comment(s)
Filed under: ,
Delegates and Events in C#
Events and their underlying mechanism "Delegates" are very powerful tools of a developer and Event Driven Programming is one of the main Programming Paradigms. Its wiki definition is "event-driven programming or event-based programming is a programming...
Taking Snapshots in ASP.NET
Taking snapshots of web pages is used by many applications, for example Wordpress shows a small snapshot image of the page that a link directs to. In this post, I'll show how can we get snapshot image of a web page by using a small program, an .exe executable...
Posted: Feb 06 2010, 02:15 PM by hakanbilge | with no comments
Filed under: ,
Dragging with Silverlight Thumb Control
Dragging can be a useful feature in various scenarios especially in visually compelling ones. In Silverlight we can add drag capabilities to almost every element by using their MouseMove event. However, this method doesn't provide us a smooth drag experience...
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 1 comment(s)
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