Life's random bits By b1thunt3r (aka Ishan Jain)…

Tag: asp.net

ASP.NET Core application in Docker

ASP.NET Core application in Docker

Just like you can run a .NET Console application in a Docker Container, you can also run a ASP.NET Core application in a Docker Container. I think .NET Core might even be a better candidate for containerization.
PWA vs Native

PWA vs Native

How much time does a concept need, before it is fully mature and accepted by the masses?
Merge Hell with Git

Merge Hell with Git

Today as a developer, you have to be able to trust on the tools you use. In my case I use Visual Studio extensively. We have no more and more projects that are using Git as the version control. With the introduction of Git, we decided to change our workflow for development and management of the new projects.
MVC 4: Bundling

MVC 4: Bundling

Been experimenting with the new MVC 4 for ASP.net. One of the concepts I was having problems with was bundling JavaScript and CSS.
Failed to access IIS metabase

Failed to access IIS metabase

I was trying to get on ASP.NET application to run on IIS5, but i got an error "Failed to access IIS metabase".