How I plan to solve my specialized ClickOnce needs that are not available in the nice little ClickOnce settings wizard….(read more…)
[A DevLife post]
Don’t Forget: www.acehaid.org
How I plan to solve my specialized ClickOnce needs that are not available in the nice little ClickOnce settings wizard….(read more…)
[A DevLife post]
Don’t Forget: www.acehaid.org
Earlier this month, Matt Cassell interviewed me (with great questions) for his podcast show, www.AcademicdotNET.com that is aimed at highschool programmers.
Matt is himself in high school, but at 15, has still been programming a lot longer than many of us!
My interview was #4. The first was Ted Neward, and he is about to push up #5, with Regional Director Barry Gervin.
It was a lot of fun to do the interview (and he even taught me how to use skype). What impressed me was that he had very specific questions so that he could be sure that the discussion was at the proper level for his target audience. I think that anyone at any age who is new to programming and new to .NET will find these podcasts very helpful.
Don’t Forget: www.acehaid.org
Don’t Forget: www.acehaid.org
I know I know. I have told many people that you can run vs2003 and vs2005 side by side. But I have this honker application to port and I don’t want to do it on the same machine where I need to be able to get at it (in vs2003) in emergencies. Plus I wanted everything super clean. The solution has many many assemblies and references a lot of 3rd party tools. Plus I had to move everything from WSE 2.0 to WSE 3.0. Too much for side by side if you ask me. Some of those 3rd party tools will be getting upgraded, like Janusys (finally moving to 2.0) and others.
So for the time being, I have taken my beautiful dual monitor setup and dedicated one screen to my other computer (until I find a solution as sweet as my VGA KVM cables that will work on DVI and isn’t a $200 switchbox). I’m still feeling the dual monitor vibe though. I’m coding on one screen and emailing, etc. on the other.
I could do this as VPC, but I had a whole computer just sitting there…begging for new bits!
Don’t Forget: www.acehaid.org
In WSE2.0, the recommended way to do authorization, was to attach a principal with role information to a SecurityToken in a custom UsernameToken manager (which you would be using to authenticate against anything but A.D.). Then in your web method, you can just get at that principal by returning the Context.Security.Tokens from the RequestContext. But that is now obsolete. In fact if you use it, you will get a warning that SoapContext.Security is obsolete and to write a custom filter instead.
However the samples and the documentation in WSE 3.0 still show the old method. So, I’m not a Michele or Benjamin or William or Clemens or Christian. And most people using this stuff aren’t (cause those guys have all moved on to INdigo, but I have a live app that needs ws security…). Now what?
I guess I am going to learn how to use filters today. (so much for my fantasy of cutting out for 2 hours after lunch to go skiing because we got about 4 inches of new snow last night. whaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa)
Don’t Forget: www.acehaid.org
Don’t Forget: www.acehaid.org
Is there something wrong with my code? With the component? Or with the docs? Or were the docs just written for normal scenarios? Had I done something so very unusual that it wasn’t covered in the documentation? (I don’t think I did anything unsual, by the way.) [read more …]
[A DevLife post]
Boy I sure wish I could have been to your party!
I also wish I was going to Namibia for the holidays, but heck, I didn’t even feel likek driving 5 hours to my mother-in-laws, much less another 40+ hour trip to So. Africa this week!