Sijin Joseph's blog

My experiences with .Net

Browse by Tags

All Tags » General Software Development (RSS)
Windows Azure Distilled - A programmer's view
I've written a quick summary on my understanding of the core Azure platform at http://www.indiangeek.net/2008/11/14/windows-azure-distilled/
A case study in micro-optimization (Generating permutations)
I've blogged about my experiences in coming up with a fast solution to cedric's coding challenge in C# over at my personal blog . Couldn't bear the thought of the fastest solution being a Java one ;-) http://www.indiangeek.net/2008/08/29/a-case-study...
What will be the next generation internet application platform?
A few years ago I was a firm believer in the Rich Connected Client application model, which was based on running applications installed locally on the users desktop. From the time of the Ajaxian explosion , the quality and quantity of Ajax based web applications...
Subversion as a deployment tool
I was thinking on the way to work today that subversion would be a great tool to overcome some of the difficulties associated with frequent deployments to the web serevers. Here's how I see it working Create a production/live build folder in your source...
Programmer Competency Matrix
Having worked with programmers with an extreme variance in skills, I sometimes get the feeling that there is an big lack of good programmers but when I thought about it a little more I realized that it's not very clear cut, some of the programmers have...
An alternative model of computation for concurrency
I recently came across an old article that I had written for my company newsletter, it's always fun to discover old stuff that you've written and see how much your perception has changed since then. Copied verbatim below, this was a print article which...
First alternative to google that I actually liked
SearchMe - Still in beta and I was able to get an account easily. Check out the screenshot of their search results Not only are the results categorized but I loved the visual search results that don't require me to open the page in another window to further...
How to leak memory in .Net - Statics and Event Handlers
For the past few days I’ve been investigating some memory leak issues in our desktop application. The problem started showing up when we saw that opening new documents and then closing them didn’t have any negative impact on the memory usage. Initial...
.Net framework hotfix wreaks havoc
Last week all of us were baffled when suddenly one part of our application that uploads files to a FTP server stopped working. The strange thing was that the same build has been working without any issues for the past one week. We looked at everything...
In defense of hacking
I read a very interesting essay today - Hacknot - To Those About to Hack that talks about why planning upfront always pays in the long run. There is a very nice story that illustrates the value of planning upfront. I think that when people write essays...
More Posts Next page »