| An ADO.NET multi-tier solution |
| The Code Project |
| A view of how ado.net can be used in a multi-tier environment. |
|
| Application Configuration Editor Using the PropertyGrid |
| The Code Project |
| An application configuration editor using the PropertyGrid control. |
|
| Application Configuration Editor using the PropertyGrid |
| The Code Project |
| An application configuration editor using the PropertyGrid control. |
|
| Binding a two dimensional array to a DataGrid |
| The Code Project |
| Binding a two dimensional array to a DataGrid |
|
| BooProd.Core - Database Access |
| The Code Project |
| An easy, useful package for accessing SQL Server. |
|
| Changes to datagrid text are lost in Visual C# .NET 2003 project |
| http://www.kbalertz.com/ |
| (839225) - Discusses an issue where changes made to datagrid text in a Microsoft C# .NET 2003 project are not retained if the column data is partially selected and contains the currency or comma symbols. |
|
| Connecting to MySQL database from your .net applications. |
| The Code Project |
| A simple introduction on how to connect to an MySQL database. |
|
| Cutting Edge |
| MSDN |
| Dress Your Controls for Success with ASP.NET 1.1 Themes, Part 2 |
|
| Data Access and Transaction Handling Framework |
| The Code Project |
| Generic data access component for different datasources, sprocs/sql, implicitly propagated transactions, explicitly managed transaction contexts etc. |
|
| Detect Changes To A Database Table |
| The Code Project |
| This article sorts to illustrate one of the ways by which data table changes can be detected through the use of available aggregate functions like BINARY_CHECKSUM and CHECKSUM_AGG. |
|
| Exposing Type Information |
| C#Today |
| In his previous article, Morgan Skinner looked at the TypeDescriptor class, and how it could be used to retrieve various pieces of information from a type (or object). In certain situations however, you might want to augment or bypass the information returned from the TypeDescriptor, and in order to do this you need to implement the ICustomTypeDescriptor interface on your type. In this article, Morgan examines the ICustomTypeDescriptor interface, and show some examples of where it might be used, such as to to construct a list of properties on the fly when reading records from a database and displaying them on screen. Using the ICustomTypeDescriptor interface, it is possible to give each record its own list of properties, which might be useful if you want to permit or deny access to those properties based on some row level security settings. |
|
| Generic Data Provider |
| The Code Project |
| Generic Data Provider. An approach to make applications database independent. |
|
| Globalized Property Grid |
| C# Corner |
| The property grid is a nice control to display properties and values. You create an instance of your class and assign it to the property grid. By using reflection a property grid extracts the properties of the class and displays its values. Usually you meet some more requirements: It would be nice if there is a user friendly name displayed which may differ from the property member names used for the class. Or the property name needs to be displayed in a different language. Or if international software is required at all we need to display property names in more than one language. Maybe with switching between the languages at runtime. |
|
| Handy Type Editors. Universal Dropdown Editor |
| The Code Project |
| Implementing a universal dropdown type editor. |
|
| How to avoid writing SQL for Ado.Net DataAdapter |
| The Code Project |
| Automatic creation of SQL for CRUD operations when Strongly Typed DataSets are used |
|
| How to avoid writing SQL for Ado.Net DataAdapter |
| The Code Project |
| Automatic creation of SQL for CRUD operations when Strongly Typed DataSets are used |
|
| Minosse RDBMS |
| The Code Project |
| Minosse is a complete SQL relational database system entirely written in pure C# |
|
| NetDbExplorer : Demo for mj10777.DataBase Class |
| The Code Project |
| The simple use of this Class to Connect, Create (Database/Table), Read and Fill Tables, Update, Insert and Delete Records |
|
| Object ByteArray Converter |
| The Code Project |
| this dll help users to convert between any object and byte array which will be very useful when using to insert objects into a DataBase |
|
| Object properties in the PropertyDescriptorCollection class do not update as you expect |
| http://www.kbalertz.com/ |
| (836675) - Discusses an issue where properties of objects in a PropertyDescriptorCollection are not updated as you expect when you run a Visual Basic .NET or a Visual C# .NET project. |
|
| Object properties in the PropertyDescriptorCollection class do not update as you expect |
| http://www.kbalertz.com/ |
| (836675) - Discusses an issue where properties of objects in a PropertyDescriptorCollection are not updated as you expect when you run a Visual Basic .NET or a Visual C# .NET project. |
|
| Persisted Permutations |
| The Code Project |
| An article on how to persist permutations of items in relational databases. |
|
| QASharp V1.1 [Query Analyzer like tool for MSDE database] |
| The Code Project |
| This project is meant to provide a tool similar to query analyzer which can be used to execute queries, create tables and all other common database activities. |
|
| Runtime Object Editor |
| The Code Project |
| A powerful window/object editor to be used at runtime that allows changing of properties and method invocation on a control/object. |
|
| Saving app settings as XML |
| The Code Project |
| Saving application settings to XML. |
|