.NET news » Search results

Search results for query "microsoft.data" (36):

Flexible and Powerful Data Binding with WPF

Microsoft has been building data binding frameworks for years, and each promises to solve our data binding woes forever. But we're still waiting for the perfect one. Could WPF data binding be the one we've been waiting for?
2008-12-15 20:09:23   Source: Flexible and Powerful Data Binding with WPF   Tags: WPF

Flexible and Powerful Data Binding with WPF, Part 2

All applications are dependent on data in some form and most developers find themselves writing reams of data access code. Microsoft has been building databinding frameworks for years. Each one promises to solve our databinding woes forever. We're still waiting for the perfect one. In the previous article you were exposed to programmatically controlling data binding mechanisms of WPF. Along with a programmatic interface, WPF also provides a declarative databining interface. This second article will introduce you to using the declarative data binding mechanisms contained in WPF.

2009-01-01 18:00:00   Source: Flexible and Powerful Data Binding with WPF, Part 2   Tags: WPF

Microsoft ASP.NET AJAX: Using the UpdatePanel

Over the past several years web developers have started using JavaScript to make asynchronous postbacks to the web server that only transmit and receive the necessary data; these techniques are commonly referred to as AJAX. Microsoft has released a free AJAX framework for ASP.NET developers named Microsoft ASP.NET AJAX. This article series examines using Microsoft's ASP.NET AJAX framework to build responsive user interfaces.
2007-10-24 00:00:00   Source: Microsoft ASP.NET AJAX: Using the UpdatePanel   Tags: Ajax ASP.NET

User Tip: Receiving an Email When Database Data is Changed

For low-volume databases, those that are predominantly read and not written to, or database tables that are designed to not be updated or only updated under rare circumstances, a DBA or developer may be interested in being notified whenever the data in a particular table is modified. Or you may have certain records in a table that are assigned to a particular user and, upon that record being updated, that user should be notified of the change. While this sort of logic can be implemented at the code level, Microsoft SQL Server has all of the technologies needed to achieve this aim built directly into it. Triggers can be used to perform some action when data is inserted, updated, or deleted from a table, and Microsoft SQL Server's xp_sendmail extended stored procedure can be invoked to send an email to one or more recipients. Combining triggers with xp_sendmail provides a means for alerting specified users via email when the data in a particular table is modified...

2006-05-16 19:00:00   Source: User Tip: Receiving an Email When Database Data is Changed   Tags: Database

Take Data Offline Using Microsoft Synchronization Services for ADO.NET

Build occasionally connected applications using Microsoft Synchronization Services for ADO.NET
2007-03-15 10:24:00   Source: Take Data Offline Using Microsoft Synchronization...   Tags: Database

xPort Tools for .NET V 2.6 Released

xPort Tools for .NET is a 100% managed .NET component, which allows develop applications capable to provide extremely fast export of the ADO.NET DataSet/DataTable/DataView into the native Microsoft Excel, Microsoft Excel XML, CSV or HTML formats without using Excel itself or any additional tools and providers. xPort Tools for .NET provides fast and simple way to transfer your data with the minimum efforts.
2006-02-03 03:11:50   Source: xPort Tools for .NET V 2.6 Released   Tags: Components Database

Data Points: Data Bound Applications with ADO.NET and Custom Objects

The Windows Forms binding controls are vastly improved descendents of the data binding controls of the past. They get you going quickly and handle the redundant tasks associated with setting up forms, and you can customize and extend their behavior significantly. Data can travel in a variety of containers, including DataSets and custom class entities, and the Windows Forms binding tools allow you to bind to all of these types of objects. If you don't want to use a DataSet, you can create custom entities to be used as the data store for your application, and you can use List<T> and other collection types to store a set of your custom entities. These types of custom entities can easily be bound using the BindingSource and the BindingNavigator. In this column I'll demonstrate how to bind a custom list of business entities using the binding tools present in the Microsoft .NET Framework 2.0, and I'll do so by writing a fully functional data-driven Windows Forms application.
2006-12-20 18:00:00   Source: Data Points: Data Bound Applications with ADO.NET and...   Tags: Database

New Date Data Types in Microsoft SQL Server 2008

SQL Server 2008 introduces four new date data types: time, date, datetime2, and datetimeoffset.

This article explores the time and date data types and shows how they can be used and formatted from within an ASP.NET page. This article also includes a short discussion on the datetime2 and datetimeoffset and compares and constrasts SQL Server 2008's six different date data types.

2008-10-14 19:00:00   Source: New Date Data Types in Microsoft SQL Server 2008   Tags: Database

Using SQL Server Integration Services

Integrating data into applications or reports is one of the most important, expensive and exacting activities in building enterprise data warehousing and reporting applications. SQL Server Integration Services which first appeared in MS SQL Server 2005 and continued into MS SQL Server 2008 provides a one-stop solution to the ETL Process. The ETL Process consists of extracting data from a data source, transforming the data so that it can get in cleanly into the destination followed by loading the transformed data to the destination. Enterprise data can be of very different kinds ranging from flat files to data stored in relational databases. Recently storing and exchanging data in XML has become common as exchanging data in XML format has many advantages…

2009-11-28 23:45:00   Source: Using SQL Server Integration Services   Tags: Database

Using Microsofts Chart Controls In An ASP.NET Application: Plotting Chart Data

The first installment in this article series showed some simple examples of plotting chart data. This article delves into more intricate examples, showing how to plot database data, data from an XML file, and data from other types of data sources.

2009-07-28 19:00:00   Source: Using Microsofts Chart Controls In An ASP.NET...   Tags: ASP.NET Graphics
« Previous1234Next »