C# MVC: HttpContextBase from HttpContext.Current
It’s easy by using the HttpContextWrapper HttpContextBase basecontext = (new HttpContextWrapper(HttpContext.Current)); Happy coding!
All technologies, only pure source code
It’s easy by using the HttpContextWrapper HttpContextBase basecontext = (new HttpContextWrapper(HttpContext.Current)); Happy coding!
If you need to check if something is a number, in C# doesn’t exist a function for that. That I’ve…
Often you copy from a site some code but it has line numbers and you have to spend some times…
If you work with Visual Studio 2015 and WebAPI, this short post is for you! We have to make our…
In the two previous post I discussed about the first step to creare this application and the implementation of the…
In my previsious post I discussed the first implementation of this application. In this post I’m explained how to implement…
There are a number of specific Agile approaches, as well as a generic agile style of working. Extreme Programming is…