Welcome to MSDN Blogs Sign in | Join | Help

January 2007 - Posts

Here is a sample code that returns the current trust level, assuming this code (or the calling code up the stack), is not loaded from GAC: AspNetHostingPermissionLevel GetCurrentTrustLevel() { foreach (AspNetHostingPermissionLevel trustLevel in new AspNetHostingPermissionLevel Read More...
When working on Web Services support for Dynamic Languages I needed a simple pluralizer for English nouns, and I did put one together that I would like to share. The algorithm is very simple: 1) There is a list of special nouns that is looked up first. Read More...
My latest work has to do with Dynamic Languages on .NET (please see my updated bio ). We've already posted several projects on the web: IronPython , implementation of the Python programming language running on .NET Samples for IronPython , including the Read More...
ASP.NET RSS Toolkit now on CodePlex -- please consider contributing... Thanks to IDisposable for making this happen. Dmitry Read More...
 
Page view tracker