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
Recent Posts
0
Comments
HTML editor enhancement in visual studio 2012
by
Jalpesh P. Vadgama
In this post I am going to explain about HTML Editor Enhancement in visual studio 2012. I have been writing few post about Visual studio 2012 new features and this post will also be part of that. You can read whole series at following link. Visual Studio...
Filed under:
ASP.NET
,
C#
,
ASP.NET 4.0
,
VisualStudio2012
0
Comments
How to hide title bar in jQuery UI modal dialog?
by
Jalpesh P. Vadgama
jQuery UI is a great open source set of user controls and it’s very easy to use. Recently one of my friend asked question that how we can hide title bar in jQuery UI Dialog? so this post is a reply to him. Let’s create a simple html and use jQuery Ui...
Filed under:
ASP.NET
,
JavaScript
,
jQuery
,
JqueryUI
0
Comments
How to create overload methods in WCF service with C#
by
Jalpesh P. Vadgama
Before some days I have posted an blog about How to create overloaded web methods in asp.net web service? In this post I am going to explain how we can create overload methods in WCF(Windows Communication Foundation) service with C# language. So let’s...
Filed under:
ASP.NET
,
C#
,
WCF
,
ASP.NET 4.0
0
Comments
SelectMany operator in Linq C#
by
Jalpesh P. Vadgama
SelectMany is an important operator in Linq. It takes each element of a sequence to an IEnumerable and flattens the resulting sequences into one sequence. You can find out more information about different overload list from the below link. http://msdn...
Filed under:
ASP.NET
,
C#.NET
,
Linq
,
C#
0
Comments
Visual studio 2012 color editor- Make Visual studio 2012 Colorful
by
Jalpesh P. Vadgama
This blog will be part of visual studio 2012 features series . I personally like the Metro UI for Visual Studio 2102 but still some people are not happy with it. They really like Old Visual Studio 2010 layout and they wanted to have same kind of...
Filed under:
ASP.NET
,
VisualStudio
,
C#
,
VisualStudio2010
,
VisualStudio11
,
VisualStudio2012
0
Comments
C# null-coalescing operator ??
by
Jalpesh P. Vadgama
C# language provides many features and null-coalescing operator(??) is one of them. It’s a great operator to check whether object is null and if it is null then it will provide a default value. I have seen most of the people are not using while it’s a...
0
Comments
Tip-Convert array to Comma delimited string
by
Jalpesh P. Vadgama
I was needed to convert an string array into the comma delimited string and the old way to do that is too with for loop. But I was sure that there should be some ready made function that will do this very easily. After doing some research I have found...
Filed under:
C#.NET
,
C#
0
Comments
How to get N row from datatable in C#
by
Jalpesh P. Vadgama
Problem: Recently one of my friend was needed only first three rows of data table and so he asked me and I have multiple solutions for that. So thought it would be great idea to share with you guys. Possible Solutions to problem: There are two ways to...
Filed under:
ASP.NET
,
C#
0
Comments
Lazy<T> in C# 4.0
by
Jalpesh P. Vadgama
Before C# 4.0 there was no on demand initialization by default. So at the time of declaration we need to create a value or object will be null or we have to create on demand initialization via coding.. But with C# 4.0 we now have lazy class. As per MSDN...
Filed under:
ASP.NET
,
C#
1
Comments
Lock keyword in C#
by
Jalpesh P. Vadgama
As we have written earlier we have now multi core CPU for our computers and laptops and to utilize that we need to use threading in code. Now if we create thread and access same resource at same time then it will create a problem at that time locking...
Filed under:
ASP.NET
,
C#.NET
,
C#
More Posts
Next page »