Beginner ProjectI dont know what I can do with C#
Page 1 of 1
14 Replies - 8736 Views - Last Post: 01 April 2009 - 09:52 AM
#1
Beginner Project
Posted 25 May 2008 - 08:39 AM
If any one could give me advice and I will search for the rest on google, and if I have any problems I will post the code here.
Thank you
Replies To: Beginner Project
#2
Re: Beginner Project
Posted 25 May 2008 - 07:47 PM
#4
Re: Beginner Project
Posted 26 May 2008 - 11:54 AM
Could any one help?
#6
Re: Beginner Project
Posted 26 May 2008 - 03:41 PM
#8
Re: Beginner Project
Posted 22 March 2009 - 03:21 PM
I'm also looking for a beginner project to work on. My professor is offering 10 points extra credit if we create our own little application in our own time and present it to him occasionally so he can see our progress. I want to try something that I genuinely care about like a wardrobe assistant where the user gives the season and temperature, then inputs their mood out of given choices, then the app should output a suggested outfit. Just an idea. I think a payroll app really boring and kind of over done.
I'm open to more ideas though!
#9
Re: Beginner Project
Posted 22 March 2009 - 07:45 PM
#10
Re: Beginner Project
Posted 23 March 2009 - 10:48 AM
#11
Re: Beginner Project
Posted 23 March 2009 - 04:09 PM
If so, experiment with some IO type programs (Making & Writing to Text Files).
#12
Re: Beginner Project
Posted 23 March 2009 - 04:24 PM
ProgrammingPrincess, on 23 Mar, 2009 - 09:48 AM, said:
Try to write down on paper first the base things it needs in a list, then in another list write down the things that could be bonus features etc.
Example being:
Need
Listening socket
Read webpage file
Recv/send data from client socket
Bonus
Multi-threading support
Index listing
Web admin panel
Server-side script implementation
Virtual hosts/subdomains
If you want an example project to study, here's one I wrote a while back:
http://www.imdsm.net/code/imdsmx.zip
http://www.imdsm.net/code/imdsmx/
Hope it helps!
#13
Re: Beginner Project
Posted 01 April 2009 - 08:19 AM
Imdsm, on 23 Mar, 2009 - 03:24 PM, said:
ProgrammingPrincess, on 23 Mar, 2009 - 09:48 AM, said:
Try to write down on paper first the base things it needs in a list, then in another list write down the things that could be bonus features etc.
Example being:
Need
Listening socket
Read webpage file
Recv/send data from client socket
Bonus
Multi-threading support
Index listing
Web admin panel
Server-side script implementation
Virtual hosts/subdomains
If you want an example project to study, here's one I wrote a while back:
http://www.imdsm.net/code/imdsmx.zip
http://www.imdsm.net/code/imdsmx/
Hope it helps!
Nice one mate will have to check out this type of project.
#14
Re: Beginner Project
Posted 01 April 2009 - 08:33 AM
Imdsm, on 23 Mar, 2009 - 06:24 PM, said:
ProgrammingPrincess, on 23 Mar, 2009 - 09:48 AM, said:
Try to write down on paper first the base things it needs in a list, then in another list write down the things that could be bonus features etc.
Example being:
Need
Listening socket
Read webpage file
Recv/send data from client socket
Bonus
Multi-threading support
Index listing
Web admin panel
Server-side script implementation
Virtual hosts/subdomains
If you want an example project to study, here's one I wrote a while back:
http://www.imdsm.net/code/imdsmx.zip
http://www.imdsm.net/code/imdsmx/
Hope it helps!
would you really recommend a beginner to do socket programming? or multi-threaded programming? He needs to learn the basics first. How to use classes...how to use methods...passing arguments....file IO. Those are things that beginners need to do. Or atleast in my opinion.
#15
Re: Beginner Project
Posted 01 April 2009 - 09:52 AM
eclipsed4utoo, on 1 Apr, 2009 - 07:33 AM, said:
Imdsm, on 23 Mar, 2009 - 06:24 PM, said:
ProgrammingPrincess, on 23 Mar, 2009 - 09:48 AM, said:
Try to write down on paper first the base things it needs in a list, then in another list write down the things that could be bonus features etc.
Example being:
Need
Listening socket
Read webpage file
Recv/send data from client socket
Bonus
Multi-threading support
Index listing
Web admin panel
Server-side script implementation
Virtual hosts/subdomains
If you want an example project to study, here's one I wrote a while back:
http://www.imdsm.net/code/imdsmx.zip
http://www.imdsm.net/code/imdsmx/
Hope it helps!
would you really recommend a beginner to do socket programming? or multi-threaded programming? He needs to learn the basics first. How to use classes...how to use methods...passing arguments....file IO. Those are things that beginners need to do. Or atleast in my opinion.
Well it really depends on the person, like I said, web servers are great because they can encompass many different features, file I/O, sockets, threads, classes, delegates, and yet they can also be extremely simple..
Quote
Listening socket
Read webpage file
Recv/send data from client socket
Bonus
Multi-threading support
Index listing
Web admin panel
Server-side script implementation
Virtual hosts/subdomains
Listening socket - put this on a loop, if there's something in the queue, accept - teaches loops and sockets
Recv data from client socket - parse the data and get the request - teaches string manipulation
Read webpage file - teaches file IO
Send data to client socket - teaches more sockets and string/byte conversion
The threading, delegates, etc are just a next step, if there programmer feels like he wants to try more. Some people may have experience in things from being designers or just from studying the pseudo functionality of programs, so you never know what's the right level for someone else.
IMO, it's better to try something hard like this and fail, than write:
string a = "My name is ";
strng b = "Imdsm";
Console.WriteLine(a +
Like I said, personal choice is web servers, I find them more fun than something such as a payroll program, which is a tedious and boring example teachers usually use
P.S, apologies but router died so server is currently offline
|
|

New Topic/Question
Reply




MultiQuote







|