Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Sunday, November 23, 2008

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > Visual Studio 2005 > ADO.Net
Search:
What's New - What's Hot
Listings for General General (15)
Listings for SQL Server SQL Server (14)


Creating, Encoding and Delivering Silverlight Streaming Screen Capture Videos        
Total Hits: 36  |  Today: 0 Author: Karl Shifflett       Rating:  
Read Reviews | Write Review |   Your Rating: 

They say a picture is worth a thousand words, so I wonder where a 10 minute tutorial video fits into this word-picture business. Don't think anyone will watch your training videos, think again. In two weeks, I had 2067 views of my low quality YouTube videos. I was amazed at the response. With that kind of response, plus a need at work, I decided to get deep into the on-line screen capture tutorial videos and figure this all out once and for all....

ADO.NET Entity Framework Overview        
Total Hits: 88  |  Today: 0 Author: John Papa       Rating:  
Read Reviews | Write Review |   Your Rating: 

ADO.NET in the next release of Visual Studio® code-named "Orcas" features the new Entity Framework. [ Editor's Update - 6/19/2007: The ADO.NET Entity Framework and Tools will ship during the first half of 2008 as an update to the Visual Studio 2008 release.] It allows developers to focus on data through an object model instead of through a logical/relational data model. The Entity Framework helps abstract the logical data schema into a conceptual model and allows for multiple ways to interact wi...

Executing Database Commands Asynchronously with ADO.NET 2.0        
Total Hits: 104  |  Today: 0 Author: Thiru Thangarathinam       Rating:  
Read Reviews | Write Review |   Your Rating: 

With the release of.the NET Framework 2.0, Microsoft is enhancing the feature set by baking the ability to execute SQL commands asynchronously into the ADO.NET Class Library. Using this new feature, you can asynchronously execute commands against a SQL Server database without waiting for the command execution to finish, which can be very handy in situations where you are trying to execute long-running database commands from a Windows Forms or an ASP.NET client application. Asynchronous execution...

Writing Provider-Independent Data Access Code with ADO.NET 2.0        
Total Hits: 116  |  Today: 0 Author: Alex Homer       Rating:  
Read Reviews | Write Review |   Your Rating: 

The data access features in .NET changed the way developers write code by segregating the data providers into separate classes and namespaces, depending on the type of database that was being targeted. For example, to access SQL Server, Microsoft encourages you to use the classes from the System.Data.SqlClient namespace, such as SqlConnection and SqlDataReader, which take advantage of the better performance available through SQL Server's native Tabular Data Stream (TDS) interfaces....

Creating a Crosstab Report in Visual Studio 2005 Using Crystal Reports        
Total Hits: 171  |  Today: 0 Author: Jayaram Krishnaswamy       Rating:  
Read Reviews | Write Review |   Your Rating: 

Reporting is one of the major tasks in any enterprise and reporting software occupies a prominent position in enterprise software suite. There are multitudes of reporting software vendors; among them Crystal Reports has a large following with a variety of products designed for size and costs ranging from small business to enterprise. It is relatively easy to retrieve data from a database and display it using any of the bound controls. This is especially so in ASPNET 2.0 where the amount of cod...

Transfer DataGrid row to another empty DataGrid        
Total Hits: 175  |  Today: 0 Author: Manoj Pal       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article is about how to transfer row of a dataGrid to another dataGrid. In this tutorial we will use two Datagrid and one submit Button. It is very easy to implement....

Methods for Transforming data to a XML file        
Total Hits: 115  |  Today: 0 Author: Lalitha Venkatasubramanian       Rating:  
Read Reviews | Write Review |   Your Rating: 

The first idea of converting a piece of data which are in a text files to a Xml Document is by using a DataSet. By using a DataSet, we can bind that data to the DataGrid and do the updation, deletion and addition operations. Even though the final output is the same Xml file, we have the Dataset in between to manipulate the data....

Abstract Factory Design Pattern in ADO.NET 2.0        
Total Hits: 156  |  Today: 0 Author: Muhammad Mosa       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article will discuss the Abstract Factory Design Pattern and its real world applications in .Net Framework 2.0.
Abstract Factory Pattern can be used when we want to return one of several related classes of objects, each of which can return several different objects on request. In other words, the Abstract Factory is a factory object that returns one of several groups of classes....

Data Access Support in Visual Studio.NET        
Total Hits: 49  |  Today: 0 Author: Mark Fussell       Rating:  
Read Reviews | Write Review |   Your Rating: 

Within this is an overview of the data access support in ADO.NET, covered by the System.Data and System.Xml namespaces. This whitepaper details the innovations and enhancements in the data access layer in “Whidbey” when retrieving data from data sources, particularly SQL Server. It covers the growth of ADO.NET in “Whidbey” to encompass the relational, object and XML data models, explains typical usage scenarios for each with development guidelines and recommendations....

What's New in ADO.NET 2.0 - New Data Provider Factory Model        
Total Hits: 100  |  Today: 0 Author: Michael G.       Rating:  
Read Reviews | Write Review |   Your Rating: 

The purpose of a data factory is to provide you with a dynamic way to connect to any (almost) type of database. Whether a database belongs to SQL Server, Oracle, Access or other, you can employ one solution that enables you to connect to them all: a data factory. This article describes how you can accomplish such a task. Microsoft calls this model the Provider Independent Model, and is it's based on the Factory design pattern....

What's New in ADO.NET 2.0 - New DataTable Features        
Total Hits: 124  |  Today: 0 Author: Michael G       Rating:  
Read Reviews | Write Review |   Your Rating: 

Typically, and with previous versions of .Net, filling a DataTable involved the use of a DataAdapter or the loading of rows into it directly. With ADO.NET 2.0, you can use a DataReader instead....

Report Visual Studio Team System Load Test Results Via A Configurable Web Site        
Total Hits: 143  |  Today: 0 Author: Wen Ding       Rating:  
Read Reviews | Write Review |   Your Rating: 

Visual Studio 2005 Team System includes a newly designed load test tool. Formerly code-named "Ocracoke," this new tool provides many exciting features you can use for performance and stress testing your Web sites, Web services, and other server components. And, combined with its handy reporting capabilities, the load test tool provides some powerful options for sharing and managing test results. The load test tool executes performance test runs and can be configured to log data into a central SQ...



DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net