In one of my latest developments I needed to have a local Redis for caching requirements. I feel comfortable on terminal/command line, so it wasn’t hard to have an Ubuntu VM on VirtualBox, and it is very helpful to have it running on cloud if you need a testing site;...
Continue reading...February 2017
ASP.NET Core Basics – Part 2
Now, we continue with the series ASP.NET Core Basics. At this time we are been focused in MVC specific topics, which will be covered in a 7 mins video. Contents: MVC. Controllers MVC. Models and Views ViewModel Post/Redirect/Get Model Validation Links: MVC Pattern: https://en.wikipedia.org/wiki/Model–view–controllerPost/Redirect/Get Pattern: https://en.wikipedia.org/wiki/Post/Redirect/GetGithub Repository: https://github.com/alexis-dotnet/NewsApp_Stage2The New York Times API: https://developer.nytimes.com/ Español: Conceptos Básicos ASP.NET...
Continue reading...