Ken Robertson's Blog

Ramblings of a .NET developer

Browse by Tags

All Tags » Senior Project (RSS)
Simple read on software architectures
Scott Hanselman gives a great, brief description of a multi-layered software architecture and some reasons to use it. It astounds me how many developers do not use methods like this and often times, haven't never even seen a proper architecture. Most...
Posted: Jun 02 2004, 03:46 PM by qgyen | with 2 comment(s)
Filed under: ,
Breath a sigh of relief
I can finally breath a sigh of relief. Last Wednesday, after 8 months of hair pulling and head slamming, my senior project team delivered our software along with all of the documentation, to our sponsor. Had a bit of a last minute crunch because last...
Posted: May 17 2004, 11:13 AM by qgyen | with 1 comment(s)
Filed under: ,
Odd SelectedIndexChanged behavior on DropDownLists
Been coding away on my senior project to meet our deadline for delivery in like 4 weeks and ran into this interesting problem over the weekend. Had three drop down lists, Campus, Course, and Semester. As one was selected, the next one was populated with...
Posted: Apr 19 2004, 10:49 PM by qgyen | with 4 comment(s)
Filed under: ,
Not sure how I am supposed to look at this...
So we're almost done with the coding on my senior project, which is to write a survey and reporting system in C#. There is this one person on our team who has done very little coding, and has taken like 2 weeks on this simple function that'd take anyone...
Full code for my DataGrid and WebControls issue
Posted the entire code for the page I was talking about in my previous post, DataGrid Help: Dynamically columned DataGrid and WebControls? Any input is much appreciated! Thanks!
Posted: Feb 28 2004, 05:07 PM by qgyen | with 7 comment(s)
Filed under: ,
DataGrid Help: Dynamically columned DataGrid and WebControls?
Hopefully someone can offer some insight into this... I've been starting to pull my hair out, and I am too young to go bald. On this one page, I dynamically generate a couple of datagrids all though code (nothing in the webpage itself). It is for a survey...
Posted: Feb 28 2004, 08:55 AM by qgyen | with 8 comment(s)
Filed under: ,
Source control on web projects via the internet?
Anybody have any input on using source control on web projects over the internet? I've had a Vaultpub repository created for my Senior Project development and it is working great, except for the web component of our project. Development is being done...
Posted: Feb 17 2004, 03:13 PM by qgyen | with 1 comment(s)
Filed under: ,
"ASP.NET Licenses"? Is there such a thing?
I need a little bit of help here. For my senior project, we've been pushing our sponsor a lot to let us use ASP.NET instead of classic ASP. It is newer technology, much nicer to use than VBscript, and it is one of the hot things right now, so it would...
Posted: Dec 09 2003, 11:08 AM by qgyen | with 13 comment(s)
Filed under: ,
More Posts