|
| |||||||
| |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
| | #17 (permalink) |
| Banned Join Date: Nov 2003
Posts: 1,219
| To nobody's surprise, I really haven't done anything this summer. I fucked around with PHP/MySQL/Apache a little, but still haven't made anything productive. The problem, I think, is that I start something and immediately feel overwhelmed by it all. I have no set path or procedure in order to learn a language or create anything worthwhile. My experience with programming is a bit pigeonholed with C++ and just the basic theory that lies therein. I don't know jack about communicating with web apps or anything advanced. ![]() |
| | |
| | #18 (permalink) |
| Registered User Join Date: Jan 2003
Posts: 73
| A good requirements document would help you not be so overwhelmed. Use cases are a great way to figure out the functional requirements. Sample system requirements document - AC is an example. The main thing to notice is You have a perfect case scenario. Then after that you think of any alternate paths that may take place and document them. Then you want to model out a class diagram. Visual Studios has a class diagram layout you can use. It can generate diagrams on code you already have. If you want to get real fancy you can use UML and use something like MS Visio. UML basics: The class diagram has a nice little starter for UML. UML is something that is used a lot in real world OO software development and is something you will want to get familiar with at some point. In short, you want to model out all your methods, data members and events(C# terminology) before you start any actual coding. Before you do that you want some requirements documents so you know what you will need to accomplish. Last edited by Sticks : 07-08-2007 at 07:43 AM. |
| | |
| | #19 (permalink) | |
| Registered User Join Date: Jan 2003
Posts: 73
| If you are still interested in a project, consider this fictional project: Quote:
| |
| | |
| | #20 (permalink) |
| Genocide Engineer Join Date: Jul 2002 Location: Georgia
Posts: 1,517
+5 Internets | Keep this stuff coming! Not sure if the OP is still interested, but I am. I want to get back into programming as a hobby, but want to learn what I need to know for a corporate job in the unlikely event that I can ever get back into the industry instead of being chained to fucking tech support for the rest of my life (wtb run-on sentence.) Also, what are some good general resources for C#? I obtained some tutorial videos from the learnvisualstudio.net site and it seemed to be a good starting point. However, I'd like to find a good C# site that has information and useful forums. Any book suggestions would be appreciated too. I remember the basic principles (variables, if..then, case statements, etc) but everything else is a blur since I've not seriously written a line of code in like 6 years. |
| | |
| | #21 (permalink) |
| Registered User Join Date: Oct 2004
Posts: 1,701
| I haven't looked at it myself but often the SAMS teach yourself in 24hr books do a good job at guiding you through some stuff. Sams Teach Yourself C# in 24 Hours free web version, you can find e-book versions too, which are a bit easier to read. There is a 21 day version too. Can always look at what is popular with torrents. It can be an indicator on what books are popular csharp torrent search |
| | |
| | #22 (permalink) |
| Banned Join Date: Nov 2003
Posts: 1,219
| I do appreciate the feedback. I'll have ~a month of absolutely nothing to do starting Aug. 1. At that point, I'll be undertaking one of these projects. Edit: Oh, I'll update you all with what I do. I'll post my finished project as well, if anybody cares. :P |
| | |
| | #24 (permalink) |
| You can betray me Join Date: Dec 2002 Location: Houston
Posts: 8,676
+20 Internets | anyone looking for some shit to fill summer and is advanced at building databases or anything (anyyyyythiiiiiiing) that would help out the new site we're hoping to launch by the end of the month please send me a PM~ |
| | |
| | #28 (permalink) |
| Late to the party Join Date: Nov 2006 Location: Maryland
Posts: 660
| Rather than make a new thread... I've always wanted to get into the server side of the internet more. I'm fairly computer literate, I read a lot on new technologies and know a few languages (C, C++, java, VB) but never attempted building my own computer/server or attempted to design/host a website. So does anyone know of any good books or websites where I can start? |
| | |
| | #29 (permalink) |
| Registered User Join Date: Oct 2004
Posts: 1,701
| Microsoft ASP.NET 2.0 Training Online, ASP.NET Tutorial Videos: Total Training Software Training are pretty easy to follow if you want to get into asp.net webforms |
| | |
| | #30 (permalink) |
| Registered User Join Date: Oct 2003
Posts: 2,222
| if you guys want a project, i'll give you a spec to follow. it's a database app that can be done in any language. it was for a class of mine, but i can pass along the spec if anyone is interest. it's worth about 2-3 weeks of work if you do alone. |
| | |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
| |