Click here to Skip to main content
15,921,716 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# : Windows Service Pin
pubududilena10-May-05 23:16
pubududilena10-May-05 23:16 
GeneralRe: C# : Windows Service Pin
heeloowoo11-May-05 21:19
heeloowoo11-May-05 21:19 
GeneralStarting C# Pin
Member 191747310-May-05 21:15
Member 191747310-May-05 21:15 
GeneralRe: Starting C# Pin
pubududilena10-May-05 22:12
pubududilena10-May-05 22:12 
GeneralRe: Starting C# Pin
Polis Pilavas11-May-05 0:52
Polis Pilavas11-May-05 0:52 
GeneralRe: Starting C# Pin
Christian Graus11-May-05 12:55
protectorChristian Graus11-May-05 12:55 
Questionwhat is advantage of Microsoft Enterprise Library(pattern and practice)? Pin
pubududilena10-May-05 19:35
pubududilena10-May-05 19:35 
AnswerRe: what is advantage of Microsoft Enterprise Library(pattern and practice)? Pin
Polis Pilavas11-May-05 0:50
Polis Pilavas11-May-05 0:50 
Microsoft Enterprise Library is an Application Framework consisting of 7 or 8 Application Blocks (can't really remember the number). Each block deals with a different category of common issues that you would otherwise had to go through in your code (such as logging block, database block, exception block, etc.). It's not only used for database development.

You have the option to select which of the blocks you want to include in your code, and each one of them comes with a variety of classes and methods that ease the development and handle things in the Microsoft recommend way (afterall they are written by Microsoft).

When it comes to Databases, from what I can remember, currently the Ent. Library supports only Oracle and SQL Server. I am not sure about the rest (Odbc and so on).

If you are only interested in Database development then a good alternative would be the RapTier framework. Google for it, it's quite good, it supports all database types, and it comes with a good documentation.

Hope this helps.

Regards,
Polis

Can you practice what you teach?
GeneralGetting user inactivity time in a process Pin
G_Zola10-May-05 19:12
G_Zola10-May-05 19:12 
GeneralCoordination values in different monitors Pin
luckyeagle10-May-05 18:15
luckyeagle10-May-05 18:15 
GeneralRe: Coordination values in different monitors Pin
Christian Graus10-May-05 18:19
protectorChristian Graus10-May-05 18:19 
QuestionIn c#, how to managed the 2 dimension array? Pin
welsrping10-May-05 17:17
welsrping10-May-05 17:17 
AnswerRe: In c#, how to managed the 2 dimension array? Pin
Christian Graus10-May-05 17:27
protectorChristian Graus10-May-05 17:27 
GeneralRe: In c#, how to managed the 2 dimension array? Pin
welsrping10-May-05 19:34
welsrping10-May-05 19:34 
GeneralRe: In c#, how to managed the 2 dimension array? Pin
Christian Graus11-May-05 12:50
protectorChristian Graus11-May-05 12:50 
GeneralRe: In c#, how to managed the 2 dimension array? Pin
welsrping11-May-05 14:00
welsrping11-May-05 14:00 
AnswerRe: In c#, how to managed the 2 dimension array? Pin
pubududilena10-May-05 19:43
pubududilena10-May-05 19:43 
GeneralRe: In c#, how to managed the 2 dimension array? Pin
welsrping10-May-05 19:56
welsrping10-May-05 19:56 
GeneralRe: In c#, how to managed the 2 dimension array? Pin
pubududilena10-May-05 20:05
pubududilena10-May-05 20:05 
GeneralC# Form (Show Statement) Pin
Master Bushnell10-May-05 14:53
Master Bushnell10-May-05 14:53 
GeneralRe: C# Form (Show Statement) Pin
Reanalyse10-May-05 15:02
Reanalyse10-May-05 15:02 
GeneralASP.NET/C# Pin
The Yellow Dart10-May-05 13:13
The Yellow Dart10-May-05 13:13 
GeneralRe: ASP.NET/C# Pin
Christian Graus10-May-05 17:05
protectorChristian Graus10-May-05 17:05 
GeneralMP3 playback Pin
Azio10-May-05 12:33
Azio10-May-05 12:33 
GeneralRe: MP3 playback Pin
Christian Graus10-May-05 13:19
protectorChristian Graus10-May-05 13:19 

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.