Using the ASP LinqDataSource Control With ASP.NET LinqDataSource Control we can bind Web Pages to retrieves or modify data by using the advantages of the unified programming model that provided by LINQ . My goal is to create Articles site using ASP.NET, on which all the articles are stored in SQL Server tables. Articles Database Schema Starting with the schema, for simplicity, the site will use two level of categories: main and secondary. Table Categories - Contains all the main categories and their...
Silverlight Chart User Control In the last month I was creating a simple Silverlight Application which display a Financial Chart . It was in the following post: Displaying Chart using Silverlight 2.0 User Control In this post I have a better version of the previous chart, which includes: Handling large amount of data Displaying the tags (x-y values) correctly Supporting of resizing Using RESTfull Web Service The result of this project is as showed in the following image: Stock Quote Service Contract...