Home / Archive: July 2009

| RSS

Insert Master Detail Data With LINQ To SQL

Best thing about running One .Net Way is interaction with members of developer community. I thoroughly enjoy answering questions which come my way through this site. Early in the morning today I saw a question by Joey. To avoid loosing details in paraphrasing, here is the exact question asked by Joey.
I’m new to LINQ. If [...]

[ More ] July 8th, 2009 | 8 Comments | Posted in Programming |

Style Silverlight ScrollViewer With A New ControlTemplate

In an earlier post I showed you how to add ScrollViewer to Panels. In this post I will show you how to change the look of  the ScrollViewer using Expression Blend. I will work with the same example where I placed  ScrollViewer for a StackPanel. Here is the XAML I will use with a screenshot [...]

[ More ] July 7th, 2009 | 1 Comment | Posted in Programming |

Scrolling In Silverlight Panels

Scrolling is a very basic User Interface feature which allows you to navigate vertically or horizontally the content which may take up more than available area. In Silverlight scrolling is not available by default for any of the panels. But it can easily be made available with just a little bit of XAML. In this [...]

[ More ] July 7th, 2009 | 1 Comment | Posted in Programming |

Select Max Value With LINQ To SQL

Today I was asked a question by a developer on my team. The question is “How do you select MAX value for a column in a table with LINQ To SQL?”. I will try to answer the question in this post with an example. Let’s say that we want to retrieve maximum unit price from [...]

[ More ] July 7th, 2009 | 2 Comments | Posted in Programming |

What Is Microsoft Windows Azure?

This video is by far the best explanation I have seen. It cannot get any simpler and smarter. Original source of the video is Channel 9.

[ More ] July 1st, 2009 | 2 Comments | Posted in Programming |
  • Page 2 of 2
  • <
  • 1
  • 2