Tag: Development

Community

ASP.NET: Themes

(lonewolf3082) Using themes is cool and easy way to create a consistent look and feel across a page or an entire web site. By using themes you can easily customize your server controls with predefined looks that come with the .NET Framework or you can create your own themes for your own look.

Community

Using LINQ in ASP.NET (Part 1)

(Bipin Joshi) Language INtegrated Query or LINQ changes the way you write your data driven applications. Previously developers used to think and code differently to access different data stores such as SQL server, XML files and in-memory collections. The new LINQ based programming can take away the