IT Technology Blog

IT technology blog, featuring the essence for you to read the article, is to learn IT technology blog first choice

Operation Performance Evaluation

Ever wondered if some programming languages stereotypes like "Fortran is the fastest language" or "C++ cannot be matched by Java or C#" are still valid? This ar

Play Midi Notes using MMSDK and C# (Managed Platform)

Midi notes can be played using MMSDK very easily, using the MMSDK and any Managed .Net 2.0 Framework supporting language like C#. Its so simple, just adding the

Partial Validation with Data Annotations in ASP.NET MVC

This article is a follow-up to Andy West's blog post about performing a conditional validation when using .NET data annotations on a model in MVC.