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...
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...
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...
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...
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...
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...
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...
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...
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: , , ,
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...
More Posts Next page »