| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LINQ to XML in ASP.NET
|
|
|
LINQ to XML is one of the LINQ providers along with LINQ to Objects, LINQ to SQL and LINQ to DataSet. This article will explain that how we can use LINQ to XML in ASP.NET.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cross Page PostBack in ASP.NET
|
|
|
By default, ASP.NET Page is PostBack to itself. However it can PostBack to another page. I will explain it with different ways in this article.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LINQ to DataSet in ASP.NET
|
|
|
DataSet is the great in-memory representation of data. LINQ to DataSet allows you to write queries for DataSet in your application.
|
|
|
|
|
|
|
|
|
|
|
|
LINQ to SQL in ASP.NET
|
|
|
LINQ to SQL is one of several implementations of LINQ. This article will explain how to use “LINQ to SQL” from code behind file in ASP.NET.
|
|
|
|
|
|
|
|
|
|
|
|
How to use LinqDataSource in ASP.NET
|
|
|
One way to accomplish LINQ to SQL is by using LinqDataSource. LinqDataSource Control provides easy way to populate GridView or detail View from SQL database.
|
|
|
|
|
|
|
|
What is LINQ in ASP.NET?
|
|
|
LINQ was introduced in .NET Framework 3.5. In this article, I will explain LINQ and LINQ providers. At the end we will also see code snippet to understand LINQ.
|
|
|
|
|
|
|
|
|
|
Store Session State in SQL Server ASP.NET
|
|
|
Many times you need to store session state out of process in SQL Server. You will learn how to configure SQL Server and web.config file to store Session state in this article.
|
|
|
|
How to use Cookies in ASP.NET
|
|
|
Cookie provides you the way to store user specific information on client side. I will explain cookies in this article with an example.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Session State in ASP.NET
|
|
|
Session state is used to manage user sessions. Let’s see Session State internals in this article.
|
|
|
|
State Management in ASP.NET
|
|
|
HTTP is a stateless protocol so you need to learn and use state management techniques to manage the state of your application for multiple users.
|
|
|
|
How to move and copy files in ASP.NET
|
|
|
“File” or “FileInfo” classes are used to create, copy and move files. This article will show how you can create, copy and move files using both classes.
|
|
|
|
|
|
|
|
Data Caching in ASP.NET
|
|
|
Data caching is a powerful way to cache data for entire application in ASP.NET. This article will demonstrate data caching with an example.
|
|
|
|
|
|
|
|
|
|
|
|
Page Output Caching in ASP.NET
|
|
|
Page Output Caching has the great importance when you have static pages. “@ OutputCache” directive has several attributes that provide flexibility on Page Output Caching.
|
|
|
|
Caching in ASP.NET
|
|
|
Caching is one of the important features in ASP.NET which provides a powerful way to improve performance of the web application.
|
|
|
|
|
|
|
|
Localization in ASP.NET
|
|
|
In today’s global environment, you need to create websites or applications that support different languages and country specific cultures. ASP.NET makes it easy for you.
|
|
|
|
|
|
|
|
|
|