Dotnetjalps-asp.net
Exploring technologies through innovations!!
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
ADO.NET
AJAx
ASP.NET
ASP.NET 4.0
ASP.NET 4.5
ASP.NET MVC
ASP.NET MVC 4.0
ASP.NET WEB API
ASP.NETPages
Azure
Blog
Blogging
BreadCrumb
C#
C#.NET
Cache
Caching
CodeRefactor
Content Delivery Network
Dapper
Debugging
Delegates
Denali
Dotnetnuke
EF4.0
EFCodeFirst
Enterprise Library
Entity
Entity Framework
EntityFramework
Enum
ErrorHandling
Exception
ExpandoObject
FileUpload
General
Generic Handler
Globalization
History
HTML
HTML5
HTMlEncode
HttpHandler
IE9
Infosys
IntelliTrace
Internationalization
Internet Explorer 9
Inversion of Control
JavaScript
jQuery
JqueryUI
JSON
Label
Linq
MetaTag
Micorosft Community Techdays
Microsoft
MSDN
MVP
NuGet
Number Input type
OutputCache
PageMethods
Parallel
Patterns
PetaPoco
Quiz
Razor
Refractor
Request
Response
ScriptManager
SEO
SilverLight
SQL Server
SQLServer 2008
SQLServer2011
System.Net.Mail
Task List
TechEdOnRoad
TSQL
UpdatePanel
URL Input type
URLRewriting
VB.NET
ViewEngine
VisualStudio
VisualStudio11
VisualStudio2010
VisualStudio2012
WCF
Web.config
WebHelper
WebMatrix
WebRequest
WebResponse
WebService
WindowsAzure
WindowsAzureBootCamp
Sponsors
advertise here
News
Navigation
Home
Blogs
Archives
February 2013 (4)
January 2013 (5)
December 2012 (6)
October 2012 (1)
September 2012 (4)
August 2012 (1)
July 2012 (6)
June 2012 (4)
May 2012 (8)
April 2012 (12)
February 2012 (2)
January 2012 (6)
December 2011 (5)
October 2011 (5)
September 2011 (6)
August 2011 (7)
July 2011 (13)
June 2011 (11)
May 2011 (11)
April 2011 (13)
March 2011 (5)
January 2011 (12)
December 2010 (17)
November 2010 (2)
October 2010 (3)
August 2010 (8)
July 2010 (4)
June 2010 (8)
May 2010 (3)
August 2008 (1)
July 2008 (2)
May 2008 (1)
April 2008 (3)
February 2008 (3)
January 2008 (23)
My Blogs
My personal Blog- www.dotnetjalps.com
My BeyondRelational SQL Server blog
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...
Filed under:
ASP.NET
,
Linq
,
Entity
,
ADO.NET
,
LinqDataSource
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...
Filed under:
ASP.NET
,
JavaScript
,
AJAx
,
WebService
,
jQuery
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...
Filed under:
ASP.NET
,
JavaScript
,
AJAx
,
ASP.NET MVC
,
jQuery
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:
ASP.NET
,
Linq
,
Entity
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...
Filed under:
ASP.NET
,
C#.NET
,
Linq
,
Entity Framework
,
EF4.0
,
C#
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...
Filed under:
ASP.NET
,
C#.NET
,
SQL Server
,
Linq
,
SQLServer 2008
,
Entity
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...
Filed under:
SQL Server
,
VisualStudio
,
SQLServer 2008
,
TSQL
,
Configuration
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...
Filed under:
SQL Server
,
Linq
,
SQLServer 2008
,
TSQL
More Posts