Firebase is a great platform provided by Google to build realtime applications. Developers no need to implement socket connection to get…
Continue ReadingThings you can do with JavaScript
We are here to discuss some useful facts of JavaScript and the things we can do with it. JavaScript is…
Continue ReadingHow to integrate Dependency Injection in ASP.Net MVC using Unity Container
Today, we will learn about injecting Dependency Injection in ASP.Net MVC using Unity Container. Before going further, we will learn…
Continue ReadingHow to integrate Dependency Injection in ASP.Net Web Forms
The Dependency Injection is one of my favorite concept which enhances code re-usability and makes more object oriented. Today, we…
Continue ReadingSince you are using Nginx as your web-server, please configure the following rewrite rules in case you get 404 Not Found errors for your sitemap
Just installed Google XML Sitemap into the WordPress Ubuntu server. As soon as the plugin installed, starts displaying a message:…
Continue ReadingInsert, Update in single query Mongodb (NodeJs)
We will talk about the fastest JSON based database ie MongoDb. The powerful database to handle bigdata now a days…
Continue Reading