Blogspot - jalpesh.blogspot.com - DotNetJalps
General Information:
Latest News:
ASP.NET 4.5 TextBox TextMode Property 25 Mar 2013 | 10:16 pm
Right now everybody is talking about HTML5 and its contains lots of new features like web sockets, canvas, new intput types with validation etc. ASP.NET 4.5 text mode property enhancement: With HTML5...
Difference between All and Any operator in linq 23 Mar 2013 | 04:39 pm
In this post we are going to learn about difference between ‘All’ and ‘Any’ operator in Linq. Difference between ‘All’ and ‘Any’ operator: All operator checks whether all elements have met specific c...
My blog post appears on asp.net community spot light 22 Mar 2013 | 10:03 pm
Once again my blog post about CRUD operations with asp.net and petapoco appears on the Microsoft asp.net official website. I would like to thank you all for specially Jon Galloway and asp.net team. A...
All operator in linq 16 Mar 2013 | 02:41 pm
Few days back I came across “All” operator in Linq. I thought it will be good idea to write a blog post about it and share it with community. All operator in linq: It’s almost similar to select it re...
CRUD operations with PetaPoco and ASP.NET MVC 13 Mar 2013 | 11:50 pm
In this post we are going to see how we can do CRUD operations with ASP.NET MVC and PetaPoco Micro ORM. What is PetaPoco? Petapoco is a tiny ORM developed by topten software. As per them it’s a tiny,...
Default focus and default button in asp.net 12 Mar 2013 | 11:46 pm
Sometimes ago a friend ask me how to put default focus and default button in ASP.NET. He was not knowing that there is property for that in form tag in asp.net. I thought it will be good idea to write...
How to consume ASP.NET WebAPI from jQuery 9 Mar 2013 | 11:44 pm
Before some months Microsoft has launched WebAPI framework for building and consuming HTTP services. This WebAPI can be called from anything like from mobile sites to JavaScript anything. I thought it...
Dependency graph in visual studio 2012- Understand your code better. 8 Mar 2013 | 12:50 am
Today I came across a new feature of visual studio 2012 called Dependency Graph in visual studio 2012. I thought it will be good Idea to write a blog post about this. I have written list of visual st...
SelectMethod in ASP.NET 4.5 Model binding 7 Mar 2013 | 01:35 am
New version of ASP.NET provides lots of way of binding data to the data controls like Grid View, Repeater etc. You can now bind this controls with strong type. I have earlier written a blog post about...
Telerik JustCode review 6 Mar 2013 | 10:39 pm
Visual Studio is a great IDE and allow developers to design and code anything from windows application to web application. But it does not have a much code refactoring features so You need to have th...