Browse by Tags
All Tags »
ASP.NET 2.0 (Whidbey) (
RSS)
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...
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...
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...
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)...
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...
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...
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...
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