Category: My Blog

  • Blog
  • Category: My Blog

What is the diffrence between abstract(must inherit) class and inteface

Following are the main difference between abstract class and interface.1. Abstract class can contain abstract method while interface does not. 2. Abstract class can contain method body while interface does not. 3. Methods in abstract class can contain any valid access specifier while in interface public access specifier is only allowed.4. Abstract class can contain

First Indian Website with microsoft silverlight

I was watching techmela program in CNBC and i found indian companies are also started to develop website with the Microsoft Silver light technology. You all are eager to know that which company is doing this. Yashraj films has developed site with Microsoft silver light. here is link for that site. http://www.yashrajfilms.com/

What’s new in SQL Server ‘Denali’ Management Studio.

Before sometime Microsoft has launched SQL Server Denali CTP a new version of SQL Server. I have downloaded it and install it on my machine. I have found variety of new features in SQL Server. Today I am going to explore some of the new features in SQL Server Denali Management Studio. Following are some

C# 6.0–Dictionary Initializers

This blog post is part of C# 6.0 Features Series. As we know c# 6.0 provides some cool new features and syntax sugar. Dictionary Initializers is one of them.  Till C# 5.0 we used to have collection initializers for collections but now C# 6.0 provides new way of initializing dictionary . This initialization features is