In ASP.NET MVC 5 ActionResult classes are used to return data from the controller classes to the views. There are 15 different sub classes that can be used in various situations depending on your scenario...
PowerShell is quite high on my list of languages that I dip in and out of without really knowing nearly well enough. One of things that I have found myself doing quite regularly is trying to script SQL for creating tables. This is quite straight forward using Sql Server PowerShell
I seem to burn far to many hours trying to do the relatively simple task of setting up log4net on a project. Well step one is easy enough, install through nuget . Next...