Core Concepts Behind Node.js Non-Blocking I/O

Ryan Dahl in his original presentation at JSConf 2009 talked about doing the I/O differently which I’ll briefly go through it. He mentioned that many web applications have code like...

Persian date for Extjs 5 and Ext.NET 3.0.0

As I promised in the previous post, the Extjs 5 and the Ext.Net 3.0.0 beta persian date is now available here. I’ve made some changes to the original pdate javascript...

Persian date for Ext.NET 2.5.3

Extjs is one of the most advanced javascript frameworks for building interactive web applications. The class system, Object-Oriented design considerations and the layout system makes Extjs a good choice for...

Why Asp.Net Requests Are Processed Sequentially?

The nature of web applications is to respond to multiple requests in parallel. In ASP.NET worker process can host multiple AppDomains for the web application under a single worker process...

Making of hogaf.github.io

After all I’ve managed to create my own blog. I’ll share my thoughts and experiences in software development through out this blog. As you may have noticed I’m using jekyll....