I have been writing few posts about Dapper ORM and ASP.NET MVC3 for data manipulation. In this post I am going to explain how we can delete the data with Dapper ORM. For your reference following are the links my previous posts.
Playing with dapper Micro ORM and ASP.NET MVC 3.0
Insert with Dapper Micro...
Saturday, May 21, 2011
Friday, May 20, 2011
Edit/Update with dapper ORM and ASP.NET MVC 3
In last two post I have already written about Getting data and adding data with Dapper Micro ORM. In this post I will explain how we can use the dapper ORM for data update. For reference following is the two post links for the Dapper ORM Series.
Playing with dapper Micro ORM and ASP.NET MVC 3.0...
Thursday, May 19, 2011
Insert with Dapper Micro ORM and ASP.NET MVC 3
As I have already posted about the how to fetch data in my earlier post for Dapper ORM. In this post I am going to explain how we can insert data with the dapper ORM. So let’s extend the earlier post project. As explained in earlier post I have already created a class called CustomerDB this class will...
Wednesday, May 18, 2011
Microsoft Community Techdays at Ahmedabad-11th June 2011
Microsoft community TechDays are great events organized by Microsoft and every time I like to be part of it. Now once again this event date is announced by Microsoft and its going to happen 11th June 2011. I would love to part of it. It’s a free event so you don’t need to pay for it. It’s...
Monday, May 16, 2011
Playing with dapper Micro ORM and ASP.NET MVC 3.0
Some time ago Sam Saffron a lead developer from stackoverflow.com has made dapper micro ORM open source. This micro orm is specially developed for stackovewflow.com for keeping performance in mind. It’s very good single file which contains some cool functions which you can directly use in your browser....
Friday, May 13, 2011
Nav tag in HTML5
HTML5 is great new version of HTML with great features. I am exploring that in great details for our forthcoming projects. I found a great tag that can be used in all websites for the navigation. <nav> tag defines a area for navigation in whole HTML markup.
The HTML5 specification for nav tag...
HTML5 Intellisense in Visual Studio 2010/2008
Posted by Jalpesh Vadgama |
May 13, 2011 |
.NET4.0, ASP.NET, ASP.NET-MVC, VisualStudio |
No comments
Recently I was playing with HTML5 and I was in need of the HTML5 intellisense in Visual Studio 2010. I found a great extension which will provide me a great intellisense for HTML5. I thought its great to share with you all. You can download that tool from following link.
http://visualstudiogallery.msdn.microsoft.com/d771cbc8-d60a-40b0-a1d8-f19fc393127d
Once...
Sunday, May 8, 2011
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...
Saturday, May 7, 2011
Task list window in Visual Studio 2010
Task list is a great feature of visual studio and I think its most unappreciated features of Visual Studio 2010 and most of developers are not aware of it or don’t know about it and that’s why they are not using it. So I decided to write blog post about it.
As .NET Developer we spend lots of time...
What’s new in Internet Explorer 9?
Microsoft has recently launched the Microsoft Internet Explorer 9 and I have just installed it on it in my machine and I am quite amazed with the features its providing so I thought its worth to right a blog post about it.
The first and foremost thing you will notice about IE9 is a new slick interface....