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
June 2010 - Posts
5
Comments
Range Operator in Linq.
by
Jalpesh P. Vadgama
Linq is almost providing all the functionalities and i have found one another great operator called range operator which will return a sequence of integer number from start point to number of count. Here is the signature of range operator in Linq. C#...
Filed under:
ASP.NET
,
C#.NET
,
Linq
,
VisualStudio
4
Comments
Persisting row selection in data bound control like GridView,ListView
by
Jalpesh P. Vadgama
Some times we need show large amount of data like hundred of rows but its very difficult to show that in a single web page so we are using the paging mechanism of inbuilt data bound control of .NET Framework like GridView and ListView. But in paging ...
Filed under:
ASP.NET
,
C#.NET
,
VisualStudio
3
Comments
Zip operator in Linq with .NET 4.0
by
Jalpesh P. Vadgama
Microsoft .NET framework 4.0 is having many features that make developers life very easy. Its also provides some enhancement to Linq also. I just found a great operator called Zip which merge the sequence of two entities. Here is the explanation of Zip...
Filed under:
ASP.NET
,
C#.NET
,
VB.NET
,
SQL Server
,
Linq
10
Comments
Sum and Concat Operator operators in Linq.
by
Jalpesh P. Vadgama
Linq contains lots useful operators and i have found more two operators that can be help full in our day to day programming life. Here are explanation. Concat Operator: Concat operator concats two entities into single entities its very use full...
Filed under:
ASP.NET
,
C#.NET
,
Linq
2
Comments
Take,Skip and Reverse Operator in Linq
by
Jalpesh P. Vadgama
I have found three more new operators in Linq which is use full in day to day programming stuff. Take,Skip and Reverse. Here are explanation of operators how it works. Take Operator: Take operator will return first N number of element from entities. Skip...
Filed under:
ASP.NET
,
C#.NET
,
VB.NET
,
Linq
5
Comments
Union,Except and Intersect operator in Linq
by
Jalpesh P. Vadgama
While developing a windows service using Linq-To-SQL i was in need of something that will intersect the two list and return a list with the result. After searching on net i have found three great use full operators in Linq Union , Except and Intersect...
Filed under:
ASP.NET
,
C#.NET
,
VB.NET
,
Linq
,
VisualStudio
0
Comments
ASP.NET4.0-Compatibility Settings for rendering controls
by
Jalpesh P. Vadgama
With asp.net 4.0 Microsoft has taken a great step for rendering controls. Now it will have more cleaner html there are lots of enhancement for rendering html controls in asp.net 4.0 now all controls like Menu, List View and other controls renders more...
Filed under:
ASP.NET
,
C#.NET
,
Microsoft
,
VisualStudio
8
Comments
ASP.NET 4.0- CompressionEnabled Property in session state 4.0
by
Jalpesh P. Vadgama
Hello Guys, This blog has been quite for few days. Because i was busy with some personal and professional work both and that’s why i am not able to work on writing blog posts which i have discovered in last few days. Here is one features of asp.net 4...
Filed under:
ASP.NET
,
SQL Server
More Posts