Click here to Skip to main content
15,900,110 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionFree RAM as by minimize without displaying window Pin
mewashere15-Mar-06 11:57
mewashere15-Mar-06 11:57 
AnswerRe: Free RAM as by minimize without displaying window Pin
Glaxalg15-Mar-06 17:35
Glaxalg15-Mar-06 17:35 
AnswerRe: Free RAM as by minimize without displaying window Pin
Robert Rohde15-Mar-06 17:41
Robert Rohde15-Mar-06 17:41 
GeneralRe: Free RAM as by minimize without displaying window Pin
mewashere16-Mar-06 3:03
mewashere16-Mar-06 3:03 
GeneralRe: Free RAM as by minimize without displaying window Pin
Dave Kreskowiak16-Mar-06 15:11
mveDave Kreskowiak16-Mar-06 15:11 
QuestionPPTP through code Pin
xibalbasd15-Mar-06 10:24
xibalbasd15-Mar-06 10:24 
QuestionWhere to start? Pin
ComplexLifeForm15-Mar-06 5:43
ComplexLifeForm15-Mar-06 5:43 
AnswerRe: Where to start? Pin
TheZeusJuice15-Mar-06 17:27
TheZeusJuice15-Mar-06 17:27 
First of all, Id like to warn that I'm pretty biased in favor of C# over VB.Net. They both do the same things, but VB has always striken me as a way of keeping those with older skills happy if they don't want to move forward to a more modern Object-Oriented language (ie Java or C#). Anywho, religious affiliations aside, back to your question.

Maybe its because I already had a formal education in Java, which is very similar to C#, but I found that the best way to learn was to look at the source code for simple C# programs and try to understand them, modify them, etc. Also, just browsing around the Documentation that gets installed with the SDK helps alot too.

There's also a plethora of very useful links if you know [who to ask].

That said, I can't really recommend any one tutorial since I don't know what your previous programming experience has been. If you're starting from scratch, a pretty good beginners tutorial can be found [Here]. If you're already proficient in an Object-Oriented or other type of language, then [this might be more your speed]. Either way, you'd probably get the most benefit from looking over a couple of tutorials, since they would reinforce each other on the key points and make learning easier.

Also, I highly recommend getting an IDE. The main two free options for Windows are:
[Visual C# Express, one of Microsoft's free IDEs]
and
[SharpDevelop, an Open-Source IDE]
Which one to choose is also a religious debate. I've never used C# Express personally, but I've heard good things. I've used SharpDevelop, and been happy with it. Personally, I aquired a copy of Visual Studio.Net through my favorite P2P app and never looked back. Say what you want about Microsoft and Windows, but the developer tools team has my deepest respects.

Anywho, I wish you good luck on this endeavour. Keep in mind that you never actually learn how to program. What happens is that the amount of stuff you can do from memory increases as you read and write more and more code, and thus you find yourself looking up stuff online less and less. $Deity knows I still find myself looking up beginner tutorials every once in a while Wink | ;)
GeneralRe: Where to start? Pin
ComplexLifeForm15-Mar-06 21:27
ComplexLifeForm15-Mar-06 21:27 
GeneralRe: Where to start? Pin
TheZeusJuice16-Mar-06 4:54
TheZeusJuice16-Mar-06 4:54 
GeneralRe: Where to start? Pin
Kevin McFarlane17-Mar-06 10:39
Kevin McFarlane17-Mar-06 10:39 
GeneralRe: Where to start? Pin
Kevin McFarlane17-Mar-06 10:45
Kevin McFarlane17-Mar-06 10:45 
Questionnewbie question..plz help Pin
sunny74715-Mar-06 1:18
sunny74715-Mar-06 1:18 
AnswerRe: newbie question..plz help Pin
CWIZO15-Mar-06 2:31
CWIZO15-Mar-06 2:31 
GeneralRe: newbie question..plz help Pin
sunny74715-Mar-06 3:39
sunny74715-Mar-06 3:39 
GeneralRe: newbie question..plz help Pin
Dave Kreskowiak15-Mar-06 5:45
mveDave Kreskowiak15-Mar-06 5:45 
GeneralRe: newbie question..plz help Pin
sunny74715-Mar-06 7:40
sunny74715-Mar-06 7:40 
AnswerRe: newbie question..plz help Pin
Guffa15-Mar-06 8:29
Guffa15-Mar-06 8:29 
Questiondate and time picker Pin
bhavz6915-Mar-06 1:07
bhavz6915-Mar-06 1:07 
Question"SendKeys" in TextBox and RichTextBox (C#) Pin
conrado714-Mar-06 11:19
conrado714-Mar-06 11:19 
QuestionHanging RPC Listeners under a .NET service in COM object Pin
liRetro14-Mar-06 10:56
liRetro14-Mar-06 10:56 
QuestionHow do they figure out the number of characters? Pin
kenn_rosie14-Mar-06 7:22
kenn_rosie14-Mar-06 7:22 
GeneralRe: How do they figure out the number of characters? Pin
Guffa14-Mar-06 7:44
Guffa14-Mar-06 7:44 
GeneralRe: How do they figure out the number of characters? Pin
kenn_rosie14-Mar-06 7:54
kenn_rosie14-Mar-06 7:54 
AnswerRe: How do they figure out the number of characters? Pin
Guffa14-Mar-06 8:50
Guffa14-Mar-06 8:50 

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.