ENES TAYLAN

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

Browse by Tags

All Tags » ASP.NET (RSS)
IDEAS
Hi, folks. Yesterday, I opened my new blog on Java, Android and other stuff, IDEAS, ( http://enestaylan.com/ideas/ ). Here, in this blog I'll continue to write on .NET. You can read my first post of IDEAS "Why I needed a new Blog?" from here .
Posted: Jun 27 2010, 04:08 PM by hakanbilge | with no comments
Filed under:
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...
RIA, Silverlight, Microsoft, Oracle, The Future of The Web and Web Technologies
Internet and computers are where things change fastest. Look at web technologies (and companies. Google is 12 and Facebook is 6 years old. Their revenues are $23 billion and $300 million, respectively). About in last 15 years user experience on the browser...
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: ,
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: , , ,
HOW TO USE CACHE AND CACHE DEPENDENCY ?
Using cache is an easy way to increase efficiency in programs. By using cache techniques we can store the data in RAM that is normally in harddisk or another stuff whose access time is much bigger than RAM's. In this article, I will write a method that...
Posted: Sep 24 2009, 12:58 PM by hakanbilge | with 1 comment(s)
Filed under: ,
CACHING WITH SQL DEPENDENCY SUPPORT-1
Caching data that comes from an SQL database (in other words dependencies to database tables) in RAM has been supported since ASP.NET 2.0. In practice this means, we can cache the data for undetermined period until the source database table is updated...
More Posts