473,396 Members | 2,085 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

.NET - project ideas (a bit off-topic)

Hi,
Sorry, it's gonna be a bit off-topic but I'm looking for experienced
..NET (c#) developers and I guess there're quite many here.
I'm looking for a topic for my final year project (B.sc). It has to do
with .NET and preferably something with network programming (webservices)
I'd like to learn something interesting and practical as well. Have you
got any ideas?!

Thanks,
Piotrek
Nov 17 '05 #1
5 3387
not quite sure what kinds of projects you did for your Junior year, so I
don't know the level you are at.
Can you give us some ideas of projects that were considered acceptible in
the past for this kind of effort?

(also: any constraints that we may not know of, rules you have to follow in
choosing a project...)

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"Piotrek Stachowicz" <dy******@poczta.onet.pl> wrote in message
news:d8**********@news.onet.pl...
Hi,
Sorry, it's gonna be a bit off-topic but I'm looking for experienced
.NET (c#) developers and I guess there're quite many here.
I'm looking for a topic for my final year project (B.sc). It has to do
with .NET and preferably something with network programming (webservices)
I'd like to learn something interesting and practical as well. Have you
got any ideas?!

Thanks,
Piotrek

Nov 17 '05 #2
Ok, I guess I'll bite. I image this doesn't have to be a unique project does
it?

1. Forum server where a user could setup a forum. You could have little ads
on the side.

2. Remote data strongbox. What that is, is a service where a person can
upload files to somewhere, and there would need to be a kind of encryption
involved using a keythat the user recieves via email. The files have a
lifetime of X hours, and the service charges X per hour of storage per
megabyte, or a flat rate per month.

3. A mail client plug in that could be inserted between a standard email
client and the internet or intranet that would weed out emails based on
language set. No chinese, no korean, no this no that, you could even have it
work both ways in that it might only allow emails with chinese in, or
doesn't allow engish email in. Now, pictures and stuff might be a problem
oh well.

4. A homeforum client and server. What this would do is use emails as a
medium for a forum that is stored on a home system that would look like a
real forum but is email based, it would request an xml file containing
forums subscribed to and articles by number, and then send them what is new.
If a user wished they could have the option to drop what was there. The
email subject would have to be prepended by a special series of characters,
that would be used to alert the client that this is a forum email and to
download it and add it to the database. This way, a person could set up a
forum with a small group of friends and be able to chat with them rather
than having a machine actually acting as a full fledged web server. Emails
requesting articles could be recieved and responded to.
"Piotrek Stachowicz" <dy******@poczta.onet.pl> wrote in message
news:d8**********@news.onet.pl...
Hi,
Sorry, it's gonna be a bit off-topic but I'm looking for experienced
.NET (c#) developers and I guess there're quite many here.
I'm looking for a topic for my final year project (B.sc). It has to do
with .NET and preferably something with network programming (webservices)
I'd like to learn something interesting and practical as well. Have you
got any ideas?!

Thanks,
Piotrek

Nov 17 '05 #3
Well, I've been doing some programming in .NET for a while
- ASP.NET (forums, heavy ADO.NET & XML use)
- desktop applications (some utilities e.g. editors for proprietry file
formats,fancy database interfaces)
- some fairly basic webservices ( providing processed data from SQLServer)

As for past projects, they were usually focused on algorithms rather than
"technology", we had things like:
pattern(images) recognition, applications of travelling salesman
algorithms,compilers etc.
I think there was also editor for .chm files.

I'm looking for something different though. I'd like a project solving some
more-or-less real-life problem, involving rather advanced .NET programming.
.. Something which would make me read quite a lot on .NET /windows/web
designing (UML) etc.
Maybe a distributed applications involving webservices, MSMQ, asp.net, t-sql

I have 6 months to complete the project.

Thanks,
Piotrek
"Nick Malik [Microsoft]" <ni*******@hotmail.nospam.com> wrote in message
news:Ob********************@comcast.com...
not quite sure what kinds of projects you did for your Junior year, so I
don't know the level you are at.
Can you give us some ideas of projects that were considered acceptible in
the past for this kind of effort?

(also: any constraints that we may not know of, rules you have to follow in choosing a project...)

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"Piotrek Stachowicz" <dy******@poczta.onet.pl> wrote in message
news:d8**********@news.onet.pl...
Hi,
Sorry, it's gonna be a bit off-topic but I'm looking for experienced
.NET (c#) developers and I guess there're quite many here.
I'm looking for a topic for my final year project (B.sc). It has to do with .NET and preferably something with network programming (webservices) I'd like to learn something interesting and practical as well. Have you got any ideas?!

Thanks,
Piotrek


Nov 17 '05 #4
If you like Web Services, read the following and see if it is of interest.
It is 'different' and it is also real. Both Winforms and Webforms, makes
use of good aspects of UML, and is effectively platform agnostic, although
current build is .NET only.

http://members.optushome.com.au/rcer...WhitePaper.pdf

Radek

"Piotrek Stachowicz" <dy******@poczta.onet.pl> wrote in message
news:d8**********@news.onet.pl...
Well, I've been doing some programming in .NET for a while
- ASP.NET (forums, heavy ADO.NET & XML use)
- desktop applications (some utilities e.g. editors for proprietry file
formats,fancy database interfaces)
- some fairly basic webservices ( providing processed data from SQLServer)

As for past projects, they were usually focused on algorithms rather than
"technology", we had things like:
pattern(images) recognition, applications of travelling salesman
algorithms,compilers etc.
I think there was also editor for .chm files.

I'm looking for something different though. I'd like a project solving some more-or-less real-life problem, involving rather advanced .NET programming. . Something which would make me read quite a lot on .NET /windows/web
designing (UML) etc.
Maybe a distributed applications involving webservices, MSMQ, asp.net, t-sql
I have 6 months to complete the project.

Thanks,
Piotrek
"Nick Malik [Microsoft]" <ni*******@hotmail.nospam.com> wrote in message
news:Ob********************@comcast.com...
not quite sure what kinds of projects you did for your Junior year, so I
don't know the level you are at.
Can you give us some ideas of projects that were considered acceptible in
the past for this kind of effort?

(also: any constraints that we may not know of, rules you have to follow

in
choosing a project...)

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"Piotrek Stachowicz" <dy******@poczta.onet.pl> wrote in message
news:d8**********@news.onet.pl...
Hi,
Sorry, it's gonna be a bit off-topic but I'm looking for experienced .NET (c#) developers and I guess there're quite many here.
I'm looking for a topic for my final year project (B.sc). It has to

do with .NET and preferably something with network programming (webservices) I'd like to learn something interesting and practical as well. Have you got any ideas?!

Thanks,
Piotrek



Nov 17 '05 #5
If you like web services, you may be interested in a project that explores
the underlying reason for distributing a system in the first place: to
reduce complexity while enabling collaboration between applications.

You know that UDDI is a mechanism for systems to register the web SERVICES
that they provide. How about a system to register the web EVENTS that
applications can provide and to distribute those events to subscribers.

So your system exposes web services that do the following:
--- return the list of events that can be subscribed to. (Initially empty)
--- allow a system to subscribe to the event, and provide a mechanism for
the event to be sent to the system
--- allow a system to register a set of events that it will provide and info
on each event (for the first call to return).

Then, when an event comes in, the system will determine who subscribed to
it, and will dispatch the event to the subscriber.

Sound easy? Consider this:
-- What if system A wants to subscribe to events that occur, but system A is
not online when the event occurs? How can you make sure that system A gets
the event?
-- What if a malicious user creates a system to send "false" events that
look like an event that system A cares about? How do you insure that system
A doesn't get the false event message?
-- The events from any system must be XML documents. However, they can be
different documents for each event. Should you validate that the event is
valid by checking against a schema? (Schema provided by the publishing
system when they register the event).
-- What happens when your server goes down? Are any undelivered events
lost? They shouldn't be.
-- How would you scale? Can you set up a mechanism for this app to
communicate with another version of itself running on another server? I.E.
a mechanism for all messages to be sent to another system that asks for "all
events"? How would you share the catalog of events? What if these systems
don't have access to the same database server?
-- How do you insure that a message is sent once-and-only-once to a
recipient? Do recipients send acknowledgements? What do you do if your app
sends a message downstream that the downstream app returns a SOAP exception?
Do you send it again? Can you provide options? Can the app be taken down
and brought back up (presumably after it is fixed), and then subscribe to
the event that failed in addition to any other events it missed along the
way?

You can take this from the simple all the way to the very very very complex.
Your project would not only need to create this middleware component, but
also a couple of "test harness" mini-apps to consume the web services and
demonstrate that a message is sent from the publisher, via the event
dispatcher, to only those apps that choose to subscribe to the event.

This is an excellent introduction to the key concepts of systems
integration, SOA, middleware technologies, and the fundamental concepts
behind brokers. There is a lot of very well paid work in this area, and a
huge gap in understanding of these key concepts, making people who know this
stuff pretty valuable.

Good luck,
--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"Piotrek Stachowicz" <dy******@poczta.onet.pl> wrote in message
news:d8**********@news.onet.pl...
Well, I've been doing some programming in .NET for a while
- ASP.NET (forums, heavy ADO.NET & XML use)
- desktop applications (some utilities e.g. editors for proprietry file
formats,fancy database interfaces)
- some fairly basic webservices ( providing processed data from SQLServer)

As for past projects, they were usually focused on algorithms rather than
"technology", we had things like:
pattern(images) recognition, applications of travelling salesman
algorithms,compilers etc.
I think there was also editor for .chm files.

I'm looking for something different though. I'd like a project solving
some
more-or-less real-life problem, involving rather advanced .NET
programming.
. Something which would make me read quite a lot on .NET /windows/web
designing (UML) etc.
Maybe a distributed applications involving webservices, MSMQ, asp.net,
t-sql

I have 6 months to complete the project.

Thanks,
Piotrek
"Nick Malik [Microsoft]" <ni*******@hotmail.nospam.com> wrote in message
news:Ob********************@comcast.com...
not quite sure what kinds of projects you did for your Junior year, so I
don't know the level you are at.
Can you give us some ideas of projects that were considered acceptible in
the past for this kind of effort?

(also: any constraints that we may not know of, rules you have to follow

in
choosing a project...)

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"Piotrek Stachowicz" <dy******@poczta.onet.pl> wrote in message
news:d8**********@news.onet.pl...
> Hi,
> Sorry, it's gonna be a bit off-topic but I'm looking for experienced
> .NET (c#) developers and I guess there're quite many here.
> I'm looking for a topic for my final year project (B.sc). It has to do > with .NET and preferably something with network programming (webservices) > I'd like to learn something interesting and practical as well. Have you > got any ideas?!
>
> Thanks,
>
>
> Piotrek
>
>



Nov 17 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Slash | last post by:
Hello everyone I'm looking for seminar topics (and project ideas too) for my final year in Computer Engineering. I'm considering doing something on C++/Linux, considering that I love it so much...
4
by: christopher clark | last post by:
Hello, could anyone recommend some project ideas for someone just beyond the beginner level, but not quite intermediate? I seem to have a case of programmer's block, even though I don't consider...
0
by: puzzlecracker | last post by:
I am looking for an idea to create pretty interesting C++ distributive system using dbs, component models, using conventional technologies. If someone has cool ideas, samples, references, I would...
1
by: s | last post by:
I am a Master's student and intend to look for positions in the industry. Can anybody suggest some good project ideas using C++ which can convince the potential employers that the person...
12
by: menkaur | last post by:
hi to everyone I wondered if this might be the right place to ask for some ideas for python project for university. I'd like it to be something useful and web-based. And the project must be...
3
by: Elizabeth86 | last post by:
I am doing my Masters in Computer Science I wanted some good Project Topics which can be done in C or C++ language
1
by: Bennettwilliams | last post by:
Is there any EASY project ideas for C Sharp? i ran out of ideas and cant find any on the internet! I've already wrote a web browser, and a Binary Converter, if you have any ideas, that would...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.