El Vany dev

Recent Posts

  • November 23, 2017

    EF.DbContextFactory

    I have worked with Entity Framework in a lot of projects, it’s very useful, it can make you more productive and it has a lot of great features that make it an awesome ORM, but like everything in the world, it has its downsides or issues. Sometime ...

  • August 16, 2017

    SignalR Core and SqlTableDependency - Part Two

    Note: I strongly recommend you to read this post when you finish reading this one, in order to get know the latest changes with the new SignalR Core Alpha version.In the previous post we talked about the things what doesn’t support anymore, the ...

  • June 02, 2017

    SignalR Core and SqlTableDependency - Part One

    Note: I strongly recommend you to read this post when you finish reading this one, in order to get know the latest changes with the new SignalR Core Alpha version.Is very early to talk about SignalR Core but it’s exciting too. With the recent re...

  • March 19, 2017

    Migrate ASP.NET Core RC1 Project to RC2

    About one year and a half ago I was exploring the new Asp.net Core features, it had very cool and amazing stuff, but it was unstable as well, off course, it was a beta version. When you downloaded packages through different dotnet versions or even...

  • February 26, 2017

    Frontend Automation with Grunt, Less and BrowserSync

    The main idea is to share and explore a little bit about frontend technologies, like Grunt, to automate task like minification, compilation, unit testing and so on. Also takes a look a little example about Css pre-processors like Less and a cool t...