Category:
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.
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.
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.
Monday Oct 24, 2011
by
Tilak Gummadi
This article presents the answers to the most commonly faced questions or clarifications.
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
Tuesday Oct 11, 2011
by
Anil Kumar Reddy Perugu
This article shows how easily we can overlay one image onto another and use them in our ASP.NET websites.
Thursday Oct 06, 2011
by
Tilak Gummadi
This tutorial gives insight into what is WCF.
Thursday Oct 06, 2011
by
Tilak Gummadi
Having trouble making the client validations applied through Data Annotations work in an ASP.NET MVC application when the model is provivded from a WCF service?? This article explains how to overcome this issue.
Monday Oct 03, 2011
by
Durgesh Gupta
This article shows how we can easily grab the snapshot of a Silverlight application.
Friday Sep 30, 2011
by
Anil Kumar Reddy Perugu
In order to execute external process and read the redirected standard output and standard error output you need make sure that it is thread safe.