• Saving the captured Silverlight 4 screenshot to database or send it as an email attachment

    Monday Dec 19, 2011 by Anil Kumar Reddy Perugu

    Capture the Silverlight 4 screen through C# code and Save it to a database or send it as an email attachment by passing byte array to the WCF Service method.

  • Automate SQL Server database backup and recovery process

    Sunday Dec 18, 2011 by Anil Kumar Reddy Perugu

    Can you continue to work or run your business if your database server dies? It is always important to back up your database regularly. Know how best you can protect your data and recover it in case of any disaster. Define a suitable disaster recovery plan.

  • LINQ Samples

    Monday Oct 31, 2011 by VVSN Murthy

    This article provides various LINQ Techinques using sample data. Around 79 examples provided with results covering most of the LINQ Operators and Techniques.

  • Questions in WCF - Part #1

    Monday Oct 24, 2011 by Tilak Gummadi

    This article presents the answers to the most commonly faced questions or clarifications.

  • Working with Silverlight/WPF DatePicker control

    Friday Oct 14, 2011 by Anil Kumar Reddy Perugu

    This article shows how we can use or customize Silverlight DatePicker control for different needs like
    - Usual Date picker (Textbox with Calendar icon)
    - Simple date selector (without textbox and attaching selection changed event to it)
    - Customize date picker template to change styles
    - And finally changing the datetime format

  • Avoid repetitive use of NOLOCK hints in a query by specifying the isolation level

    Thursday Nov 24, 2011 by Anil Kumar Reddy Perugu

  • Tip: Removing duplicate rows from a table in SQL Server by leaving the last inserted one as it is

    Friday Oct 21, 2011 by Anil Kumar Reddy Perugu

  • Using variable in SQL IN statement

    Wednesday Oct 19, 2011 by Anil Kumar Reddy Perugu

  • Silverlight: Different ways to apply Styles

    Sunday Oct 16, 2011 by Durgesh Gupta

  • Simple jQuery code to Hide/Show a column in Listview/Table

    Sunday Sep 25, 2011 by Anil Kumar Reddy Perugu

  • "Program to an interface, not to an implementation"