Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • HTML and Java Script code snippets in Visual Studio 2010

    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 feature that given in Visual Studio IDE. If you know...
    Posted to DotNetJalps (Weblog) by Jalpesh P. Vadgama on 01-21-2011, 12:00 AM
    Filed under: VisualStudio, ASP.NET, ASP.NET 4.0, ASP.NET MVC, VisualStudio2010
  • Programmatically creating asp.net request and handling response

    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 consume the response we are getting from this. This...
    Posted to DotNetJalps (Weblog) by Jalpesh P. Vadgama on 01-24-2011, 12:00 AM
    Filed under: ASP.NET, ASP.NET MVC, C#, ASP.NET 4.0, WebResponse, WebRequest
  • Getting Started with NuGet Packages step by step overview.

    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, remove, and update libraries and tools in Visual...
    Posted to DotNetJalps (Weblog) by Jalpesh P. Vadgama on 01-24-2011, 12:00 AM
    Filed under: ASP.NET, ASP.NET MVC, Entity Framework, ASP.NET 4.0, VisualStudio2010, NuGet
  • Checking whether page is secure or not in ASP.NET or JavaScript

    Recently in one the project we require to check whether page is secure or not as we are going to open a new popup window from that page and that why we need to pass https protocol if we have that page secure. I have search lots of things on internet and I have found following ways of finding whether...
    Posted to DotNetJalps (Weblog) by Jalpesh P. Vadgama on 04-07-2011, 12:00 AM
    Filed under: ASP.NET, C#.NET, ASP.NET MVC, C#, ASP.NET 4.0, WebRequest
  • <nav> tag in HTML5

    HTML5 is great new version of HTML with great features. I am exploring that in great details for our forthcoming projects. I found a great tag that can be used in all websites for the navigation. <nav> tag defines a area for navigation in whole HTML markup. The HTML5 specification for nav tag is...
    Posted to DotNetJalps (Weblog) by Jalpesh P. Vadgama on 05-12-2011, 12:00 AM
    Filed under: ASP.NET, ASP.NET MVC, VisualStudio, ASP.NET 4.0, VisualStudio2010, HTML5
  • Playing with dapper Micro ORM and ASP.NET MVC 3.0

    Some time ago Sam Saffron a lead developer from stackoverflow.com has made dapper micro ORM open source. This micro orm is specially developed for stackovewflow.com for keeping performance in mind. It’s very good single file which contains some cool functions which you can directly use in your browser...
    Posted to DotNetJalps (Weblog) by Jalpesh P. Vadgama on 05-16-2011, 12:00 AM
    Filed under: ASP.NET, C#.NET, ASP.NET MVC, C#, ASP.NET 4.0, Dapper
  • Delete with Dapper ORM and ASP.NET MVC 3

    I have been writing few posts about Dapper ORM and ASP.NET MVC3 for data manipulation. In this post I am going to explain how we can delete the data with Dapper ORM. For your reference following are the links of my previous posts. Playing with dapper Micro ORM and ASP.NET MVC 3.0 Insert with Dapper Micro...
    Posted to DotNetJalps (Weblog) by Jalpesh P. Vadgama on 05-21-2011, 12:00 AM
    Filed under: ASP.NET, C#.NET, ASP.NET MVC, C#, ASP.NET 4.0, Dapper
  • Maintaining Browser History for Ajax events through script manager in asp.net

    In one of our project we have requirement of maintaining history of Ajax events. After doing some search on the web I have found one interesting capabilities of Script Manager control. I have found that there is one property called “EnableHistory” which will enable history for all the Ajax Event for...
    Posted to DotNetJalps (Weblog) by Jalpesh P. Vadgama on 06-15-2011, 12:00 AM
    Filed under: ASP.NET, C#.NET, AJAx, ASP.NET MVC, C#, ScriptManager, ASP.NET 4.0, History
  • Get started with ASP.NET MVC and PetaPoco

    Micro ORM are having their pro and cons and right now its a buzz in the Microsoft.NET developers buzz. I personally like a Micro ORM Concept and I already posted some blog posts with asp.net mvc and dapper Micro ORM. Today I am going to explain how we can use PetaPoco in asp.net mvc application. First...
    Posted to DotNetJalps (Weblog) by Jalpesh P. Vadgama on 06-17-2011, 12:00 AM
    Filed under: ASP.NET, ASP.NET MVC, ASP.NET 4.0, PetaPoco
  • Edit/Update with dapper ORM and ASP.NET MVC 3

    In last two post I have already written about Getting data and adding data with Dapper Micro ORM. In this post I will explain how we can use the dapper ORM for data update. For reference following is the two post links for the Dapper ORM Series. Playing with dapper Micro ORM and ASP.NET MVC 3.0 Insert...
    Posted to DotNetJalps (Weblog) by Jalpesh P. Vadgama on 05-20-2011, 12:00 AM
    Filed under: ASP.NET, C#.NET, ASP.NET MVC, C#, ASP.NET 4.0, Dapper
Page 1 of 2 (15 items) 1 2 Next >