Tag: C#

  • Difference between ASP.NET MVC and ASP.NET Web API

    Found this interesting article on http://www.dotnet-tricks.com/Tutorial/webapi/Y95G050413-Difference-between-ASP.NET-MVC-and-ASP.NET-Web-API.html Most people tend to think MVC and web api are the same thing. Well not really!   While developing your web application using MVC, many developers got confused when to use Web API, since MVC framework can also return JSON data by using JsonResult and can also handle simple AJAX requests.…

  • Fix for Fiddler Not Capturing Traffic from Visual Studio Application

    This one line of fix is enough and will work a 100% for you. Just try starting Fiddler before starting your application. This helps the default configuration, whereby .NET applications pick up the system proxy when they start and are oblivious to proxy changes after they start.   I hope this helps!

  • Top 10 Books Every .NET Developer Should Own

    Have you ever had a reference book that you HAD to keep near you? This list of must-have books are required reading and should always be within your reach. Everyone at one time or another reached for that specific book to find out how that one design pattern works or just needed it as a refresher…