Click here to Skip to main content
15,900,378 members
Home / Discussions / C#
   

C#

 
Questionhow to used unmanaged class library on a C# web application Pin
smallcase30-Jan-05 16:54
smallcase30-Jan-05 16:54 
Generalsending file using UDP error Pin
Sakkijha30-Jan-05 11:16
Sakkijha30-Jan-05 11:16 
GeneralRe: sending file using UDP error Pin
Dave Kreskowiak31-Jan-05 1:34
mveDave Kreskowiak31-Jan-05 1:34 
GeneralRe: sending file using UDP error Pin
Sakkijha31-Jan-05 4:02
Sakkijha31-Jan-05 4:02 
QuestionHow can we program databases in C#? Pin
Kiran Satish30-Jan-05 10:06
Kiran Satish30-Jan-05 10:06 
AnswerRe: How can we program databases in C#? Pin
Luis Alonso Ramos30-Jan-05 10:13
Luis Alonso Ramos30-Jan-05 10:13 
GeneralRe: How can we program databases in C#? Pin
Kiran Satish30-Jan-05 17:54
Kiran Satish30-Jan-05 17:54 
GeneralRe: How can we program databases in C#? Pin
Luis Alonso Ramos30-Jan-05 18:22
Luis Alonso Ramos30-Jan-05 18:22 
Suman Somanchi wrote:
1) To design and implement a database

The database design depends on the specific project and its requirements. I don't know what it is about, so I can't help here.

Suman Somanchi wrote:
2) To Design a set of transactions for my database and application

The transactions can be something like add record (INSERT SQL statement, whatever you are storing), delete record (DELETE), edit (UPDATE) o get info (SELECT).

You can do it in C# very easily with ADO.NET. Search CP for the articles on ADO.NET and you will find how easy is to execute a query and examine the results.

As for the database backend, you say you have used Oracle before. Using SQL Server is almost the same (well, basically) so you should have no problems getting started.

Good luck!

-- LuisR



Luis Alonso Ramos
Intelectix - Chihuahua, Mexico

Not much here: My CP Blog!

GeneralRe: How can we program databases in C#? Pin
Kiran Satish30-Jan-05 20:44
Kiran Satish30-Jan-05 20:44 
GeneralRe: How can we program databases in C#? Pin
Yulianto.30-Jan-05 22:12
Yulianto.30-Jan-05 22:12 
GeneralRe: How can we program databases in C#? Pin
Kiran Satish31-Jan-05 17:59
Kiran Satish31-Jan-05 17:59 
GeneralRe: How can we program databases in C#? Pin
Yulianto.31-Jan-05 23:18
Yulianto.31-Jan-05 23:18 
AnswerRe: How can we program databases in C#? Pin
Mazdak30-Jan-05 10:14
Mazdak30-Jan-05 10:14 
QuestionButton control ? Pin
Christian Graus30-Jan-05 9:48
protectorChristian Graus30-Jan-05 9:48 
AnswerRe: Button control ? Pin
Robert Rohde30-Jan-05 19:01
Robert Rohde30-Jan-05 19:01 
GeneralGet an Image from an ImageList Pin
Luis Alonso Ramos30-Jan-05 9:44
Luis Alonso Ramos30-Jan-05 9:44 
GeneralRe: Get an Image from an ImageList Pin
Yulianto.30-Jan-05 22:36
Yulianto.30-Jan-05 22:36 
GeneralRe: Get an Image from an ImageList Pin
Luis Alonso Ramos31-Jan-05 5:24
Luis Alonso Ramos31-Jan-05 5:24 
GeneralDirect3D in a panel makes VS Designer hang Pin
iammudman30-Jan-05 8:52
iammudman30-Jan-05 8:52 
GeneralRe: Direct3D in a panel makes VS Designer hang Pin
Skynyrd30-Jan-05 14:24
Skynyrd30-Jan-05 14:24 
GeneralPlease Help Pin
Beringer30-Jan-05 5:59
Beringer30-Jan-05 5:59 
Generaldirectives in c# for .net version Pin
Clickok30-Jan-05 5:35
Clickok30-Jan-05 5:35 
GeneralRe: directives in c# for .net version Pin
Mazdak30-Jan-05 6:02
Mazdak30-Jan-05 6:02 
GeneralRe: directives in c# for .net version Pin
Clickok30-Jan-05 6:17
Clickok30-Jan-05 6:17 
QuestionMonitor all key press??? Pin
bmk_shepherd30-Jan-05 2:46
bmk_shepherd30-Jan-05 2:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.