Insignificant Corner on the Wild Wild Web

Profile
None
Development journal of Project AV, an experimental game using the latest .Net technology.
7 comments
7 entries
Advertisement
dot
April 19, 2006
Serialization code
Figured it might be interesting to post my serialization related code with some explainations.

Documentation/assertions/error checking are removed and replaced with comments if necessary for this snipplet.

First the attribute which helps to identify which field to serialize and what name to serialize…
737 views
dot
April 18, 2006
Serialization
Since the core application might be abstracted from the presentation layers, most core game objects would have to be serializable to and from a stream. This implies marking an object with SerializableAttribute at the least, so that the member data can be properly serialized. However, this default s…
771 views
dot
April 16, 2006
Logging
Logging is another essential tool of every developer. Logging provides the developer with logs of the application flow and state, which are essential information used in solving bugs.

One can argue that a debugger is more powerful and useful than logging, and bugs should never make it to deployment.…
693 views
dot
April 12, 2006
Application Architecture
736 views
dot
April 11, 2006
Quick Process Description, and Documentation
Probably a quick description of the development process.

I am using Visual Studio 2005 as my development environment and C# as my primary development language, on a Windows XP Pro with IIS 5.1, .Net Framework 2.0 and WinFX SDK Jan CTP installed.
I start off with a mind map of the game features, using…
761 views
dot
April 10, 2006
Start Development
After almost two years of having a gdnet+ journal, I've finally decided to start writing on it.
First off, to justify the WHY of this writing:

  • I needed to start a project to fuel my desire to learn and experiment new technology.

  • A game related project would be more fun, though I am going to try my …
702 views
dot
August 10, 2004
Hey

Hey

Wow, just testing the journal out. Wonder if it has an rss feed.....
895 views
Advertisement

Popular Blogs

shawnhar
Generalist
101 Entries
9 Followers
15 Entries
10 Followers
johnhattan
Programmer
1,277 Entries
47 Followers
ApochPiQ
Generalist
628 Entries
44 Followers
dgreen02
Generalist
338 Entries
56 Followers
Advertisement