Author: admin

  • Blog
  • Author: admin

Scope to this feature in Solution Explorer- Visual Studio

Visual Studio is one of my favourite IDE. I love more and more whenever I’m using it. Recently I have found a very good feature called “Scope to this” so I thought it will be a good idea to write a blog post about it. This feature comes very handy when you have large solution

Fast Facts About Microsoft

I have found great link about Microsoft which includes useful information about Microsoft.Corporate Address Important Dates about Microsoft dates Board of DirectorsMicrosoft’s BusinessesOperation CentersMicrosoft SubsidiariesRevenue and HeadcountEmployment InformationReal Estate Portfoliohere is the link: http://www.microsoft.com/presspass/insidefacts_ms.mspx

Creating first python application in Visual Studio

Before some time I have blogged about Python tools in Visual Studio and explained how we install python tools with visual studio and start developing python application with the one of greatest editor in class Visual Studio. In this post we are going to learn how we can create a python application in Visual Studio.

CRUD Operation with ASP.NET MVC and EFCodeFirst Part-2

In the previous post I have already explained How we can list data from database easily with the help of EFCodeFirst . In this post I am going to explain How we can complete Create,Edit,Delete and Details operations within 10 minutes. So let’s first Start with Create a new Customer.I am going use same example