Dr.NETjes

Dion Olsthoorn on ASP.NET

Browse by Tags

All Tags » ASP.NET 2.0 (Whidbey) (RSS)
QuickBlog: Free VS2005 template for a weblog application
Inspired by Scott Guthrie's MyLists example webapplication , I've made a simple (but fully functional) weblogging application in Visual Studio 2005, which you can download here (all sources included). Add this template to your VS2005 VWD ProjectTemplates...
MagicAjax.NET online demo's !!
So you want to use Ajax to make your webapplications more interactive and better performing, but you don't want the hassle of writing cross-browser JavaScript? And you also want to keep using the ASP.NET server-side programming model? Then open-source...
Using Atlas to implement client-side Master-Detail dropdowns
After attending the PDC , I thought it would be cool to use Atlas for solving a common postback-overhead problem in ASP.NET : 2 connected Master-Detail dropdown lists . Using plain ASP.NET 1.x, the way to implement this is by setting the 'AutoPostBack...
Continuous Integration for Visual Studio 2005 Team System beta 2
As you may or may not know, the current beta 2 version of Visual Studio 2005 Team System only supports manual team builds against the Team Foundation server. I think the final release of VSTS is going to support scheduled builds (e.g. nightly builds)...
Expand/Collapse EditorParts (ASP.NET 2.0 Portal Framework)
If you've been experimenting with the ASP.NET 2.0 Portal Framework (like me!), you know there are 4 out-of-the-box EditorParts that you can place in the EditorZone (the EditorZone is the Zone where you can edit a WebPart's properties). The 4 standard...
SiteMapProvider.CurrentNode isn't aware of default.aspx documents in webfolders
The Problem I think the 'default document' option in IIS is a great way to get clean url's without those .aspx extensions. So instead of calling the url 'http://www.mysite.com/news/default.aspx', you could also call 'http://www.mysite.com/news', which...
Healthmonitoring in ASP.NET 2.0 (EIF++)
The next version of ASP.NET (2.0) finally comes with a built-in logging mechanism: Healthmonitoring . I've just been experimenting with it (using my Visual Web Developer 2005 Express Edition Beta1), and it really rocks! It's got the power of EIF (Enterprise...
Introducing PortalFx (ASP.NET 2.0 webpart extensions)
The goal of PortalFx -one of my 'home' projects- is to extend the default functionality of the ASP.NET 2.0 portal framework and its webparts. What triggered me was the '[WebBrowsable]' attribute in ASP.NET Whidbey, which allows you to add custom web-editable...
More Posts