January, 2007

Posts
  • dmitryr's blog

    Finding out the current trust level in ASP.NET

    • 2 Comments
    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...
  • dmitryr's blog

    Simple English Noun Pluralizer in C#

    • 5 Comments
    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...
  • dmitryr's blog

    Dynamic Languages on .NET

    • 6 Comments
    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...
  • dmitryr's blog

    ASP.NET RSS Toolkit is now on CodePlex

    • 1 Comments
    ASP.NET RSS Toolkit now on CodePlex -- please consider contributing... Thanks to IDisposable for making this happen. Dmitry
Page 1 of 1 (4 items)