Home

| RSS

PDC 2009 Registration Is Open

Microsoft PDC 2009 site is now accepting registrations. PDC 2009 will run from 17th November to 19th November 2009 at Los Angeles Convention Center Los Angeles. Here is pricing information from PDC website.

I think in or around PDC 2009 we should see commercial launch of Azure, Visual Studio 2010, .NET Framework 4.0 and maybe [...]

[ More ] August 5th, 2009 | No Comments | Posted in News |

ADO.NET Data Services With ASP.NET

Introduction
In this tutorial we will look at how ADO.NET Data Services can be used to create services which are consumed by ASP.NET client. We will use Adventure works Lite database as an example to demonstrate the concepts. Code for this article can be downloaded at the bottom of the article.
ADO.NET Data Services as the name [...]

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

10 Ways To Bing It!

I’ve been using Bing as my main search engine for sometime and I’m very happy with it. Within that plain search box lies a lot of power and many ways to search for information. Here I am sharing some of the ways I use Bing on daily bases. You may find these interesting and see [...]

[ More ] July 27th, 2009 | 1 Comment | Posted in Tips |

The Ultimate List Of JQuery Plugins And Examples

As a web developer it is hard to ignore the popularity of JQuery. The issue however is that there are too many JQuery plugins available and at times it is hard to decide which one to chose. The Ultimate JQuery List is a fantastic web site which lists hundreds of JQuery plugins with examples.
This will [...]

[ More ] July 23rd, 2009 | No Comments | Posted in Tips |

Windows 7 Goes RTM (Release To Manufacturing)

 Much awaited Windows 7 went RTM today. Microsoft’s new Operating System is scheduled to be available to available to public around October 22. MSDN and TechNet subscribers will be able to download Windows 7 in next few weeks, most likely around August 6. Comparing to release of Vista this looks much more well executed. Windows [...]

[ More ] July 23rd, 2009 | No Comments | Posted in News |

Download Windows Azure Tools And SDK July 2009 CTP

Jim Nakashima has announced the availability of Windows Azure Tools and SDK July 2009 CTP. Here are the download links:

Windows Azure Tools For Visual Studio 2008 And Visual Studio 2010 (also includes the SDK).
Windows Azure SDK only.

 
Here is a list of new goodies in July 2009 CTP re-posted from this link. 
New for the July [...]

[ More ] July 21st, 2009 | No Comments | Posted in News |

Office 2010 Orb Has a New Look

One of the things that you will notice when you open an Office 2010 application is that the orb has a new look. This is what the orb looks like in Word 2007

This look has slightly changed now. Here is the orb in Word 2010

The look has also changed when you click on [...]

[ More ] July 15th, 2009 | No Comments | Posted in Tips |

Microsoft Office 2010 Technical Preview Feedback With A Smile

Microsoft is interested in feedback from those who have access to Office 2010 Technical Preview. And they are asking for it in a nice way. When you install the Technical Preview, you will notice two icons in your Icon Tray.

Don’t they look cute? As you can see that there is a smile icon and [...]

[ More ] July 15th, 2009 | No Comments | Posted in Tips |

Office 2010 Setup Screenshots

Because of my karma and auspicious planetary alignments I got an email yesterday notifying me that I can access Technical Preview of Office 2010. Needless to say that I downloaded a 32bit edition immediately. This is a teaser post with screenshots of Office 2010 setup on Windows XP. Enjoy.

Oops

 

 

 

 
[...]

[ More ] July 15th, 2009 | No Comments | Posted in News |

Get URI Of Silverlight Plugin Host Page

Within our Silverlight application if we want to know the URI where our Silverlight content is running, we can tap into System.Windows.Browser namespace. This namespace contains object which are full of Browser related information. This is an example of retrieving the URI from within Silverlight application.
<StackPanel x:Name="LayoutRoot" Margin="10">
<TextBlock Text="Your URL is: " />
[...]

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

Silverlight 3 Element To Element Binding

Silverlight 3 among its other features includes element to element binding. This was always available in WPF but somehow missing in Silverlight 1 and 2. And now Silverlight 3 has bridged that gap. Element to element binding can reduce code when used properly. In this post I will show you how to use this feature.
Example
In [...]

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

Silverlight 3 Released

Microsoft has released Silverlight 3. Nuff said! Go and get it here.

[ More ] July 10th, 2009 | No Comments | Posted in News |