Interview Question in SQL Server 2008
Interview Question :: cSharp Database Wrapper Class
I am new to C#.NET and am required to create a class that would act as an inter-mediator between the application and the database.
The class should have connection settings (for SQL-Server and MySQL), add new record, update, delete, some Queries, etc using a predefined set of functions...
Can someone help me creating that?
PS: It's on C#2008 Express Edition
Thank you in advance...

Loading ...