9 Tips for Writing Secure Applications in ASP.NET Brij Bhushan Mishra / Mon, May 30, 2016 Security is one of the most important aspects of any application – and when we talk about security, particularly in ASP.NET applications, it is not limited to development. A secure app involves multiple...
Building a Real time application with SignalR – Part 2 Brij Bhushan Mishra / Tue, Mar 15, 2016 This post is in continuation of my previous post where we discussed the needs, basics, configurations and transport mechanism of SignalR. In this post we will take this a step further by creating...
Building Real time application with SignalR – Part 1 Brij Bhushan Mishra / Thu, Feb 4, 2016 HTTP protocol is the basis for all communication over the web, and it has catered to our needs since the early days. HTTP works in a request and response model, where a request needs to be sent to the...
Leveraging HTTP/2 with ASP.NET 4.6 and IIS10 Brij Bhushan Mishra / Tue, Dec 1, 2015 In the last decade, the Web has taken multiple long strides. From basic HTML, web pages developed a richer look and feel, and are getting more intuitive, user friendly and glossier every day. The key...
Leveraging the Power of Asynchrony in ASP.NET Brij Bhushan Mishra / Wed, Oct 28, 2015 Asynchronous programming has had a lot of attention in the last couple of years and there are two key reasons for this: First it helps in providing a better user experience by not blocking the UI thread...
12 tips to increase the performance of your ASP.NET application drastically – Part 2 Brij Bhushan Mishra / Fri, Aug 21, 2015