Aeon Technologies: программирование и разработка
Услуги Портфолио Отзывы Технологии Статьи Контакты
.NET
ASP.NET
ASP

C#MSSQL
ТЕХНОЛОГИИ
3GPP - Third Generation Partnership Project3GPP - Third Generation Partnership Project
3GSM - Next Generation Of GSM3GSM - Next Generation Of GSM
ADO - Active Data ObjectsADO - Active Data Objects
ADO.NET - Active Data Objects .NETADO.NET - Active Data Objects .NET
ASP (Active Server Pages)ASP (Active Server Pages)
CGI - Common Gateway InterfaceCGI - Common Gateway Interface
CLR - Common Language RuntimeCLR - Common Language Runtime
C# - C sharpC# - C sharp
CSS - Cascading Style SheetsCSS - Cascading Style Sheets
DHTML - Dynamic HTMLDHTML - Dynamic HTML
GPRS - General Packet Radio ServiceGPRS - General Packet Radio Service
GSM - Global System for Mobile CommunicationsGSM - Global System for Mobile Communications
HSCSD - High Speed Circuit Switched DataHSCSD - High Speed Circuit Switched Data
HTML - Hypertext Markup LanguageHTML - Hypertext Markup Language
JavaScriptJavaScript
JScriptJScript
JScript .NETJScript .NET
MS SQL ServerMS SQL Server
MySQLMySQL
.NET (DOT NET).NET (DOT NET)
PerlPerl
PHP - Hypertext PreprocessorPHP - Hypertext Preprocessor
RDBMS - Relational Database Management SystemsRDBMS - Relational Database Management Systems
SMS - Short Message ServiceSMS - Short Message Service
T-SQL - Transact-SQLT-SQL - Transact-SQL
VB.NET - Visual Basic .NETVB.NET - Visual Basic .NET
XML - Extensible Markup LanguageXML - Extensible Markup Language

MySqlHTML

.NET программирование и разработка
ASP.NET программирование и разработка
ASP программирование и разработка
C# программирование и разработка
MSSQL программирование и разработкаMySql программирование и разработкаHTML программирование и разработка

ADO.NET - Active Data Objects .NET

Мы используем новейшие технологии и языки программирования

ADO.NET is an evolution of the ADO data access model that directly addresses user requirements for developing scalable applications. It was designed specifically for the web with scalability, statelessness, and XML in mind.

ADO.NET uses some ADO objects, such as the Connection and Command objects, and also introduces new objects. Key new ADO.NET objects include the DataSet, DataReader, and DataAdapter.

The important distinction between this evolved stage of ADO.NET and previous data architectures is that there exists an object -- the DataSet -- that is separate and distinct from any data stores. Because of that, the DataSet functions as a standalone entity. You can think of the DataSet as an always disconnected recordset that knows nothing about the source or destination of the data it contains. Inside a DataSet, much like in a database, there are tables, columns, relationships, constraints, views, and so forth.

A DataAdapter is the object that connects to the database to fill the DataSet. Then, it connects back to the database to update the data there, based on operations performed while the DataSet held the data. In the past, data processing has been primarily connection-based. Now, in an effort to make multi-tiered apps more efficient, data processing is turning to a message-based approach that revolves around chunks of information. At the center of this approach is the DataAdapter, which provides a bridge to retrieve and save data between a DataSet and its source data store. It accomplishes this by means of requests to the appropriate SQL commands made against the data store.

The XML-based DataSet object provides a consistent programming model that works with all models of data storage: flat, relational, and hierarchical. It does this by having no 'knowledge' of the source of its data, and by representing the data that it holds as collections and data types. No matter what the source of the data within the DataSet is, it is manipulated through the same set of standard APIs exposed through the DataSet and its subordinate objects.

While the DataSet has no knowledge of the source of its data, the managed provider has detailed and specific information. The role of the managed provider is to connect, fill, and persist the DataSet to and from data stores. The OLE DB and SQL Server .NET Data Providers (System.Data.OleDb and System.Data.SqlClient) that are part of the .Net Framework provide four basic objects: the Command, Connection, DataReader and DataAdapter. In the remaining sections of this document, we will walk through each part of the DataSet and the OLE DB/SQL Server .NET Data Providers explaining what they are, and how to program against them.

JavaScript.NET аутсорсингоффшорное программирование и разработка
веб программирование и разработка
программирование и разработка вебсайтов

VB.NET программирование и разработка интернет приложений PHP программирование и разработка баз данных