|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||||
|
|||||
|
I did a brief search and could not find anything regarding the topic noted above, so here goes.
Note to high schoolers into programming: if you get programming a bit, particularly object oriented, you just might want to look into C# (or java, they seem related). At least get started with them for some experience. My question for those who have gotten into this development already: what would you recommend as an approach to learning the .net (or Java) platform (via books, online tutorials, etc.)? What method of 'immersion' would you recommend for the best quality learning experience. I ask this because on October 20 of last year here at Washtenaw Community College and this past Saturday (May 10) at Davenport in Grand Rapids I went to these Day of Dot Net seminars and found myself intrigued and curious as to how .net works. Problem being it appears it takes a lot of experience to start making Windows Forms Apps (of any sort) and the tutorials I have encountered that cover the language C# itself dont really get in depth with the available libraries. In short, I get the C# language (edit: when it comes to syntax and structure), the next natural step is learning the platform and/or how to create Windows Forms Apps and etc. with C#, and I am curious where people started when it came to that part of learning C# .net (or Java). Thanks! -Joe edit: Visual Basic... I'll look into it, but I am really heavily focusing on C# (In Visual Express 2008, what I currently use). Thanks though for the pointers on that aspect. Last edited by JoeXIII'007 : 14-05-2008 at 22:12. |
|
#2
|
||||
|
||||
|
Re: Approaching C# and the .net platform...
as far as the windows form apps, i usually use Visual Basic.net . i'm not very good at it, but it usually gets the job done because of its simplicity and ease of use.
|
|
#3
|
||||
|
||||
|
Re: Approaching C# and the .net platform...
VB.net was the first language that I learned, back in 2003. I started with one of the Teach Youself .net books, if you search amazon you'll get a good list.
If you don't want to buy a book, I suggest you download Visual C# Express 2008. When you register it you get an e-book which walks you though creating a simple winForms app. Once you get started when you have questions you can use http://searchdotnet.com/. It is just a custom google search which filters out a lot of the noise. Other than books, and google searches, podcasts can be a very good source of information. .Net Rocks! and HanselMinutes are both good ones. DnrTV is the screencast version of .Net Rocks! it's also a good resource. If you have any questions feel free to ask me. EDIT: I found some more stuff for you. I appears that Washtenaw Community College is an MSDNAA member. What that means for you is that if you have your username/password you can get the full version of Microsoft's development tools. You also have access to several Microsoft e-learning classes (IT Academy Course: Windows Developer). Your school's MSDNAA site is here. EDIT 2: Misc. links http://www.codinghorror.com/blog/ very good blog which covers a variety of topics. http://www.codinghorror.com/blog/archives/000827.html good blog post about learning to program Last edited by EHaskins : 14-05-2008 at 19:38. |
|
#4
|
||||
|
||||
|
Re: Approaching C# and the .net platform...
I just recently learned VB.net using Visual Studio 2005 Professional. A great resource to use for learning this language is This.
This site is great for step by step instructions for people that like to watch tutorials rather than read them. |
|
#5
|
||||
|
||||
|
Re: Approaching C# and the .net platform...
I started robotics about the same time I took a programming class Freshman year. The class taught VB.NET. I learned 2 things from the class:
1. .NET is extrmely nice for rapid application dev., and I still use it today. 2. The experience in VB.NET got me to start thinking like a programmer (with the whole logic bit.) After that class was when C kinda started making sense ![]() .NET is an amazing platform if you want to make applications for your own use. However, the .NET Framework is a tad bit slow, which is why I want to learn the Windows API so that I can do native programming. |
|
#6
|
||||
|
||||
|
Re: Approaching C# and the .net platform...
Quote:
https://downloads.channel8.msdn.com/ |
|
#7
|
|||
|
|||
|
Re: Approaching C# and the .net platform...
If you search google for c# and "best practices" there are lots of examples for different subject areas. The most difficult part of coding for the Common Language Runtime (CLR) in C# or Java Virtual Machine (JVM) in Java is the volume of information in the runtime libraries. I've always been a fan of the Wrox books, since they're a good balance between tutorial and reference. Honestly though, the best resource for specific questions is still google.
The best way to learn it is to use it. |
|
#8
|
||||
|
||||
|
Re: Approaching C# and the .net platform...
I would recommend downloading Visual C# Express as mentioned earlier, and going through the Help files, which are quite comprehensive once you learn how to navigate them.
To start with, you can go to Help->Contents, navigate the tree through Development Tools and Languages->Visual Studio->Visual C#->Creating your First C# Application. The folders might be slightly different since I've got Visual Studio 2005 installed, but they should be pretty similar. Another avenue is to start with something fun that will keep you coming back.... look up Microsoft XNA, a free game development engine that can produce applications for PC or Xbox360. This engine is very easy to learn, and there are a large number of tutorials that can get you started in doing something you'll have a lot of fun with as well as learn a new language. |
|
#9
|
||||
|
||||
|
Re: Approaching C# and the .net platform...
Quote:
) and found it really easy to use.lachoneus is right though. 3-d stuff can get tricky. Luckily the Dark GDK comes with plenty of samples and tutorials, complete with source. |
|
#10
|
||||
|
||||
|
Re: Approaching C# and the .net platform...
Quote:
Expression Web is a much better product than Frontpage, but that really just for web apps. |
|
#11
|
|||
|
|||
|
Re: Approaching C# and the .net platform...
Quote:
Really, it doesn't matter which GUI toolkit you work with first. They're all somewhat similar once you understand the basic concepts. I've worked with AWT/Swing, Qt, GTK2, and .NET. Personally, I prefer the open-source libraries. |
|
#12
|
||||
|
||||
|
Re: Approaching C# and the .net platform...
Quote:
Expression is a good graphics editor, but unless you're working with WPF there isn't much reason for it. Personally I think you should learn WinForms before you try to learn WPF. Quote:
Quote:
|
|
#13
|
||||
|
||||
|
Re: Approaching C# and the .net platform...
Possibly a little off-topic, but you might want to look at wxWidgets.
The advantage's are being able to work in C++, in addition to your applications being cross platform. |
|
#14
|
||||
|
||||
|
Re: Approaching C# and the .net platform...
Expression is a tool suite like Visual Studio. The only program that I use on a regular basis is Expression Web which is miles ahead of what Frontpage was.
Last edited by Adam Y. : 15-05-2008 at 15:21. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| **FIRST EMAIL**/Awards, Judges Info, and Additional Payment Deadline Approaching | Mark McLeod | FIRST E-Mail Blast Archive | 0 | 18-01-2008 09:43 |
| paper: .NET Rack And Roll Scoring Program | Jared Russell | Extra Discussion | 6 | 03-04-2007 22:50 |
| Ramp and Platform model problem. | Jay Trzaskos | Inventor | 1 | 08-01-2006 02:13 |
| pic: 6 and 12 inch platform rise | CD47-Bot | Extra Discussion | 2 | 18-01-2004 09:15 |
| Extra ramp and platform outside the field at each event to test and practice? | Digo | General Forum | 4 | 19-01-2003 21:39 |