In general any new software release should be “better” than its predecessor, and while sadly this isn’t always the case (I’m looking at you Windows 8.x), it is generally true.…
Posts published in August 2017
Performing paging here by adding the NuGet Package named PagedList.Mvc. One Way 1) add namespace PagedList.Mvc In Controller using PagedList; 2) in Action method Public ActionResult Category(,int? page,) { int itemperpage=10;//…
We present to you the success story of Instagram. This video features the Biography of Instagram founder Kevin Systrom and how Instagram made it big in the app world. The…
Introduction While working on a forum project, I implemented like and dislike for a given topic. The user has the option to either Like or Dislike one item at a…