Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

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 handing over the request to ASP.NET. As a result, requests for friendly Read More...
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 root directory) Authorization via page directive (in addition Read More...
I've updated the VB XML Literals View Engine sample for ASP.NET MVC RC (attached). Thanks, Dmitry Read More...
[Latest update here ] 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 MVC. The package contains a Visual Read More...
[Update for ASP.NET MVC RC available ] 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 classes. The package contains Read More...
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 Framework 3.5 Includes VS project file License changed Read More...
Silverlight 2 beta 2 is out, so I updated Dynamic Client Script sample accordingly (attached to this post). Read More...
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 evolved quite a bit and Silverlight 2 Beta 1 has been released. Read More...
Thanks to Piyush , the second version of ASP.NET RSS Toolkit is now available on CodePlex . Please check it out . Thanks, Dmitry Read More...
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 for you -- list view per folder, details view for each picture, Read More...
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, Dmitry Read More...
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-browser / cross-platform technologies. The recent release Read More...
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 Smith from AspAlliance . Please check it out. Thanks, Dmitr Read More...
Thanks to Scott Cate the Disk Output Cache project is now on CodePlex . Please check it out and consider contributing. Thanks, Dmitry Read More...
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...
More Posts Next page »
 
Page view tracker