August 2010 - Posts

3
Comments

LinqDatasource A Great Control for declarative programming by Jalpesh P. Vadgama

I have used data source control many times and its great it provides us great features for declarative binding. LinqDataSource Control is a great control and it allows us to bind linq queries without writing any code declaratively. Let’s create a example...
18
Comments

Calling an asp.net web service from jQuery by Jalpesh P. Vadgama

As I have post it in earlier post that jQuery is one of most popular JavaScript library in the world amongst web developers Lets take a example calling ASP.NET web service with jQuery . You will see at the end of the example that how easy it is to call...
2
Comments

jQuery- JavaScript Library Write less do more by Jalpesh P. Vadgama

This is introductory post jQuery an open source JavaScript library. I know what you guys thinking and I also know that jQuery does not required introduction. It is so much popular and most of web developers whether they are developing using asp.net,php...
7
Comments

Using Let Keyword in Linq by Jalpesh P. Vadgama

I am using Linq-To-Object in my current project to remove some extra loops and I have found one of the great keyword in Linq called ‘Let’. Let keyword provides facility to declare a temporary variable inside the Linq Query.We can assign the result of...
Filed under: , ,
18
Comments

Entity Framework 4.0- Bind Stored Procedure with Result Entity class by Jalpesh P. Vadgama

Microsoft Entity Framework version 4.0 is a brand new ORM(Object Relational Mapper) from Microsoft. It’s provides now some new features which are not there in the earlier version of Entity framework. Let’s walk through a simple example of a new features...
0
Comments

Binding A Custom Entity Class to stored procedure using Linq-To-SQL by Jalpesh P. Vadgama

I have already written several post about Linq its a great ORM that we can use in various way. The purpose of this post to demonstrate How we can bind custom entity to stored procedure result with use of Linq-To-SQL. Let’s go through it and you will realize...
0
Comments

Visual Studio –>Add Database –> Named pipe Provider Error for SQL Server by Jalpesh P. Vadgama

Recently I have been working on a article for my blog for that I just tried to add a database file on my solution with visual studio and I have received following error. An error has occurred while establishing a connection to the server. (provider: Named...
2
Comments

TSQL Challenges on beyondrelational.com by Jalpesh P. Vadgama

My friend and Guide Jacob Sebastian who is an Microsoft SQL Server MVP running a very popular series of TSQL on his site beyondrelational.com. If you know something about SQL Server then this challenge is for you. And if you are master of SQL then this...
More Posts