I’ve been getting familiar with the ASP.NET MVC v2 project that comes with Visual Studio 2010. It’s been a while since I’ve written a lot of code so I wanted to sharpen my skills and also get familiar with this different way of working. If you’re looking to learn more about MVC you cannot go [...]
Good to see Microsoft throwing their support behind jQuery and committing resources to developing for it. Also interesting to see their proposal for including templating in the core of jQuery. I currently use the excellent jTemplates plug-in for jQuery (even if the doco is a little hard to follow) and I’m a big fan of [...]
I have a need to be able to enumerate through the SharePoint User Profile database to collect some stats and do some analysis. Here’s some handy articles I came across while researching it. How To Properly Enumerate User Profiles using the SharePoint User Profile Web Service Updating and Enumerating User Profiles in MOSS MSDN – [...]