Tips & Tricks on ASP.NET MVC, Ajax, jQuery, Entity Framework

Entries for April, 2012

Starting Entity Framework Codefirst Approach Part- 1

Here is a small -quick-step -by-step  tutorial to get started with Entity Framework Codefirst  approach. I have included the sample project at the end of this post for reference. I created a new ASP.NET MVC3 Project using the New->Project Dialog. In Code First Approach, We create our Entities first by writing classes. Then Entity framework will [...]

How to prevent jQuery mobile to style your form elements

If you are using jQuery mobile in your web page ( with their css ( default theme or whatever)), it will usually override your styles for input elements like this But If you want to to prevent jQuery mobile to style your form elements and want to use the awesome styles your UI designer created, you can [...]