Database
A database is a structured collection of records or data.
Article

New dotConnect ADO.NET Providers with redesigned LinqConnect and enhanced Entity Developer

Color from the shape shortcut menu. In the new version the possibility to quickly Expand All / Collapse All elements on diagram was added. Cut/copy/paste functionality behaviour was changed. Now...
Article

RumorMill 5 - C# RSS, RDF and ATOM Reader

RumorMill 5 is a C# WPF MVVM application that polls RSS feeds. It also supports the idea of categorizing your feeds by color and name so you can identify the topic of the feed simply by the color....
Article

Controlling XML Serialization of Attributes (.NET)

The default action, when serializing objects to XML, is for each public property and field to generate an XML element. The XmlAttribute attribute can be applied to public members to modify this...
Article

Controlling Serialization of XML Elements (.NET)

When serializing classes to XML, each public property and field value is transformed into an XML element. The name of the element matches the name of the property. The XmlElement attribute allows the...
Article

Controlling XML Serialization of the Root Element (C#)

Every XML document includes a root element that contains all of the other information held. When serializing objects to XML the root element's construction is linked to the name of the class or...
Article

Consume a news feed using c# code

Learn how to use the built in new feed libraries to read data from RSS, RDF and ATOM feeds using c#.
Article

Bulk Upsert to Sql Server using C#

Learn a method of uploading large volumes of data to sql server to update / insert rows.
Article

XML Serialization

With XML serialisation, the public state of objects can be converted into an XML document. Such XML information is often stored on disk to persist data for later use, or is transported over a network...
Article

Creating a WPF Ticker Control in C# to Scroll News Feeds

Use WPF to create a generic ticker control that can be used to animate any FrameworkElement. Also see how easy it is to download and parse RSS, RDF and ATOM news feeds using LINQ. Full tutorial and...
Article

News about VintaSoftTwain.NET Library

Version 4.4 - Opportunity to save/load current settings of device has been added. - Opportunity to create predefined session setups for mid- and high-volume scanners has been added. - Memory...
Article

XML Documentation

Use the .NET built-in XML documentation support to quickly add documentation to your C# projects without major hassels.
Article

SQL Database for Suggestions as You Type in C#

This tutorial will show you how to use an AJAX Extender to provide suggestions as you type in a textbox, similar to the Google feature. C# version.
Article

Calendar Control and SQL to Create an Organizer in C#

This tutorial will show you how to use a SQL database, a SQL database, and the Calendar and FormView Controls to create an organizer to keep track of events of different days. C# version.
Article

Using LINQ to Create a Pager for SQL Data in C#

Using LINQ to SQL, we can make use of the built-in methods to page the database data a lot easier than with using SQL alone. LINQ to SQL can make it extremely easy for us to create pages from our...
Article

Custom LINQ to SQL Methods to Add Edit Delete in C#

This tutorial will show you how to write your own LINQ methods to enable adding, editing and deleting of data in a SQL database. C# version.
Article

Working with XML in Windows Forms Application in C# - Part 1

In this series of articles, we will be looking at how to use XML files as a storage medium when Programming Windows Forms. In this first part, we will look how we can connect to an XML file and...
Article

Using LINQ to XML to Add Data to XML File in C#

In this article, we will be looking at another flavor of Microsoft's new introduction to the .NET Framework, LINQ to XML. LINQ (Language-Integrated Query) comes in a variety of forms, including LINQ...
Article

Using LINQ to SQL to Add/Delete from SQL Database in C#

Using LINQ to SQL to Add/Delete from SQL Database in C# DESC: In this article, we will be looking at one flavor of Microsoft's new introduction to the .NET Framework, LINQ to SQL. LINQ...
Article

Creating LINQ to SQL Entities in C#

This tutorial will show how we can bypass the Designer and write the class ourselves, so that we get a better understanding of what's going on. For this example, we will be using a SQL database with...
Article

Using LINQ to add to SQL Database in ASP.NET 3.5 and C#

This tutorial will show you how to use LINQ in Visual Studio.NET 2008 and C# to add data to a SQL database.
1 2 3 4 5 6  Next
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.