.NET news » Search results

Search results for query "orm" (111):

Use SQL Parameters to Overcome Ad Hoc Performance Issues

Defining (rather loosely) ad hoc queries as SQL commands built as strings by an SQL client application and submitted to SQL Server.

A little wizard that helps with multistep forms

Design a multistep form could be strenuous. But now with ASP .NET 2.0 Wizard control, it is fun and easy.
2006-11-29 15:28:00   Source: A little wizard that helps with multistep forms   Tags: ASP.NET

Application to migrate data between different environments using ADO.NET 2.0 and C# windows forms

This article explains how to migrate data between different environments
2006-10-24 12:00:00   Source: Application to migrate data between different...   Tags: Database

Skinned form playing Audio and OpenGL altogether

OpenGL + BASS Audio + AERO-GLASS style on XP.
2006-10-18 03:19:00   Source: Skinned form playing Audio and OpenGL altogether   Tags: Multimedia

ADO.Net on SqlServer 2005 Performance Tips

Presents Tips on how to handle SqlServer 2005 on ADO.Net
2006-10-16 13:59:09   Source: ADO.Net on SqlServer 2005 Performance Tips   Tags: Database

The .NET File Format

A full description of the .NET File format.
2006-10-13 14:07:00   Source: The .NET File Format   Tags: Other

Prevent Users from Submitting a Form Twice

When a user clicks a submit button in a form, their browser makes a request back to the web server for the specified URL. On the web server, the user's input is processed and some action is taken based on the input. A database record might be added, an email might be sent, and so on. One potential issue that can arise is if a user submits a form, but there is a delay in getting back a response from the server. A user may think that the button click didn't "take", so they click it again. This can lead to two form submissions, resulting in two database records being added, two emails being sent, or whatever. Two possible methods to prevent it described in the atricle.

2006-10-03 19:00:00   Source: Prevent Users from Submitting a Form Twice   Tags: ASP.NET

Process Information

This program downloads information about running processes, and parses the downloaded webpage using a MatchCollection.
2006-10-03 08:51:00   Source: Process Information   Tags: Examples Software

How to Integrate Excel in a Windows Form Application using the WebBrowser

Another approach to integrate Office documents in your Windows C# .NET applications
2006-10-01 10:48:00   Source: How to Integrate Excel in a Windows Form Application...   Tags: Examples

XMLFormatter provider for serialization

Creating a custom XMLFormatter for serialization of objects.
2006-09-25 15:33:00   Source: XMLFormatter provider for serialization   Tags: XML