By Imran Hussain  |  261 days ago  |  3 CommentsMicrosoft

Get the Visual Studio Learning Pack

Visual Studio Learning Pack 2.0 is aimed at students to help them learn about computer programming. It consists of the following:Sort Designer Control A supplementary teaching tool developed to help students learn the basic concepts, algorithms, and implementations of popular computer sorting algorithms. Search Designer Control A teaching...

By Imran Hussain  |  398 days ago  |  2 CommentsMicrosoft

Small Basic v0.3 is out

Small Basic, ( which I had reviewed here and here )  has been updated to v0.3 now with some new features and bug fixes. Small Basic is aimed to teach programming to beginners and has a very simple feature set and user friendly interface. A great tool to get kids as well as beginners alike to programming without making them nervous with...

Small Basic v0.2 is out
By Imran Hussain  |  456 days ago  |  No CommentsMicrosoft

Small Basic v0.2 is out

Small Basic is a project from Msdn DevLabs aimed at kids and adults alike who are new to programming. It doesn’t scare you with a complex IDE, and keeps things simple and fun. It is inspired by the original BASIC language but is based on .NET 3.5. Version 1 was launched with just 14 keywords, and version 2 only adds one more keyword to...

By Imran Hussain  |  461 days ago  |  No CommentsMicrosoft

A different and easy way to create your own RSS Feed Reader

Umair Khan Jadoon from Programmer Fish has written a great and extremely simple tutorial on how to create a basic RSS Feed Reader in ASP.NET. Wit this tutorial you can make your own feed reader in just a few minutes. A must read for any and every coder, who wants to learn. ...