Browse by Tags

All Tags » .NET 4.0 (RSS)

Now officially MSc. in Computer Sciences by hajan

After having a long journey into deep research and analysis of Performance Evaluation Systems with specific focus to academic institutions, I have successfully completed and defended my Master Thesis title in Computer Sciences at South-East European University...

Preparing MCTS 70-515 – Web Applications Development with Microsoft .NET Framework 4 by hajan

One month ago I passed the TS: Web Applications Development with Microsoft .NET Framework 4. In this blog, I want to help all those who want to prepare or are already preparing themselves toward taking this certification exam, by giving some useful learning...

Working with System.IO.Path static class by hajan

Hello everyone. Today, I was exploring the System.IO namespace in .NET 4.0 on an ASP.NET web application where I came to few changes, comparing with the previous versions of .NET, related to the System.IO.Path static class. The Path class contains the...

The new SortedSet<T> Collection in .NET 4.0 by hajan

With the newest release of .NET Framework, version 4.0 - the class library provides new collection set from System.Collections.Generic classes called SortedSet<T>. The two main features of SortedSet<T> are: Duplicate elements are not allowed...
More Posts