• Page : 1 of 2
  • 1
  • 2

ASP.Net 2.0 SQL Server database connection string

by top54u.com 07 Jul, 2008
In ASP.Net 2.0 SQL Server Database connection string can also be stored separately in a web.config file that allows you to access the connection string anywhere in the Data Access Layer developed in the ASP.Net web application..
[read full article here]

ASP.Net 2.0 Access Database connection string

by top54u.com 07 Jul, 2008
In ASP.Net 2.0, Microsoft Access database connection string can be declared inside the connectionstrings section of web.config file. In ASP.Net 2.0 Microsoft has introduced a new feature of directories for different types of resources..
[read full article here]

ASP.Net 2.0 web.config ConnectionStrings

by top54u.com 07 Jul, 2008
ASP.Net 2.0 provides a new feature to define the connection string in web.config file for the database connection with ASP.Net Web applications. ConnectionStrings section of web.config file is new in ASP.Net 2.0.
[read full article here]

Where and How to use DataReader

by top54u.com 15 May, 2008
Here we will use SqlDataReader to learn the use of Data Reader in data access code of ASP.Net with C#. For using SqlDataReader object you have to code little bit more ....
[read full article here]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , , , , , ,

Where and How to use DataSet

by top54u.com 15 May, 2008
For using DataSet to create the in-memory structure of data retrieved from the SQL Server Database you can use SqlCommand and SqlDataAdapter objects..
[read full article here]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , , , , , ,

DataSet Vs SqlDataReader

by top54u.com 15 May, 2008
In ASP.Net when you code for data access using ADO.Net components and classes to bind data retrieved from SQL Server Database or any other data source, you have three options such as SqlDataReader, DataSet and DataTable..
[read full article here]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , , , , , ,

ADO.Net Performance in ASP.Net

by top54u.com 15 May, 2008
In ASP.Net Performance tuning is the most important task while working ADO.Net Data Access Components..
[read full article here]

Currently rated 4.0 by 1 people

  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , , , ,

Catching and Handling ASP.Net Errors and Exception in ADO.Net

by top54u.com 13 May, 2008
The best and common coding technique for catching and handling the Errors and Exceptions in ASP.Net for specific ADO.Net Data Providers is using try… catch … finally block..
[read full article here]

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , , , ,

ASP.Net Error and Exception Handling for ADO.Net

by top54u.com 13 May, 2008
While working with ADO.Net components it’s important to manage the code by proper Error and Exception Handling techniques..
[read full article here]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , , , ,

ADO.Net Connection Usage Patterns

by top54u.com 24 Apr, 2008
ADO.Net connection usage patterns help in improving the code for ASP.Net applications as well as managed code to handle the connection pooling..
[read full article here]

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , , ,

  • Page : 1 of 2
  • 1
  • 2

Tags

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2008

OUR SPONSORS[+ advertise here]
top54u ezines.....
related videos.....
recent posts.....