ASP.NET News from Blogger: dmitryrs blog   Get the feed of: dmitryrs blog

Total News: 32

JavaScript English Noun Pluralizer

Attached is a JavaScript version of English noun pluralizer adopted from my earler C# sample. Live sample available here. Thanks, Dmitry 5/28/2010 - version 1.0.2...

Cassini: Support for Friendly URLs / Routing

Cassini had a problem with ASP.NET projects using Routing due to the directory listing feature.  Cassini would respond with the directory listing to any request for a directory, without hand...

Plan 9 Update (03/01/2009)

I've updated Plan 9 sample.  Please download the attachment. Changes include: GET / POST page methods instead of Page_Load / Page_Post Support for stand-alone .aspx pages (in the application ro...

VB.NET XML Literals ASP.NET MVC Sample Updated for ASP.NET MVC RC

I've updated the VB XML Literals View Engine sample for ASP.NET MVC RC (attached). Thanks, Dmitry...

ASP.NET MVC Plan 9 Sample

The attached sample implements simplified Web application paradigm (called Plan 9 MVC) based on ASP.NET MVC. It is page-centric (it hides Controllers) but it retains many of the benefits of ASP.NET MV...

ASP.NET MVC View Engine using VB.NET XML Literals

The code in the attached ZIP file implements a custom View Engine for ASP.NET MVC Beta using VB.NET XML literals.  Instead of traditional ASP.NET pages, the views are implemented as VB.NET classe...

Cassini for Framework 3.5

The attachment contains Cassini version for .NET Framework 3.5. Highlights: Runs as a single EXE -- does not require an assembly in GAC Supported IPv6-only configurations Upgraded to support .NET Fra...

Dynamic Client Script for Silverlight 2 beta 2

Silverlight 2 beta 2 is out, so I updated Dynamic Client Script sample accordingly (attached to this post)....

Dynamic Client Script for Silverlight 2 beta 1

Last year I've published a simple ASP.NET control, called Dynamic Client Script', that enables IronPython client scripting in ASP.NET pages in Silverlight 1.1 Alpha.  Since then Silverlight evolv...

ASP.NET RSS Toolkit Version 2

Thanks to Piyush, the second version of ASP.NET RSS Toolkit is now available on CodePlex.  Please check it out. Thanks, Dmitry...

Photo Album Sample

Attached is an updated Photo Album sample. The idea is to maximize the simplicity of use - just drop default.aspx page into the [root] directory where the pictures are and it does everything...

ASP.NET Futures

Please check out ASP.NET Futures release with Dynamic Langauges support and Dynamic Data Controls.  The former is the updated version of IronPython for ASP.NET, now based on DLR. Thanks, Dmi...

Dynamic Client Script

Attached to this post is the Dynamic Client Script sample -- an ASP.NET control that simplifies creation of AJAX-like Web pages in managed scripting languages using Microsoft Silverlight cross-br...

Another CodePlex Project

Some time ago I wrote a simple ASP.NET in-process executor for internal testing and I am happy to see it go public on CodePlex (under name "Plasma") including NUnit integration, thanks to Steve...

Disk Output Cache is now on CodePlex

Thanks to Scott Cate the Disk Output Cache project is now on CodePlex. Please check it out and consider contributing. Thanks, Dmitry...

Finding out the current trust level in ASP.NET

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() ...

Dynamic Languages on .NET

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 ru...

Simple English Noun Pluralizer in C#

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) T...

ASP.NET RSS Toolkit is now on CodePlex

ASP.NET RSS Toolkit now on CodePlex -- please consider contributing... Thanks to IDisposable for making this happen. Dmitry...

IronPython for ASP.NET

Please check out our latest project, IronPython integration with ASP.NET, please visit http://www.asp.net/ironpython It might look as just another language for ASP.NET (in addition to C#, VB.NET, and ...

ASP.NET RSS Toolkit on CodePlex -- coordinator(s) needed

Id like to setup an open source project on http://www.codeplex.com/ for the ASP.NET RSS Toolkit and I need help coordinating check-ins. I will create the project (with the updated sources that include...

RSS Toolkit Update

I am posting a minor update to the ASP.NET RSS Toolkit (version 1.0.0.1).  It contains changes made in response to the feedback I received -- I'd like to thank everyone for their comments and sug...

Child Requests in ASP.NET 2.0

This sample illustrates how to execute true server-side child requests that go though the entire HTTP pipeline in ASP.NET v2.0.  The full source code is included. Out of the box ASP.NET supports ...

ASP.NET RSS Toolkit

Please check out ASP.NET RSS Toolkit, one of my latest projects. The RSS toolkit includes support for consuming as well as publishing RSS feeds in ASP.NET applications.  Features include: RSS Da...

Disk Output Cache

Please check out my latest project -- an HTTP Module that implements Disk Output Cache for ASP.NET v2.0. The package includes binaries as well as the complete sources for the module. Downloa...

SCDL version 1.1

SCDL version 1.1 is available. This version, in addition to generating source code for config sections based on an XML sample, also creates the XSD schema for the section.  The schema c...

SCDL - Simple Tool to Generate Config Sections for ASP.NET 2.0

SCDL is a simple tool to generate source code of the classes for config sections' definitions for ASP.NET v2.0. SCDL stands for Simple Config Definition Language A config section defined in SCDL is j...

Cassini Version 2

Here is the link to Cassini sources for v2 of ASP.NET / .NET Framework. New to Cassini v2: Cassini v2 uses new ASP.NET v2 hosting APIs (System.Web.Hosting: ApplicationManager, IRegisteredObject, etc...

Async Pages Talk at TechEd Europe

My presentation on async pages in ASP.NET 2.0 at Microsoft TechEd Europe 2005 -- Here the link to the slides: TechEd2005Europe-AsyncPages.ppt And here is the link to the samples: TechEd2005Europe-Asyn...

Sample album.ashx handler

I wrote a simple photo album. Admittedly, it doesnt have half the features many other web photo albums have, but it has one great advantage over them - all it takes is one file, album.ashx. Just dr...

Introduction

Here is my short bio: Dmitry Robsman, Development Manager for ASP.NET and IIS, is an 8 year Microsoft veteran. He started his Microsoft career as a developer focused on classic ASP technology in the ...

Webcast on Async Pages in ASP.NET v2.0

Earlier this year I did a webcast on async pages in ASP.NET 2.0. Here the link to the slides: AsyncPages.ppt And here is the link to the samples: AsyncDemoFiles.zip...

View Other bloggers