Click here to Skip to main content
15,922,007 members
Home / Discussions / C#
   

C#

 
GeneralRe: Capture Ctrl+Alt+Del Event Pin
Tomas Brennan24-Sep-05 4:48
Tomas Brennan24-Sep-05 4:48 
GeneralRe: Capture Ctrl+Alt+Del Event Pin
Dave Kreskowiak25-Sep-05 1:39
mveDave Kreskowiak25-Sep-05 1:39 
Questionchar [ ] to float? Pin
levi's22-Sep-05 19:05
levi's22-Sep-05 19:05 
AnswerRe: char [ ] to float? Pin
enjoycrack22-Sep-05 20:32
enjoycrack22-Sep-05 20:32 
Questionhow to get variable name. (for lmoelleb) Pin
ab.hamad22-Sep-05 18:56
ab.hamad22-Sep-05 18:56 
Questionhow to install Pin
Rajganga22-Sep-05 18:43
Rajganga22-Sep-05 18:43 
AnswerRe: how to install Pin
sreejith ss nair22-Sep-05 19:02
sreejith ss nair22-Sep-05 19:02 
AnswerRe: how to install Pin
23-Sep-05 8:33
suss23-Sep-05 8:33 
C# is installed with the ".NET Framework", download it from windows update or grab a redistributable package around the net or msdn site. Install the framework and you'll have C# language, compiler and other libraries completly installed in your system.

If you install .NET Framework 1.1 then also download the service pack 1.

With these packages you're ready to write software. You'll need an IDE if you don't plan to write software with notepad so download a good IDE like SharpDevelop http://www.icsharpcode.net/OpenSource/SD/Default.aspx[^], it's free.

AFTER you installed the framework & the service pack, if you want offline documentation about the C# language specification, .NET Framework, classes and many others then download and install the .NET Framework SDK, it's very usefull and it has code samples and tools.

A useful tip: If you plan to use notepad to write code then add the path of the C# compiler to the system variables. So at compile time you can type at the console "csc" and not the whole path to the compiler. Notepad is useful if you want to learn in deep the theorical C# specifications cause the times you need to look at the documentation is longer than "drawing" software with an automated IDE, this way you memorise namespaces, find new interesting info and see how things work.

Hope it helps you,

Heinz

-- modified at 14:35 Friday 23rd September, 2005
Questionsimple webform validation not able to do Pin
jyothi_pradeep_satyam_corp22-Sep-05 18:12
jyothi_pradeep_satyam_corp22-Sep-05 18:12 
AnswerRe: simple webform validation not able to do Pin
sreejith ss nair22-Sep-05 18:54
sreejith ss nair22-Sep-05 18:54 
GeneralRe: simple webform validation not able to do Pin
jyothi_pradeep_satyam_corp23-Sep-05 18:02
jyothi_pradeep_satyam_corp23-Sep-05 18:02 
GeneralRe: simple webform validation not able to do Pin
jyothi_pradeep_satyam_corp23-Sep-05 18:04
jyothi_pradeep_satyam_corp23-Sep-05 18:04 
GeneralRe: simple webform validation not able to do Pin
jyothi_pradeep_satyam_corp23-Sep-05 18:06
jyothi_pradeep_satyam_corp23-Sep-05 18:06 
QuestionWay to access class member Pin
Libra22-Sep-05 17:38
Libra22-Sep-05 17:38 
AnswerRe: Way to access class member Pin
Luis Alonso Ramos22-Sep-05 18:04
Luis Alonso Ramos22-Sep-05 18:04 
AnswerRe: Way to access class member Pin
sreejith ss nair22-Sep-05 19:47
sreejith ss nair22-Sep-05 19:47 
Questionlistbox iterating Pin
Pyro Joe22-Sep-05 15:24
Pyro Joe22-Sep-05 15:24 
AnswerRe: listbox iterating Pin
Christian Graus22-Sep-05 16:01
protectorChristian Graus22-Sep-05 16:01 
Question[Message Deleted] Pin
levi's22-Sep-05 15:19
levi's22-Sep-05 15:19 
AnswerRe: convert from byte [ ] to char Pin
Christian Graus22-Sep-05 16:04
protectorChristian Graus22-Sep-05 16:04 
QuestionIntPtr to evenlogentry icon Pin
g00fyman22-Sep-05 14:46
g00fyman22-Sep-05 14:46 
QuestionADO to ADO.net question Pin
Steve Messer22-Sep-05 9:43
Steve Messer22-Sep-05 9:43 
QuestionDataGridView Focus Pin
Drew McGhie22-Sep-05 9:29
Drew McGhie22-Sep-05 9:29 
AnswerRe: DataGridView Focus Pin
seee sharp22-Sep-05 17:53
seee sharp22-Sep-05 17:53 
AnswerRe: DataGridView Focus Pin
EKJDBA22-Sep-05 21:09
EKJDBA22-Sep-05 21:09 

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.