• Windows Vista

    Internet doesn’t work after updating Vista

    September 8th, 2008
    Frequently I was experiencing a problem whenever my windows vista updates . it stopped browsing  , Msn massager also won’t work . however system can ping but cannot connect online  by any mean normally the problem with program which was using IE to connect internet or resolve internet setting from IE . Few times I have restored my vista from check point but the problem was annoying. After days

    Read More»

  • Windows Azure

    Windows Azure ( The Microsoft Way)

    November 19th, 2008
      "It’s pretty clear that there’s an architectural shift going on. These occur every 10 or 20 years. The previous architecture was a proprietary network with PC clients called client-server computing. With this new architecture you’re always online; every device can see every application; and the applications are stored in the cloud. It means that your servers are professionally managed,

    Read More»

  • VMBOX

    How to install VirtualBox Guest Additions In OpenSolaris VmBOX

    November 5th, 2008
    In VMBOX Goto  Devices and select Install Guest Additions This will automatically install the iso on the Solaris Desktop and open Terminal in Solaris VM. Type sn it will ask root password give password then press enter Now write  Type " pkgadd -d ./VBoxSolarisAdditions.pkg"  then enter affter that it will ask options use accept all then on 2nd use  yes, the Guest Additions ar

    Read More»

  • Visual Studio Team System

    Visual Studio Team System ( Event At Multilynx)

    January 23rd, 2009
    VstsView more presentations or upload your own. (tags: visual studio)
  • Technology

    Microsoft Office Performance Point

    September 25th, 2009
    Microsoft Office Performance Point View more presentations from kashif.akram.
  • T-SQL

    How To Get All Self Referenced relationships

    December 26th, 2008
    I was working on a replication project that lead me to the decision to remove all self referenced relationships. but to get know where got them was a really tough to do as i got more than 400 tables. so i wrote the following script to fulfill the task....  SELECT DISTINCT        *FROM    ( SELECT    fk.Constraint_name AS FKConstaint, &nbs

    Read More»

  • Sqlserver

    How to Alter a SQL Server Database as Single User Mode and as Multi User Mode

    December 28th, 2008
    You can use the SQL Server Enterprise Manager for SQL Server 2000 to set a database to a single user mode or to multi user mode. Similarly, SQL Server Management Studio can be used for SQL Server 2005 for changing a database to single user mode or to multi user mode. Also you can alter the database access mode by using sql commands like ALTER DATABASE and sp_dboption.ALTER DATABASE

    Read More»

  • Silverlight

    Creating Simple GridView in WPF

    November 27th, 2008
    WPF is a revolution to windows forms and sooner or later they are going to be killed by WPF.  Create a new WPF project .. this will a new window for you automatically... Drage a listview control from toolbox and add to window and then double click on window to create event handler for window loaded event. Create a LINQ to SQL classes for design it as i explained it here

    Read More»

  • SharePoint

    Microsoft Office Performance Point

    September 25th, 2009
    Microsoft Office Performance Point View more presentations from kashif.akram.
  • OpenSolaris

    How to install VirtualBox Guest Additions In OpenSolaris VmBOX

    November 5th, 2008
    In VMBOX Goto  Devices and select Install Guest Additions This will automatically install the iso on the Solaris Desktop and open Terminal in Solaris VM. Type sn it will ask root password give password then press enter Now write  Type " pkgadd -d ./VBoxSolarisAdditions.pkg"  then enter affter that it will ask options use accept all then on 2nd use  yes, the Guest Additions ar

    Read More»

  • Microsoft Tag

    http://www.microsoft.com/tag

    February 9th, 2009
    I have seen a project on Microsoft research about “HighCapacity Color Barcode “the basic of the project was to attain different barcode symbol shape in combination with multiple colors per symbol. And now you see one recent wow of implementation is Microsoft Tag , I have tested this and its awesome Microsoft has launched it as web 2.0 feature “linking real life with digital life” I gues

    Read More»

  • Microsoft Office

    MS Project 1st Look ( Office 2010 )

    June 7th, 2009
     
  • Microsoft Biometric ID Technology

    http://www.microsoft.com/tag

    February 9th, 2009
    I have seen a project on Microsoft research about “HighCapacity Color Barcode “the basic of the project was to attain different barcode symbol shape in combination with multiple colors per symbol. And now you see one recent wow of implementation is Microsoft Tag , I have tested this and its awesome Microsoft has launched it as web 2.0 feature “linking real life with digital life” I gues

    Read More»

  • Microsoft .net

    Introduction to LINQ to SQL

    November 27th, 2008
    LINQ to SQL enables you to access and modify data from a Microsoft SQL Server database without writing any SQL. LINQ to SQL enables you to perform all of your database queries from directly within the C# or VB.NET programming languages. LINQ to SQL provides a number of benefits: Productivity — A huge amount of developer time is wasted writing components that bridge the

    Read More»

  • Ink

    September 27th, 2009
    [nggallery id=1]
  • Featured

    Microsoft Office Performance Point

    September 25th, 2009
    Microsoft Office Performance Point View more presentations from kashif.akram.
  • Events

    Pakistan day

    March 22nd, 2009
  • Banking

    Connected bank - Overview

    November 3rd, 2008
    To get supremacy in the competitive market enterprises are moving towards specialized line of business applications for the better performance and high business reflexes. Now a day’s Banks are islands ofapplications and many applications required to communicate each-other to meet business objectives at its best. Connected bank is the concept which connects line of business applications, legac

    Read More»

  • Asp.net

    Generic Application Validations

    February 20th, 2009
     To validatethe user input in any application we write code or use some validation controlsand we repeat this task on each and every page of application. So why not writea generic solution for that which can handle the job and also which can bereusable for any application.  I am sorryto say I am not going to paste any code here but I will write down the buildingblocks and some important

    Read More»