Know-How’s of Visual Studio 2013 on ASP.NET MVC 5

The release of Visual Studio 2013 has unified the experience of using ASP.NET technologies. ASP.NET MVC 5 is the latest version developed with suggestions and contributions from the .NET community. ASP.NET MVC 5 comes along with the official release of Visual Studio 2013. What’s with Visual Studio 2013? Visual Studio 2013 offers a free web […]

What is Elastic Search?

Elastic search is a real-time search and analytics engine. It is based on Apache Lucene and is open-source. It is designed to be scalable which means it is distributed and has Node Discovery in it. So it can automatically recognize other elastic search nodes and connect to them if required. It does automatic sharding, in […]

Installing the Burp SSL certificate in your browser

One of the functions of SSL is to authenticate the identity of webservers. To intercept traffic between your browser and webservers, Burp needs to break the SSL connection. This causes a security warning in your browser because it detects that it is not communicating directly with the authentic web server. Burp generates an SSL certificate […]