Showing posts with label Certifications. Show all posts
Showing posts with label Certifications. Show all posts

Tuesday, June 24, 2008

Juhuu got certified

Just got "Umbraco Certified Professional" Level 2 developer, juhuu!... :)

så now I can put this nice little logo on my website


The test went good. 100 points out of 100 so no complains at all.
see result
Howto become a "Umbraco Certified Professional" Level 2 developer

Monday, November 5, 2007

Itunes StreamReader

Preperation to take certifications can be quite boring, and Im about to take the ".NET Framework 2.0 Application Developement Foundation".

So I have made an ItunesStreamReader that I use to count the size of all my media files in a nice litle pie chart.

I have try to performance test it by take two itunes Files (3.9mb + 1+9mb = 5.8mb) merge and exstraced all the tracks and putted them into a DropdownList it took 845.1 milli seconds


A simple example of using the ItunesStreamReader could looks like this.

using(ItunesStreamReader its = new ItunesStreamReader ( new ItunesItem.items[] { ItunesItem.items.name, ItunesItem.items.trackNumber } ))
{
while(!its.EndOfStream()) { string name = its.ReadLine(); string number = its.ReadLine(); Console.WriteLine(string.Format("Name {0} Number {1} ", name, number));
}
}


If you want to play with it you can download it here.

Feedback and suggenstions would be great :o)

Wednesday, October 10, 2007

VS 2008 certifications

There have ben announced new certifications for vs 2008 - Great!.. Now I know what to do after my MCPD webdeveloper exams.

Exam 70-502: Microsoft .NET Framework 3.5 - Windows Presentation Foundation - 11/09/2007Exam 70-503: Microsoft .NET Framework 3.5 - Windows Communication Foundation - 11/08/2007Exam 70-504: Microsoft .NET Framework 3.5 - Workflow - 11/15/2007Exam 70-561: TS: Microsoft .NET Framework 3.5 - ADO.NET - 1/17/2008Exam 70-562: TS: TS: Microsoft .NET Framework 3.5 - ASP.NET - 1/31/2008

Where did I fount the informations here