Project ideas
-
Hope this isn't too off topic. I need to come up with a project for my undergrad course. I've done a lot of background reading about .NET security. Does anyone have any idea of something I could develop, either as a useful utility or to combat some shortcoming of .NET security???? Any help appreciated.
-
Hope this isn't too off topic. I need to come up with a project for my undergrad course. I've done a lot of background reading about .NET security. Does anyone have any idea of something I could develop, either as a useful utility or to combat some shortcoming of .NET security???? Any help appreciated.
-
Hope this isn't too off topic. I need to come up with a project for my undergrad course. I've done a lot of background reading about .NET security. Does anyone have any idea of something I could develop, either as a useful utility or to combat some shortcoming of .NET security???? Any help appreciated.
-
Hope this isn't too off topic. I need to come up with a project for my undergrad course. I've done a lot of background reading about .NET security. Does anyone have any idea of something I could develop, either as a useful utility or to combat some shortcoming of .NET security???? Any help appreciated.
-
Back when I went to school we had to actually come up with our own ideas. Nuts, I know... -shoe
shoe wrote: Back when I went to school we had to actually come up with our own ideas. Nuts, I know... :rolleyes::laugh: Later, JoeSox "That sounds exactly like the thinking of a machine to me." -- Morpheus, The Matrix Reloaded joeswammi.com ↔ humanaiproject.org ↔ joeswammi.com/sinfest
-
Hope this isn't too off topic. I need to come up with a project for my undergrad course. I've done a lot of background reading about .NET security. Does anyone have any idea of something I could develop, either as a useful utility or to combat some shortcoming of .NET security???? Any help appreciated.
For my undergrad project (last year) I developed a P2P (file-sharing & IM) app with use of a central server, developed using the .NET Framework. I should have used .NET remoting, but decided to stick with the Socket classes because it seemed simpler. As for .NET security ideas I really haven’t touched that part of the Framework. Here are two project ideas I thought of awhile ago; you could develop using .NET: * An auction website (eBay) - including a Windows Service which runs on the auction server which expires auctions maintaining the auction database (maybe a SQL Server trigger could do this?). A mobile-phone bid-back system using Web Services would be cool. Lots of ADO.NET programming and Forms authentication for security here. * A stockmarket app – A Windows Forms thin client investment portfolios manager (perhaps with graphing) for stocks. Some sort serialization/saving of portfolios would be cool so that you transport/load them into an instance of another app to compare with other portfolios. Possibly encryption security required here.