Browse by Tags

All Tags » General Software Development (RSS)
I just downloaded the ASP.NET MVC Preview 5 bits from Codeplex and started on my first experiment . One of the first things I did was to modify the default AccountController to use the new Form Posting and Form Validation features of the Preview 5, somebody...
Chapter three finished, Searching, Modifying, and Encoding Text . Implementing globalization, drawing, and text manipulation functionality in a .NET Framework application Enhance the text handling capabilities of a .NET Framework application, and search...
Finished another chapter in my book , Input/Output , which deals with the following: Implementing serialization and input/output functionality in a .NET Framework application Access files and folders by using the File System classes. File class and FileInfo...
The book I'm reading to prepare myself is Microsoft.NET Framework 2.0 Application Development Foundation . Just finished the first chapter about Framework Fundamentals . Topics dealt with in this chapter are: Developing applications that use system types...
Taking a little break right now, got a bit of a burn out , lack of sleep might have something to do with it :) The ASP.NET MVC project I had in mind will have to wait a little bit, with a bit of luck it gives me time to find a good graphical designer...
Welcome back for another episode in the pattern series! This will also be the last article about Design Patterns, since I've finished reading the Head First Design Patterns book :) It's been a very interesting journey, lots of new patterns learned , lots...
It's been a while again, but it's time for another pattern. Today we'll look at the State Pattern . First of all, the definition: " Allow an object to alter its behavior when its internal state changes. The object will appear to change its class. " Read...
It's been a little while again. I blame myself for installing World Of Warcraft again, too addictive. Anyway, time for the Composite Pattern . This is one I'm having a little trouble with to describe clearly. Let's start with the definition: " Compose...
Time for the next part in our series , the Iterator Pattern . Let's start with the definition: " Provide a way to access the elements of an aggregate object sequentially without exposing its underlying representation. " Read more at http://blog.cumps...
Time for yet another pattern, the Template Method Pattern . Have a look at all the other patterns in the series as well. The definition: " Define the skeleton of an algorithm in an operation, deferring some steps to subclasses. Template Method lets subclasses...
More Posts Next page »