»Dotnet Ads
»Message Boards
Message Boards
Dotnet Books
»Member Details
Register
Login
LogOut
Submit Code
Submit Jobs
Submit Projects
»Competition
Community
Winners
Prizes
Write For Us
Members
»Other Resources
Links
Dotnet Resources
|
Data access layer - Monday, February 06, 2006 Use this code for as a .net dataacces layer. It does all the work for you. updating , deleting and adding records and also retreiving datasets , datatables etc
| Connecting to access database - Monday, February 06, 2006 This code shows you how to connect to a access database | connect to SQl server database - Monday, February 06, 2006 connection to a SQl server database and return the results in a dataset | Please tell me What is the difference between ADO.NET DataSet Vs ADO RecordSet? - Tuesday, March 07, 2006
| Converting a DateTime - Thursday, June 22, 2006 Converting a DateTime fields from SQl to short date string
| ADO.net Programming Style - Sunday, July 30, 2006 ADO.net Programming article which focus on both how to write efficient code and how to represent the information which take advantage of layered design of .net framework. Articles describes how you can write code efficiently and improve performance of application and avoids errors due to poor coding style. Advantages of Article and DemoCode are : i) Opening of connection for a short time and Closing it as soon as database task is completed, it thus help in improving performance of application. ii) Better usage of Error-Handling, to make sure that connection is closed even if the exception occurs. iii) Follow Stateless design, taking all needed information as parameter and return all the data through return value. It helps in load balancing and it would be easy while implementing web-service. iv) Storing connection string in app.config file allow us to made a single change, to change a connection string. It helps in connection pooling. | AutoGenerated Serial Numbers in DataGrid - Monday, July 31, 2006 How to AutoGenerated Serial Numbers in DataGrid..... | Using DataTable.ImportRow Method - Friday, August 04, 2006
This small code shows how to use the DataTable.ImportRow Method to copy rows from a table to another table | convert a datatable to a dataset - Tuesday, July 31, 2007 Code to convert a DataTable to a DataSet
| Deleting a Rows in a DataTable - Friday, August 10, 2007
code on how to delte a datarow | Adding a DataTable to Another Datatable - Friday, August 10, 2007 Code on how to add datatable to another datatable | Confidence development through Ado.net - Monday, October 29, 2007 ADO.Net a Beginners Approach
This article explains Ado.net basics to increase confidence in you | Referencing Controls in Templates after mode changes in Formview - Wednesday, March 05, 2008 FormView: Referencing Controls in Templates after mode changes | Could not find installable ISAM - Tuesday, March 11, 2008 How to avoid this bug |
|