by Yogesh | Mar 1, 2017 | Asp .net MVC
How to retrieve query string parameter in action.- By passing action argument as Query string parameter public ActionResult Index(string urlparameter) { return Content("Your Url parameter is " + urlparameter); } By ID Parameter: ASP.NET MVC’s default routing...
by Yogesh | Jan 18, 2017 | ASP.NET Core 1.0 Tutorials
Project.json Use of project.json is to store metadata ,compilation information and project dependencies. It is replacement of ASP.NET 5 package.config and we store all the package information whichwe want to use in our application . we use JSON notation to feed all...
by Yogesh | Jul 10, 2016 | Asp .net MVC, Entity Framework Tutorial
Entity framework code first SQL: Most of viewers and visitors of Yogeshdotnet.com, requested to upload some blogs based on entity framework code first with SQL. First of all I want to say thanks to all my visitors and regular viewers who shows their keen interest in...