Running WcfTestClient Tool in a PC without VS.Net 2008

August 6, 2010 Leave a comment
Categories: .NET

Test drive android on your PC

July 16, 2010 Leave a comment
Categories: Uncategorized

MS Office is now live on SkyDrive

June 9, 2010 Leave a comment
Categories: Uncategorized

SQL Server – Creating FULL TEXT SEARCH

February 12, 2010 Leave a comment

The following article helps in creating a full-text-search in SQL server, step by step.

http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/

Categories: Uncategorized

Autonomic Computing

February 3, 2010 Leave a comment

An area of research which is one among the computer science community is “Autonomic computing”. An autonomic computing system is self-managing, which means the system monitors itself and takes measures to prevent or repair problems. Read more…

Categories: All, General Tags: ,

jQuery powered MVC framework to build single paged application

January 29, 2010 Leave a comment

This is an interesting article on a javascript framework based on MVC pattern, using which you can build a single page web application. In my current project we use mootools in building similar web application which is single paged. Read more…

Categories: All, Javascript Tags: , ,

JAML – Javascript library for creating HTML output by re-usable templates

January 29, 2010 Leave a comment

How good it’s always to keep DATA separated from the UI layout. And that too if you are able to define a UI template using JavaScript which can render us the HTML content. Yes, one of the way to do is, by using JAML. Read more…

Categories: All, Javascript Tags: ,

Javascript Object Oriented Programming using MOOTOOLS

January 28, 2010 Leave a comment

I have worked with various JavaScript frameworks like JQuery & ExtJS. Recently, I have started getting hands on with this new  JavaScript framework named “mootools” which is not only browser compatible like any other JavaScript framework, but is also lightweight.  Read more…

Categories: All, Javascript Tags: ,

How To : Install LINUX and dual-boot with Windows VISTA (Windows VISTA installed first)

January 28, 2010 Leave a comment

Assuming that you already have a Windows Vista installed in your PC, this article will guide you in installing Ubuntu LINUX and make your system dual-boot.

http://apcmag.com/how_to_dualboot_vista_with_linux_vista_installed_first.htm

Categories: All, General Tags:

ASP.NET 2.0 Conditional compiling

February 10, 2009 Leave a comment

Conditional compiling enables the developers to allow a part of your code to be included / excluded as part of your compiled deliverable. For example if you need your code which writes the debug info on the screen, to be switched ON/OFF, you can use conditional compiling.

http://odetocode.com/Blogs/scott/archive/2005/12/01/2559.aspx

Categories: .NET, All, ASP.NET Tags: ,
Follow

Get every new post delivered to your Inbox.