Devintelligence.com

In .Net we trust
Welcome to Devintelligence.com Sign in | Join | Help
in Search

Browse by Tags

All Tags » Database
  • DataGridView Extension

    DataGridView Extension is a free component that extends the standard DataGridView control, provided with .NET 2.0 Framework. Features Customization the grid in IDE (design mode support for the background color and borders,default cell formatting, alignment,colors,column and row headers formatting, column sizing ...). Exporting the data ...
    Posted to .Net Adventures (Weblog) by admin on February 27, 2008
  • Sending the LINQ To SQL log to log4net

    DataContext Log Property can be used to print generated SQL query or command in the console window as shown below:   db.Log = Console.Out; If you want to print the SQL query in DebugView or VS Output window you may use DebugWriter class(by Kris Vandermotten) .The usage of the class is pretty simple ...   db.Log = new ...
    Posted to .Net Adventures (Weblog) by admin on January 26, 2008
  • SSMS Tools PACK

    SSMS Tools PACK contains a few upgrades for Microsoft SQL Server Management Studio and Microsoft SQL Server Management Studio Express. Features:     Execution History (Soft Source Control) - Every statement that you run is logged in a file on your disk or in a table in a database that you specify. Text document Regions ...
    Posted to .Net Adventures (Weblog) by admin on October 5, 2007
  • Displaying large amount of data in DataGridView

    DataGridView supports the special mode (Virtual Mode). The basic idea is that inside the control not stored any data. In given below example of the primitive electronic table, the data stored in the hashtable.The electronic table has a large amount of cells. In this example the number of cells equals to 100000 lines * 100 columns = 10000000. ...
    Posted to .Net Adventures (Weblog) by adventurer on February 18, 2007
  • Object Relational Mapping and persistence framework for .NET 2.0

    DataBlock is a Object Relational Mapping and persistence framework for .NET 2.0.When working with DataBlock your job should be to create business object that handle the specific business issues instead of writing SQL, juggling with ADO.NET objects or making sure that a specific piece of code is running in a transaction. DataBlock comes with ...
    Posted to .Net Adventures (Weblog) by adventurer on January 7, 2007
  • Manage database of ASP.NET 2.0 Membership & Role services in non-ASP.NET context

    This article explains how to manage database of ASP.NET 2.0 Membership & Role services in non-ASP.NET context.   Technorati tags: database, dotnet, asp.net
    Posted to .Net Adventures (Weblog) by adventurer on December 16, 2006
  • Data Dictionary Creator

    Data Dictionary Creator  is a simple tool which helps you document SQL Server databases. It saves all the information in Extended Properties, so it's easier to keep the documentation in sync with the database as it changes.Check out this Data Dictionary Creator Walkthrough to see how easy it is to document your database.   ...
    Posted to .Net Adventures (Weblog) by adventurer on November 17, 2006
Powered by Community Server, by Telligent Systems