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
Breakpoint
C#
C#.NET
Cache
Caching
CallHierarchay
Channel9
CodeRefactor
Community Tech Days
Configuration
Content Delivery Network
Cotent Management System
Dapper
DateTime
Debugging
Delegates
Denali
Distinct
Dotnetnuke
EF4.0
EFCodeFirst
Email
EmailType
Entity
Entity Framework
EntityFramework
Exception
General
HTML
HTML5
HttpHandler
IntelliTrace
JavaScript
jQuery
JqueryUI
Linq
LinqDataSource
Menu
MetaTag
Micorosft Community Techdays
Microsoft
MicrosoftAjax
MSDN
MultiMonitor
MVC 3.0
MVP
NavigateTo
NuGet
Number Input type
OutputCache
Parallel
Patterns
PetaPoco
Quiz
Razor
Refractor
Request
Response
ScriptManager
SEO
SilverLight
SQL Server
SQLServer 2008
SQLServer2011
System.Net.Mail
Task List
TechEdOnRoad
TSQL
Tuple
UML
UpdatePanel
URLRouting
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
January 2011 - Posts
0
Comments
Installing NuGet package with package manager console step by step overview.
by
Jalpesh P. Vadgama
I have already blogged about NuGet in earlier post about how to install NuGet packages to your project with wizard. NuGet Extension also provides an package manager console to add library to your projects. Let’s install a blogml package via package manager...
Filed under:
ASP.NET
,
C#.NET
,
C#
,
ASP.NET 4.0
,
VisualStudio2010
,
NuGet
0
Comments
Getting Started with NuGet Packages step by step overview.
by
Jalpesh P. Vadgama
We can all see lots of buzz about NuGet in asp.net world. So I decided to explore it. let’s explore it in some details. Following is a explanation of NuGet Extension on the code plex here . NuGet is a Visual Studio extension that makes it easy to add...
Filed under:
ASP.NET
,
ASP.NET MVC
,
Entity Framework
,
ASP.NET 4.0
,
VisualStudio2010
,
NuGet
5
Comments
Programmatically creating asp.net request and handling response
by
Jalpesh P. Vadgama
Recently one of the my friends asked about how to create a web request in asp.net to a url outside of project. So I decided to write a small blog post regarding this. This web request can be easily created with httpwebrequest class and you can easily...
Filed under:
ASP.NET
,
ASP.NET MVC
,
C#
,
ASP.NET 4.0
,
WebResponse
,
WebRequest
3
Comments
JQuery UI 1.8.9 new version launch today
by
Jalpesh P. Vadgama
JQuery UI contains great controls and it’s very useful when developing sites. Today a new version of Jquery UI is launched. You can find more details about that from following link. http://blog.jqueryui.com/2011/01/jquery-ui-1-8-9/ It’s contains Bug fixes...
Filed under:
ASP.NET
,
JavaScript
,
AJAx
,
jQuery
,
JqueryUI
2
Comments
Multi Monitor Support in Visual Studio 2010
by
Jalpesh P. Vadgama
In this blog post we are going to see an new feature for multi monitor support in Visual Studio 2010. In Visual Studio 2010 you can drag windows outside IDE and thus you can use in different monitor. That’s feature is very useful if developer is having...
Filed under:
ASP.NET
,
VisualStudio
,
C#
,
ASP.NET 4.0
,
VisualStudio2010
,
MultiMonitor
1
Comments
HTML and Java Script code snippets in Visual Studio 2010
by
Jalpesh P. Vadgama
We all love Visual Studio as great IDE and Microsoft is providing more and more features for that IDE. Let’s investigate one of great features that Microsoft has given with Visual Studio 2010. What is code snippets? Code snippets is a one of the cool...
Filed under:
ASP.NET
,
ASP.NET MVC
,
VisualStudio
,
ASP.NET 4.0
,
VisualStudio2010
1
Comments
HTTP Module in detail
by
Jalpesh P. Vadgama
I know this post may sound like very beginner level. But I have already posted two topics regarding HTTP Handler and HTTP module and this will explain how http module works in the system. I have already posted What is the difference between HttpModule...
Filed under:
ASP.NET
,
Response
,
ASP.NET 4.0
,
Request
1
Comments
Converting a generic list into JSON string and then handling it in java script
by
Jalpesh P. Vadgama
We all know that JSON (JavaScript Object Notation) is very useful in case of manipulating string on client side with java script and its performance is very good over browsers so let’s create a simple example where convert a Generic List then we will...
Filed under:
ASP.NET
,
C#.NET
,
JavaScript
,
AJAx
,
WebService
,
C#
,
jQuery
,
ASP.NET 4.0
,
JSON
5
Comments
Distinct operator in Linq
by
Jalpesh P. Vadgama
Linq operator provides great flexibility and easy way of coding. Let’s again take one more example of distinct operator. As name suggest it will find the distinct elements from IEnumerable. Let’s take an example of array in console application and then...
Filed under:
C#.NET
,
Linq
,
C#
,
Distinct
3
Comments
ASP.NET 4.0- Html Encoded Expressions
by
Jalpesh P. Vadgama
We all know <%=expression%> features in asp.net. We can print any string on page from there. Mostly we are using them in asp.net mvc. Now we have one new features with asp.net 4.0 that we have HTML Encoded Expressions and this prevent Cross scripting...
Filed under:
ASP.NET
,
C#.NET
,
C#
,
HTMlEncode
,
ASP.NET 4.0
More Posts
Next page »