Archive for the ‘Uncategorized’ Category

Jon’s New Blog

Friday, October 24th, 2008

Hi Everyone – I’m going to continue to post Proactive Logic news here on this blog, but I started a new blog where I will be posting much more often here http://www.jonkragh.com.  Proactive Logic still consumes 90% of my time doing services work, but I have some side projects going so I’m writing about those over on http://www.jonkragh.com

Cheers,
Jon

Exercise Is Vital

Wednesday, April 25th, 2007

Exercise is completely underrated in IT! I’m surprised that companies do not focus more on encouraging exercise. It is unbelievable how much more productive I am when sleep and exercise is completely integrated into my schedule. How many development managers would encourage this? I know I would. If a developer came to me and said I want to take from 2-3 PM every day and exercise on company time, I would definitely advocate it. To me it is a no brainer.

Time to go run!
Jon

ASP.Net Membership – Unifying ASP.net open source

Thursday, March 8th, 2007

Hi all,

It has been way too long since I posted. I’ve been suffering from paralysis of analysis on what I am going to blog about. That and who has the time, there is just way too much going on to blog lately.

Anyway, I’ve been digging into Community Server lately. I didn’t realize what an awesome platform Community Server really is. A while back I got involved with the ASP.net 2.0 Commerce Starter Kit as well. I had started a fulfillment smart client application that I just had to stop working on due to time constraints.  At that time I created a WSE 3.0 custom authentication module that authenticated web services against the membership provider.
What is really cool about these two disparate projects is that they both use ASP.net 2.0 membership. Now while ASP.net 2.0 membership allows users to use any membership provider, Microsoft ships the default SQL server implementation and schema out of the box. A lot of Microsoft developers use this. Now what that means is we have two applications that build off of the same member ID in the database. This seems really cool because it should be possible to link together the two projects and be able to track users to blog comments, forum posts, and have them buy something as well.

On top of all that, you can use CodeSmith and .netTiers to generate a custom application specific to your needs and add that into Community Server.

Creating this schema was a very important thing for Microsoft to do, and now all of these projects can integrate with much less effort.   I see the potential for all kinds of open source projects in ASP.net land to use this as a way of simple integration.

Some cool stuff in ASP.net land…

Jon