Author: admin

  • Blog
  • Author: admin

Multicast delegates in c#

In yesterday’s post We learn about Delegates and how we can use delegates in C#. In today’s blog post we are going to learn about Multicast delegates. As we all know we can assign methods as object to delegate and later on we can call that method with the help delegates. We can also assign

ASP.NET Core Application continuous integration with visual studio.com and git

Previously I have written couple posts for continuous integration series and this post is also part of it. Recently Microsoft has released ASP.NET Core 1.0. So in this post, we are going to see how we can do the continuous integration for ASP.NET Core application. I am going to use visualstudio.com as our source control

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