Click here to Skip to main content
15,917,793 members
Home / Discussions / C#
   

C#

 
Generalmapi message .. urgent help needed Pin
sheri198120-Mar-05 22:50
sheri198120-Mar-05 22:50 
GeneralCan't detect previous version of Applcation Pin
azusakt20-Mar-05 22:05
azusakt20-Mar-05 22:05 
GeneralUnable to remove assembly from Cache Pin
Adnan Siddiqi20-Mar-05 21:17
Adnan Siddiqi20-Mar-05 21:17 
GeneralRe: Unable to remove assembly from Cache Pin
Adnan Siddiqi20-Mar-05 21:21
Adnan Siddiqi20-Mar-05 21:21 
GeneralWhy o why? Pin
leppie20-Mar-05 21:46
leppie20-Mar-05 21:46 
Generalabout the comminly used classes in .net Pin
satishrg20-Mar-05 18:46
satishrg20-Mar-05 18:46 
GeneralRe: about the comminly used classes in .net Pin
Colin Angus Mackay20-Mar-05 20:47
Colin Angus Mackay20-Mar-05 20:47 
GeneralRe: about the comminly used classes in .net Pin
leppie20-Mar-05 21:36
leppie20-Mar-05 21:36 
Ok here's my take, from most used namespaces (packages in java?) to least used (but still used alot).

1. System - all things common to the framework, eg object, string, primitives.
2. System.Collections - few handy list classes.

The above is common to most, my personal preferences follows.

3. System.IO - all stream related classes, including the overlooked StringReader/Writer classes.
4. System.Reflection - allows you to get info at runtime for any class (including your own).
5. System.ComponentModel - type convertors.
6. System.Windows.Forms - all UI classes.
7. System.Xml - basic XML goodies.
8. System.Text - most notably StringBuilder class.
9. System.Net - basic network client classes.
10. System.Text.RegularExpressions - RegularExpressions.
11. System.Xml.Serialization - XML (de)serialization.
12. System.Runtime.InteropServices - support for calling lecagy dll's.

And finally you might wanna look at System.Data that has support classes for database interopablity, and the ASP.NET related namespaces (System.Web.*) for web stuff.

HTH Big Grin | :-D

xacc-ide 0.0.15 now with C#, MSIL, C, XML, ASP.NET, Nemerle, MyXaml and HLSL coloring - Screenshots
GeneralRe: about the comminly used classes in .net Pin
Rei Miyasaka21-Mar-05 0:02
Rei Miyasaka21-Mar-05 0:02 
Generalthanks to all Pin
satishrg21-Mar-05 5:43
satishrg21-Mar-05 5:43 
GeneralKeyboard language Pin
ABBASI_RA20-Mar-05 16:03
ABBASI_RA20-Mar-05 16:03 
GeneralRe: Keyboard language Pin
Christian Graus20-Mar-05 16:27
protectorChristian Graus20-Mar-05 16:27 
GeneralRe: Keyboard language Pin
Dave Kreskowiak20-Mar-05 17:27
mveDave Kreskowiak20-Mar-05 17:27 
Generalopen window Pin
ABBASI_RA20-Mar-05 15:46
ABBASI_RA20-Mar-05 15:46 
GeneralRe: open window Pin
Dave Kreskowiak20-Mar-05 17:28
mveDave Kreskowiak20-Mar-05 17:28 
GeneralRe: open window Pin
ABBASI_RA20-Mar-05 17:38
ABBASI_RA20-Mar-05 17:38 
GeneralRe: open window Pin
Dave Kreskowiak24-Mar-05 1:40
mveDave Kreskowiak24-Mar-05 1:40 
GeneralMultithreading on dual machine problem Pin
omid_dt20-Mar-05 10:38
omid_dt20-Mar-05 10:38 
GeneralRe: Multithreading on dual machine problem Pin
Rei Miyasaka21-Mar-05 0:13
Rei Miyasaka21-Mar-05 0:13 
GeneralRe: Multithreading on dual machine problem Pin
omid_dt21-Mar-05 1:25
omid_dt21-Mar-05 1:25 
GeneralRe: Multithreading on dual machine problem Pin
Rei Miyasaka21-Mar-05 1:48
Rei Miyasaka21-Mar-05 1:48 
GeneralRe: Multithreading on dual machine problem Pin
Judah Gabriel Himango21-Mar-05 6:28
sponsorJudah Gabriel Himango21-Mar-05 6:28 
GeneralFinding out number of methods subscribed to an event Pin
Flack20-Mar-05 10:14
Flack20-Mar-05 10:14 
GeneralRe: Finding out number of methods subscribed to an event Pin
MoustafaS20-Mar-05 10:54
MoustafaS20-Mar-05 10:54 
GeneralRe: Finding out number of methods subscribed to an event Pin
Flack20-Mar-05 17:11
Flack20-Mar-05 17:11 

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.