Browse by Tags

All Tags » ASP.NET MVC (RSS)

Number- New HTML5 Input type by Jalpesh P. Vadgama

I have been writing few series of new HTML5 input types and this is another post on same series. In this post I am going to explain Number input types. The number type is for numeric values. When you use number input type it will have spinner with up...

URL–New HTML5 input element by Jalpesh P. Vadgama

In earlier post we have seen how the email input tag work in the browser. HTML5 comes with lots of new goodies and today we are going to see one of another new html5 input types URL. In most of the sites once you fill your contact and personal information...

My blog post are appearing on MSDN ASP.NET MVC Content Map by Jalpesh P. Vadgama

Yesterday I was searching something and I got a nice surprise. I have seen my blog post for RSS reader is appearing on MSDN ASP.NET MVC content map. It is really proud movement for me. Following is the link from where you will get this. http://msdn.microsoft...

ASP.NET MVC 4.0 Mobile Template by Jalpesh P. Vadgama

Microsoft has released the much awaited ASP.NET MVC 4.0 developer preview and there are lots of features bundle with it. One of the greatest features is a mobile website. Yes, Now with ASP.NET MVC 4.0 you can create mobile site also. So let’s create a...

First Review of ASP. NET MVC 4.0 Developer Preview by Jalpesh P. Vadgama

After so much buzz Microsoft has launched some of the new tools at build conference and ASP.NET MVC 4.0 Developer preview is one of them. How I can install ASP.NET MVC 4.0 Developer preview? There are three ways to install ASP.NET MVC 4.0 Developer preview...

ReCaptcha in ASP.NET MVC3 by Jalpesh P. Vadgama

As a web developer we know what is captcha is. It’s way to confirm users as they are human.Following is captcha definition per WikiPedia . A CAPTCHA ( / ˈ k æ p tʃ ə / ) is a type of challenge-response test used in computing as an attempt to ensure that...

Chart Helpers in ASP.NET MVC3 by Jalpesh P. Vadgama

I am exploring ASP.NET MVC3 and everyday I am learning something new. In today’s post I am going to explain how we can create chart with ASP.NET MVC3. Chart is one of greatest way of expressing figures. We all need that functionality in any commercial...

Creating Basic RSS Reader in ASP.NET MVC 3 by Jalpesh P. Vadgama

In this post I am going to explain you how we can create a basic RSS Reader with the help of Linq-To-Xml and ASP.NET MVC3  Razor. Those who are writing or reading Blogs already knows what is RSS Reader. But those who does not know What is RSS. Below...
Filed under: , , ,

Setting default value for @Html.EditorFor in asp.net mvc by Jalpesh P. Vadgama

Yesterday one of my friend asked me to set default value for @HTML.EditorFor. So I decided to write this blog post. In this blog post I am going to Explain How we create Default values for model Entities. So Let’s start this via taking a simple example...
Filed under: ,

CRUD Operation with ASP.NET MVC and EFCodeFirst Part-1 by Jalpesh P. Vadgama

I have been playing with EFCodeFirst now and I found it very interesting with that you could write your application fast and easily. So I have decided to write series of blog posts for CRUD Operations using ASP.NET MVC 3 and EFCodeFirstCTP5.0 . You can...
More Posts Next page »