Category: My Blog

  • Blog
  • Category: My Blog

DocumentDB data in Visual Studio with cloud explorer

Recently, During Global Azure Boot camp presentation , One offline question was asked that how we can see and browse the data from DocumentDB. So I thought there will be lots of developers who might have the same question that where I can see data from DocumentDB in visual studio. Yes you can see your

Yahoo Stock Quote Ticker with C# and Flash

We all are like to develop our own ticker as we like because we need to customize. I have found great article that not only teach us that how to develop a ticker and how we can consume the asp.net C# web service in flash. Jason Perry has used yahoo stock quote service to get

Creating Web Services in a Class Library project

When you are developing a plug in or add in for a software some time you have a requirement for developing webservice hosting in DLL. I have found a great link which describes all the things. here is the link.. http://www.codeproject.com/KB/aspnet/wsinaclasslibrary.aspx

Displaying Gentle Error Messages with ASP.NET

Whenever any error occurs in ASP.NET it will give default screen which is quite messy and dirty. So how we can show error messages of our own. I found a great article that explained the way to display our message.here is the link: http://blogs.msdn.com/coding4fun/archive/2006/12/28/1378666.aspx