ASP.NET News from Blogger:
dmitryrs blog
Total News: 32
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 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...
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...
I've updated the VB XML Literals View Engine sample for ASP.NET MVC RC (attached).
Thanks,
Dmitry...
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...
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...
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...
Silverlight 2 beta 2 is out, so I updated Dynamic Client Script sample accordingly (attached to this post)....
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...
Thanks to Piyush, the second version of ASP.NET RSS Toolkit is now available on CodePlex. Please check it out.
Thanks,
Dmitry...
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...
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...
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...
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...
Thanks to Scott Cate the Disk Output Cache project is now on CodePlex.
Please check it out and consider contributing.
Thanks,
Dmitry...
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() ...
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...
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 now on CodePlex -- please consider contributing...
Thanks to IDisposable for making this happen.
Dmitry...
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 ...
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...
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...
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 ...
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...
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 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 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...
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...
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...
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...
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 ...
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