Click here to Skip to main content
15,916,835 members
Home / Discussions / C#
   

C#

 
GeneralRe: Sockets and Win2k Issues Pin
Heath Stewart7-Dec-04 14:27
protectorHeath Stewart7-Dec-04 14:27 
GeneralRe: Sockets and Win2k Issues Pin
Tristan Rhodes8-Dec-04 0:25
Tristan Rhodes8-Dec-04 0:25 
GeneralRe: Sockets and Win2k Issues Pin
Daniel Turini7-Dec-04 20:12
Daniel Turini7-Dec-04 20:12 
GeneralRe: Sockets and Win2k Issues Pin
Tristan Rhodes8-Dec-04 0:26
Tristan Rhodes8-Dec-04 0:26 
GeneralRe: Sockets and Win2k Issues Pin
Heath Stewart8-Dec-04 6:01
protectorHeath Stewart8-Dec-04 6:01 
GeneralFree Lightweight C# SDE Pin
Tristan Rhodes7-Dec-04 8:30
Tristan Rhodes7-Dec-04 8:30 
GeneralRe: Free Lightweight C# SDE Pin
Stanciu Vlad7-Dec-04 9:48
Stanciu Vlad7-Dec-04 9:48 
GeneralRe: Free Lightweight C# SDE Pin
Heath Stewart7-Dec-04 14:21
protectorHeath Stewart7-Dec-04 14:21 
What a great opportunity to really test your skills: no IDE. You can download the SDK from http://msdn.microsoft.com/netframework/[^]. Add both the Framework version directory (ex: %WINDIR%\Microsoft.NET\Framework\v1.1.4322) and the SDK bin directory (ex: %ProgramFiles%\Microsoft.NET\SDK\v1.1\bin) to your PATH environment variable (right-click on "My Computer", select Properties, then click the "Advanced" tab to find the "Environment Variables" button, or just use set PATH=<those two directories above>;%PATH% on the command-line for only that console window).

Type your source code files in your favorite text editor and compile with csc.exe that is installed with the Framework (not the SDK; actually, you don't even need the SDK but that contains the local documentation which is faster to find things, as well as handle tools like ildasm.exe and gacutil.exe).

Almost all code I've ever posted to the forums here on CodeProject where written in ViM (a vanilla text editor ported from UNIX) and compiled on the command-line to check for typos before posting.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: Free Lightweight C# SDE Pin
leppie8-Dec-04 2:42
leppie8-Dec-04 2:42 
GeneralRe: Free Lightweight C# SDE Pin
Nick Parker7-Dec-04 16:00
protectorNick Parker7-Dec-04 16:00 
GeneralRe: Free Lightweight C# SDE Pin
leppie8-Dec-04 2:40
leppie8-Dec-04 2:40 
GeneralMaking parts of a panel transparent Pin
G.Ringbom7-Dec-04 8:28
G.Ringbom7-Dec-04 8:28 
GeneralRe: Making parts of a panel transparent Pin
Heath Stewart7-Dec-04 14:16
protectorHeath Stewart7-Dec-04 14:16 
GeneralRe: Making parts of a panel transparent Pin
G.Ringbom8-Dec-04 1:45
G.Ringbom8-Dec-04 1:45 
GeneralRe: Making parts of a panel transparent Pin
Heath Stewart8-Dec-04 6:22
protectorHeath Stewart8-Dec-04 6:22 
GeneralRe: Making parts of a panel transparent Pin
G.Ringbom8-Dec-04 6:38
G.Ringbom8-Dec-04 6:38 
GeneralConsole Application problem...! Pin
QzRz7-Dec-04 8:09
QzRz7-Dec-04 8:09 
GeneralRe: Console Application problem...! Pin
Daniel Turini7-Dec-04 8:14
Daniel Turini7-Dec-04 8:14 
GeneralRe: Console Application problem...! Pin
QzRz7-Dec-04 8:16
QzRz7-Dec-04 8:16 
GeneralI can't get my codebehind to work Pin
bigtone787-Dec-04 6:44
bigtone787-Dec-04 6:44 
GeneralRe: I can't get my codebehind to work Pin
Dave Kreskowiak7-Dec-04 7:19
mveDave Kreskowiak7-Dec-04 7:19 
GeneralRe: I can't get my codebehind to work Pin
bigtone787-Dec-04 7:30
bigtone787-Dec-04 7:30 
GeneralRe: I can't get my codebehind to work Pin
Colin Angus Mackay7-Dec-04 12:01
Colin Angus Mackay7-Dec-04 12:01 
Generalicon not repainted on minimize of an overlaying window Pin
stefan houtz7-Dec-04 5:41
stefan houtz7-Dec-04 5:41 
GeneralRe: icon not repainted on minimize of an overlaying window Pin
Dave Kreskowiak7-Dec-04 7:14
mveDave Kreskowiak7-Dec-04 7:14 

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.