Database
A database is a structured collection of records or data.
Language
Any
Platform
Any
License
Any
In this tutorial I will tell you how you can to create XML Schema Definitions (XSD) file with Insert, Update and Delete methods in it. How we can use it in Data Access layer.
Databases are widely used to support different kind of applications, from large to small, recently even in different Android applications. In most of the cases the SQL language is used to access and...
PHP Script for generating Dynamics Video RSS Feed
RSS – Rich site Summary is a standardize xml format that is use to publish a news once and view by many application. Document that contains RSS...
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....
Display and edit data from an SQL Server table inside Excel.
Use The Index, Luke is a free tutorial to SQL performance for developers.
Unlike many other SQL performance tuning resources, Use The Index, Luke avoids unnecessary details about database...
SQL Server databases should be configured with foreign key constraints to maintain referential integrity and check constraints to ensure that table data is always valid. Occasionally these...
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...
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...
Any web application, be it an ASP.NET or not, revolve around relational database. So to create a good application design, you should always create a good database design. Database design is a process...
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...
Even though MySQL enjoys a fair amount of popularity, not many third-party backup tools exist in order for data to backed up. People will have to find out about applications that will avoid the...
Tutorial explains how to store to database and get back binary data, like images, .pdf or .zip files.
There is an option to store this type of data to web server file system. But, there is also...
Learn how to use the built in new feed libraries to read data from RSS, RDF and ATOM feeds using c#.
Learn a method of uploading large volumes of data to sql server to update / insert rows.
Explains how to use XMLDataSource Control to access and display XML Data Source (e.g. local xml file, or RSS feeds).
XML can bypass strong firewalls, it is independent of all platforms and...
Microsoft SQL Server 2005 introduced new error handling capabilities for scripts and stored procedures. This article describes the use of the try / catch block in Transact-SQL that permits errors to...