Process of Improving Software Quality
I would like to share my working experience at VMWare, in this last 1 year we have been improving a lot in our software development process Last year, We had much much higher regression rate and…
I would like to share my working experience at VMWare, in this last 1 year we have been improving a lot in our software development process Last year, We had much much higher regression rate and…
I write this article in advance for my technical presentation. MSMQ is a messaging platform by Microsoft and it is built-in on the OS itself. Installation 1. To install MSMQ, you can go to “Add/Remove program”…
Just recently been suggested by my colleague to use these software for antivirus, firewall and spyware protection. It’s all free and lightweight Avast Anti Virus – http://www.avast.com/en-au/index Comodo Firewall – http://personalfirewall.comodo.com/free-download.html Malware Bytes – http://www.malwarebytes.org/products/malwarebytes_free
I have a web app that recently timing out and the timing out exception is actually coming from the SQL Server. When I run the execution plan I found that there is one item called Table…
By using this library, it allows you to do the paging through the HTML DOM from the client side (Note: this is not about the ideal way or not the ideal way, I know the ideal…
I believe some of you already know about this but for me I never used it. Yield keyword has been existed since .NET 2.0 so I decided to look up of what it does and try…
Knockout allows you to bind the HTML to your javascript object. It simplifies DOM manipulation and allow the portability of the javascript object and action. It is pretty much the same concept as MVVM in silverlight.…
In this post, I want to outline in how to create your own Authorize tag and to make sure when you call JSON method with your custom authorize attribute to throw HTTP403 – Forbidden 1. You…