CSharpFeeds - All your C# feeds in one place.

Thursday, May 17, 2007

Creating A LINQ Query Provider

by Andrew Matthews via The Wandering Glitch on 5/17/2007 11:20:58 PM

As promised last time, I have extended the query mechanism of my little application with a LINQ Query Provider. I based my initial design on the method published by Bart De Smet, but have extended that framework, cleaned it up and tied it in with the original object deserialiser for SemWeb (a semantic web library [...] ...

[ read more ]

Run a Windows Forms application as the Windows User - Integrated Security

by Paul Kohler via PK Software (OLD Blog) - see http://www.pksoftware.net/devblog/ on 5/17/2007 1:32:42 PM

This is the line of code that I keep forgetting... AppDomain.CurrentDomain.SetPrincipalPolicy(PrincipalPolicy.WindowsPrincipal); Use it in (for example) the Program.Main function when the application starts up and the threads currrent principal is now the windows user. So... Thread.CurrentPrincipal.Identity.IsAuthenticated Will now be true and you can make use of the Identity.Name property etc. Self reminder over... More Notes... If for example you need to perform unit tests as a windo ...

[ read more ]

Gravatar Implementation

by Rick Strahl via Rick Strahl's Web Log on 5/17/2007 6:14:12 AM

I took a little bit of time today to make a few minor changes to the blog here and added some enhancements to the comments section here. One of the additions is support for Gravatars which is a very simple REST based mechanism that lets you show an avatar image. Gravatar is implemented by quite a few sites these days (SubText, DasBlog and Community Server all support it for example), so if you access any of these sites you can get your image shown on those sites. This is nothing new really (espe ...

[ read more ]

Subscribe

New Feed

Product Spotlight

Recently Updated Sources

Legal Note

The content of the postings is owned by the respective author. CSharpFeeds is not responsible for the contents of the postings. This site is automatically generated and cannot be reviewed for abusive content. If you find abusive content on CSharpFeeds, please contact us. Designated trademarks and brands are the property of their respective owners. All rights reserved.

Advertise with us