Feb 08
I found a tool where i can draw asp.net charts with this free control.
Sample Code:
PieChart chart = new PieChart();
   chart.DataSource = GetDataSet().Tables[0].DefaultView;
   chart.DataXValueField = “Title”;
   chart.DataYValueField = “Price”;
   chart.DataLabels.Visible = true;
   chart.DataLabels.ForeColor = System.Drawing.Color.Blue;
   chart.Shadow.Visible = true;
   chart.DataBind();
   chart.Explosion = 10;
   ChartControl1.Charts.Add(chart);
   ChartControl1.RedrawChart();

February 29th, 2008 at 7:32 am
Hi,
I saw your blog, its very good.
I am kiran and i work for a software company in India Bangalore, I just had few questions regarding the usage of ClearCase and Biztalk application.
1. Can we use ClearCase for version control of Biztalk application development.
2. If yes can you please give me some document or any info how to do the same.
My Previous company was Fidlity bangalore. Do you know Jerome Wolter at Smithfield.
Thanks in advance
Kiran
March 4th, 2008 at 6:44 am
Hi Kiran,
I worked in Smithfield for eReview team. I had another Kiran in my team.
I am not sure about specifics on Clearcase and Biztalk. I guess you can atleast use it as a SCCS for Biztalk application. Let me know if i can help you with anything else.