Thursday, October 1, 2009

How to add a file to the blog?

As you can see the schedule did not post correctly and I am unaware of how to attach a file to the blog. So I will email one instead to my instructor for approval.

Windows 7

I recently installed the full version of Windows 7 on my notebook and I have to say that I am very pleased with the performance. It runs very smooth compared to Vista. The possibilities to personalize your computing experience is endless. I believe Microsoft has finally done something right!

Rough Draft C# Schedule

C# Programming Schedule

Week (beginning October 1)

Goals

Tasks 1 Install and Understand VisualStudio 2 Variables (types) and Input Forms Redo MIST4630 programming assignment in C# 3 If, Nested-If, and other logic statements in C# Redo MIST4630 programming assignment in C# 4 Server Side technology in C# Redo MIST4630 programming assignment in C# 5 Server Side technology in C#. Structuring a Web-app in C# Redo MIST4630 programming assignment in C# 6 Decide on Project Project Charter/Work Breakdown Structure/App. Structure 7 Client side technology in C# Redo MIST4630 programming assignment in C# 8 Database Integration with web application in C# Redo MIST4630 programming assignment in C# 9 Accessing, Updating, Retrieving Data from a Database Redo MIST4630 programming assignment in C# 10 Validation of input Final Project in C# Due

Monday, September 28, 2009

Materials

I thought it would be a good idea to document the core materials that I will be using throughout the semester.

1) Software: Microsoft Visual Studio
2) Book: C# Complete
3) Additional Resources: web

Meeting Results

After meeting with my professor we decided that I should create a schedule that will dictate my progress through out the semester. Currently I am working on getting VisualStudio running on my personal notebook. I will post a detailed schedule later on this week.

Wednesday, September 23, 2009

Project Meeting

Today, I will be meeting with Dr. Piercy to discuss a project to deliver at the end of the semester. I have been reviewing C# language specification and source code but at this point it is still confusing. The best way to grasp this language is to actually create something with it so I can see which task each piece of code is responsible for completing. I will post soon on the the project deliverable that was decided upon.

Tuesday, September 8, 2009

C# Language Specifications

I was browsing online and I found what seems to be an excellent beginning point for me to start learning the syntax of C#. It is a 519 page documentation of the C# language. The link for the page is:

http://msdn.microsoft.com/en-us/vcsharp/aa336809.aspx

The link is called C# Language Specification 3.0

The site also appears to have a lot more on the programming language and I will certainly be looking into it more thoroughly.