System.Decimal Structure
Information   Base Types   Related Resources

Represents a decimal number.

  • Namespace: System
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.0.3705
  • Assembly: mscorlib.dll

  • System.ValueType
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (21)Discussions (193)MembersRotorChanges
    Articles

    Page: 1
    A Practical Guide to .NET DataTables, DataSets and DataGrids - Part 2
    The Code Project
    The purpose of this document is to provide a practical guide to using Microsoft’s .NET DataTables, DataSets and DataGrid
    A Practical Guide to .NET DataTables, DataSets and DataGrids - Part 3
    The Code Project
    The purpose of this document is to provide a practical guide to using Microsoft’s .NET DataTables, DataSets and DataGrid
    A Practical Guide to .NET DataTables, DataSets and DataGrids - Part 4
    The Code Project
    The purpose of this document is to provide a practical guide to using Microsoft’s .NET DataTables, DataSets and DataGrid
    Advanced Data Mapping in .NET
    DotNetJunkies
    In this article, Tin demonstrates 3 automated mechanisms for data mapping: mapping from Database table columns to object properties, mapping from HTML form fields to object properties, mapping from ASP.NET Web controls to object properties.
    Array Types in .NET
    MSDN
    Arrays are mechanisms that allow you to treat several items as a single collection. The Microsoft® .NET Common Language Runtime (CLR) supports single-dimensional arrays, multidimensional arrays, and jagged arrays (arrays of arrays). All array types are implicitly derived from System.Array, which itself is derived from System.Object. This means that all arrays are always reference types which are allocated on the managed heap, and your app's variable contains a reference to the array and not the array itself.
    Auto-Generating Wrapper Classes for Stored Procedures, Part 1: Using the AutoSproc Tool
    MSDN
    Get an overview of the AutoSproc code generation tool and how it works. The AutoSproc tool (based on classes exposed from the System.Reflection.Emit namespace) saves you time by using reflection to auto-generate wrapper classes for stored procedure calls.
    Creating a Stored Procedure for Custom Paging with the ASP.NET DataGrid Control
    DotNetJunkies
    The DataGrid control is the most flexible and robust data bound control offered by ASP.NET. The DataGrid control renders as an HTML table in the user’s Web browser that can contain any other combination of controls, can be dynamically manipulated using scripts and server-side code, accommodates in-row editing and updating of displayed data, sorting of columns, and built-in paging. The built-in paging supplied by the DataGrid control may either be semi-automatically managed by the control or be manually mana
    Data Types in C#
    DotNetJunkies
    Wajahat explains the basic data types in C# and the Common Type System.
    Extreme XML: Secrets of the System.Xml.Schema Namespace
    MSDN
    Dare Obasanjo provides examples of lesser-known class functionality in System.Xml.Schema namespaces.
    Hardcore Visual Basic: Database Developer Corner: Managing Disconnected Data in ADO and ADO.NET
    MSDN
    Carl Ganz demonstrates fabricated RecordSets in VB6 and DataTables in VB.NET.
    Hierarchical Data and the ASP.NET DataGrid
    DotNetJunkies
    There are a number of examples of showing hierarchical data using the Master/Detail record concept, what Dion was looking for was the ability to display collapsible child rows under those of their parents in the same grid - he'll show you how it is done.
    HOW TO: Implement a DataSet GROUP BY Helper Class in Visual C# .NET
    http://www.kbalertz.com/
    (326145) - This step-by-step article describes how to implement and how to use a DataSetHelper class that includes sample code to create a DataTable object that contains aggregate data from another DataTable object. To do this, use the following public methods:...
    HOW TO: Implement a DataSet SELECT DISTINCT Helper Class in Visual C# .NET
    Microsoft Support
    (326176) - This step-by-step article illustrates how to implement and how to use a DataSetHelper class that includes sample code to create a DataTable object that contains the unique values of a column of another DataTable object. To do this, you use the...
    INFO: OleDbType Enumeration vs. Microsoft Access Data Types
    Microsoft Support
    (320435) - This article describes how the Microsoft .NET Platform OLE DB types map to the Microsoft Access data types for columns.
    INFO: OleDbType Enumeration vs. Microsoft Access Data Types
    http://www.kbalertz.com/
    (320435) - This article describes how the Microsoft .NET Platform OLE DB types map to the Microsoft Access data types for columns.
    Microsoft .NET Kick Start Chapter 3: Programming with .NET
    The Code Project
    An introduction to programming with .NET.
    PRB: DataColumn.Caption Property Does Not Set Column Headers of DataGrid Web Server Control as Expected
    http://www.kbalertz.com/
    (316261) - If you use the DataColumn.Caption property to set the display text for column headers of a DataGrid Web server control, the column headers may not be set to the text that you specify.
    Saving Master-Details form using XML
    The Code Project
    This article shows how to save a master-details form using XML.
    Testing: Perform Code Coverage Analysis with .NET to Ensure Thorough Application Testing
    MSDN
    This article presents a complete system for determining how much of your code base you're actually testing.
    Transactions In Web Services
    C#Today
    The ASP.NET Framework enables transactional processing in classes, Web Forms and Web Services. We can use transactions to ensure an entire set of functionality successfully completes, or all data changes are rolled back if a portion of the functionality fails. In this article, Doug Seven looks at how we can implement transactional processing in a Web Service. The syntax for enabling transactions in a Web Service is different from the syntax for doing the same in either a class or a Web Form.
    Working with XML as an Object Model
    C#Today
    In this article, Salim Naim explores XML, and how we can work with it as an object model. He shows that XML is truly a core technology layer in .NET, while manipulating and working with XML documents with .NET is a natural method built into the .NET Framework, and not an after thought. He covers various techniques, including how to make use of the core functionality provided by the Base Class Libraries in the .NET Framework classes relevant to XML, and also looks at the two abstract base classed XMLReader and XMLWriter, which the XML classes are built upon.
    Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com