ASP.NET, nUnit, VB.NET
As the title implies, I’m doing some brushing up on some technologies in the Microsoft stack. I’m going to keep my bases covered in all areas.
In brushing up on my ASP.NET, I’m reminded of a co-worker who once suggested using Smarty with PHP, for separation of presentation and logic. This feels a lot like Smarty. It kind of makes me wonder how JSP does things, and so I’ve added that to a long list of “I’ll learn this better some day”. This list is very long.
My recent research has brought me to the study of binary heap’s and their usage in priority queue’s. I still have some code from a year ago when I was writing them, and I’m glad I’m revisiting this, because the code from a year ago is quite convoluted. I might post some snippets from my new research here at some point.