Website vs Web Application – Embedded resources

In this small article, I am going to show the use of Build Action and Copy to Output Directory property of a file inside the class library and how it behaves differently in Web Site and Web Application projects.
Read more at http://www.dotnetfunda.com//articles/article435-website-vs-web-application–embedded-resources.aspx
Author: SheoNarayan

7 simple steps to connect SQL Server using WCF from SilverLight

In this article we will look how we can do database operations using SilverLight. We will first try to understand why we cannot call ADO.NET directly from a silverlight application and then we will browse through 7 steps which we need to follow to do database operation from silverlight.
Read more at http://www.dotnetfunda.com/articles/article427.aspx
Author: Questpond

How to Rebuilt all indexes in all Databases in SQL 2000/2005

This Article will Show you , how to rebuild all the indexes in table in all the Databases in SQL 2005/200
Read more at http://www.dotnetfunda.com/articles/article432.aspx
Author: Vuyiswamb

SilverLight FAQ’s – Part 3

This article discusses 12 FAQ’s which revolve around bindings, layouts, consuming WCF services and how to connect to database through silver light.
Read more at http://www.dotnetfunda.com/articles/article431.aspx
Author: Questpond

Simplest Method Export GridviewData to Excelsheet using ASP.Net

In this Article you can Know how to Export a Gridview Data to Excel sheet using IO strems.
Read more at http://www.dotnetfunda.com/articles/article429.aspx
Author: Syedshakeer

One way, Two way and One time bindings using SilverLight

This article will talk about three ways of binding object properties with SilverLight user interfaces.  We will first go through the fundamentals of the 3 bindings and then take up a small sample which will demonstrate how the binding works. We have also attached the source for the same.
Read more at http://www.dotnetfunda.com/articles/article409.aspx
Author: Questpond

How to store a Global SqlConnection

In This Article you can Know how to store a Global SqlConnection
Read more at http://www.dotnetfunda.com/articles/article414.aspx
Author: Syedshakeer

4 Simple steps to consume WCF service using Silverlight

This article will talk about 4 simple steps which will assist you to consume WCF service in a Silverlight application. It also had a simple sample source code which demonstrates all the 4 steps practically.
Read more at http://www.dotnetfunda.com/articles/article416.aspx
Author: Questpond

How to Get a Multiple selected Values from a Gridview using Asp.Net

In this Article you can Know how to get a Multiple selected values using CheckBox
Read more at http://www.dotnetfunda.com/articles/article408.aspx
Author: Syedshakeer

Working with Themes in ASP.NET

Despite being a very useful feature, Themes are generally given low priority by the developers. In this article, I am trying to play with Themes and its different behavior. Hope we all will learn something from it.
Read more at http://www.dotnetfunda.com/articles/article402.aspx
Author: SheoNarayan