Sign In
dmitryr's blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ASP.NET
ASP.NET Cassini
ASP.NET MVC
ASP.NET MVC VB XML
ASP.NET MVC VB XML VB.NET
Cassini
JavaScript
Pluralize
RSS
Silverlight
Archive
Archives
May 2010
(1)
April 2009
(1)
March 2009
(1)
February 2009
(1)
January 2009
(1)
December 2008
(1)
October 2008
(1)
June 2008
(1)
May 2008
(1)
June 2007
(1)
May 2007
(3)
March 2007
(1)
February 2007
(1)
January 2007
(4)
November 2006
(1)
March 2006
(3)
February 2006
(1)
December 2005
(2)
November 2005
(1)
October 2005
(1)
September 2005
(1)
July 2005
(1)
June 2005
(5)
January, 2007
MSDN Blogs
>
dmitryr's blog
>
January, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
dmitryr's blog
Finding out the current trust level in ASP.NET
Posted
over 5 years ago
by
dmitryr msft
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#
Posted
over 5 years ago
by
dmitryr msft
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
Posted
over 5 years ago
by
dmitryr msft
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
Posted
over 5 years ago
by
dmitryr msft
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)