.NET news » Search results

Search results for query "connection" (16):

ADO.NET Connection Pooling at a Glance

Connection pooling can increase the performance of any application by using active connections of the pool for consecutive requests, rather than creating a new connection each time. And at the same time, the developer who is the best judge of his/her application, can configure the connection pooling.
2007-04-27 05:45:00   Source: ADO.NET Connection Pooling at a Glance   Tags: Database

System.Transactions and ADO.NET 2.0

If you use DataAdapters and love their automatic connection-opening and closing capabilities—and ever use transactions, you should first understand what's really going on underneath the covers.
2006-06-10 21:56:55   Source: System.Transactions and ADO.NET 2.0   Tags: Database

Inside ASP.NET AJAX back end services

Most of the emphasis with AJAX is on how to perform an asynchronous update at the client. Dino Esposito considers the other end of the connection: how exactly does the server provide the data that the client needs?
2008-01-26 07:18:00   Source: Inside ASP.NET AJAX back end services   Tags: Ajax

Roll Your Own SMS Gateway

You can do a lot of fun applications using an SMS gateway but unless you work for a major television network, good luck getting a return on your investment. In this article, we'll show you a great alternative to an expensive SMS gateway using a Pocket PC and a Bluetooth connection.
2007-03-14 16:25:19   Source: Roll Your Own SMS Gateway   Tags: Mobile

POP3 Email Client (.NET 2.0)

C# class making it easy to interact with POP3 email server, like listing of emails, download and deletion. Special attention was given to reliable connection control. The code was tested for several months with Google Gmail, including SSL.
2006-05-31 05:05:00   Source: POP3 Email Client (.NET 2.0)   Tags: Internet

Encrypting configuration sections

Developers often store confidential information in the configuration files. Database connection strings, user names and passwords are some of the examples. One of the requested feature during ASP.NET 1.x days was to provide some way to easily encrypt and decrypt such information. Thankfully ASP.NET 2.0 fulfils this request in a flexible way...
2006-05-19 19:00:00   Source: Encrypting configuration sections   Tags: ASP.NET Security

Modal Dialog - enhanced

In this article, we will try to generate a draggable DHTML layer that loads data from an external URL via XMLHTTP connection. This is an enhanced version of my previous Draggable Layer article, hence it addresses additional issues that are not present in the former article.
2006-06-09 01:52:00   Source: Modal Dialog - enhanced   Tags: ASP.NET Ajax

Universal Database Admin for ASP.NET and SQL Server (Reloaded)

A dynamic web application needs an admin section for CRUD action of the Records/Tables in database, wouldn't it be nice to have a database admin, which can be plugged to any web application, Just give your sql connection string and it dynamically manages all table operation in just 5 pages

Chameleon - Connection Settings Manager

Chameleon is an application that allows users to easily change network configuration on each network adapter from taskbar. Chameleon offers the benefit of changing network settings according to the users location such as home or office.
2007-08-01 07:54:00   Source: Chameleon - Connection Settings Manager   Tags: Examples

Data Access for Partially Connected Applications

Modern applications require more sophisticated data access features than a simple connection to SQL Server. Data needs to be available in distributed scenarios as well as offline scenarios. This article provides an architectural overview and implementation examples that support these scenarios.
2006-02-03 23:26:10   Source: Data Access for Partially Connected Applications   Tags: Database
« Previous12Next »