| Projects on Google Code | Results 1 - 10 of 26 |
*psdb* is a module written in !PowerShell V2 CTP 3 that allows you to invoke database commands against a database. It uses ADO.NET's !DbProviderFactory class to enable access to different types of databases.
----
=New version available - see Downloads!=
----
Installation Instructions:
# Creat...
A DBI implementation for ADO.NET on [http://www.ironruby.net IronRuby]
This project tries to unify the interface you use to interact with databases. It does so by delegating everything to the providers for each specific RDBMS implemented on top of ADO.NET.
To test it you could use the followin...
This project hosts group3's work on homework 3 for CSCI 4230 "Web Application Development" in the Fall 2008 semester. The project goal is to create an online bookstore using ASP.NET, ADO.net, C#, XHTML, CSS, and !JavaScript.
The group3 yahoo discussion board is located at http://groups.yahoo.com/...
iDALGen is used for generating Ado.net Based Object Mapping and DAL Code and useful Snippets.
Most of iDALGen files are CodeSmith Templates.Later We would use winform or asp.net pages to generate the codes if needed.
iDALGen.Database.cst is the Main File.
DBNullHandleSnippet.cst is a snippe...
SqlPrompt is a .NET console mode application which allows you to execute SQL queries against any database supported by ADO.NET.
Query output can be written to the console or to a delimited file.
Connection strings are saved in a configuration file for convenience.
It is a project for computer science in AGH - University of Science and Technology in Kraków database class.
A utility that assists in writing and testing ADO.net connection strings
For now, simply a library for interfacing ASP.NET with tasty jQuery candy. Later, who knows?!
Exactly... who knows? As of today 02/28/2009 I have uploaded a utility that can be added to a project using the Entity Framework to allow multiple ssdl schemas to be generated for different database en...
This povides set of classes in the namespace of "System.Data.SugarClient", To access Sugar Data in ADO.NET way.
For example SugarConnection implements IDbConnection interface. It provides connection to the Sugar Instance over SOAP.
sample code:
{{{
using(IDbConnection con = new SugarConnect...
All family apointments can be managed with the family calendar. At the beginning, a patriarch can open a calendar and invite all familymembers, but also guests like grandparents, which can get an overview or may view non-private apointments.
All family members can then manage their own appointme...