Visual studio is a great IDE(Integrated Development Environment) and we love it all. There are many people who are still complaining about visual studio performance. Now Microsoft Visual Studio team has release PerfWaston diagnostic tool that helps Visual Studio team to diagnose the performance problem. Also this tool will automatically report performance and other problem.
So please download the...
Sunday, July 31, 2011
SQL Management Studio in Visual Studio 2010
Microsoft Visual Studio 2010 is a great IDE and everyday I am discovering something new about it. Today I am also going to explain new feature of Visual Studio 2010. In this post I am going to Transact SQL Editor feature in Visual Studio 2010.
Visual Studio 2010 Ultimate Edition provides this great...
Monday, July 25, 2011
Hello World application with ASP.NET pages and WebMatrix
In this post I am going to explain how we can create fast web sites without worrying about code and other stuff. Microsoft has introduced a new web development tools called ‘WebMatrix’. It’s a free tool provided by Microsoft to create website fast.
What is WebMatrix?Web Matrix is a free tool provided...
Sunday, July 24, 2011
Visual Studio 2010 styles
I have been working with visual studio 2010 yesterday and I was searching some thing and same time I have found one great site for Visual Studio styles. http://studiostyl.es/ This site is cool and you can find lots of visual studio 2010 styles of your choice. Here is the screenshot of site.
You...
Friday, July 22, 2011
Box Selection in Visual Studio 2010
Every day I am discovering something new with Visual Studio 2010 and In this post I am again going to explain you new interesting feature of Visual Studio 2010. We all required to modify the code in bulk some time and there is a new features for Visual Studio 2010 which enables to made changes in multiple...
Tuesday, July 19, 2011
Windows Azure Table Storage in detail
Windows Azure table storage provides two kind of storage 1) SQL Azure and other one is 2) Table,queue,blob and other storage like drives etc. In this blog post I am going to explain Table storage in details.
What is Windows Azure Table Storage:
Windows Azure table storage is a service provided...
Sunday, July 17, 2011
New Improved IntelliSense with Visual Studio 2010
I have posted lot many things about Visual Studio 2010 features because its a great IDE(Integrated Development Environment).Today I am going to write about IntelliSense improvement in Visual Studio 2010. Today when I was working with Visual Studio 2008 for a old project(Nowadays I am working with...
Saturday, July 16, 2011
Introduction to Windows Azure
Recently I have got chance to work with SQL Azure and I loved it. So that’s why Here I am going to start series of post on Windows Azure and SQL Server Azure. In first post of this series I am going to introduce you windows azure platform. I know there are many peoples that may find this post as very...
Friday, July 15, 2011
Some important attributes in EFCodeFirst
In today’s post I am going to explain some of the important attributes in EFCodeFirst. Whey you do scaffolding with ASP.NET MVC this all attributes are where much important. So Let’s explore all the attributes.
Key Attribute:When you put this attribute in the class it tell that this property is part...
Tuesday, July 12, 2011
Parallel for loop in C# 4.0
Now days we are getting our computer equipped with more and more power even now we are getting quad core processor is also at lower price. Since we have multicore processors are now so we can take advantages of multicore processor with parallel execution in C# 4.0. There are some time consuming task...
Wednesday, July 6, 2011
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...
Tuesday, July 5, 2011
CRUD Operation with ASP.NET MVC and EFCodeFirst Part-1
I have been playing with EFCodeFirst now and I found it very interesting with that you could write your application fast and easily. So I have decided to write series of blog posts for CRUD Operations using ASP.NET MVC 3 and EFCodeFirstCTP5.0 . You can very easily create CRUD within some minutes of...