July 2011 - Posts

1
Comments

SQL Management Studio in Visual Studio 2010 by Jalpesh P. Vadgama

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...
0
Comments

Hello World application with ASP.NET pages and WebMatrix by Jalpesh P. Vadgama

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...
1
Comments

Visual Studio 2010 styles by Jalpesh P. Vadgama

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...
Filed under: , ,
4
Comments

Box Selection in Visual Studio 2010 by Jalpesh P. Vadgama

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...
1
Comments

Windows Azure Table Storage in detail by Jalpesh P. Vadgama

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...
3
Comments

New Improved IntelliSense with Visual Studio 2010 by Jalpesh P. Vadgama

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...
3
Comments

Introduction to Windows Azure by Jalpesh P. Vadgama

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...
Filed under: , ,
0
Comments

Some important attributes in EFCodeFirst by Jalpesh P. Vadgama

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...
Filed under: , , ,
4
Comments

Parallel for loop in C# 4.0 by Jalpesh P. Vadgama

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...
1
Comments

CRUD Operation with ASP.NET MVC and EFCodeFirst Part-2 by Jalpesh P. Vadgama

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...
More Posts Next page »