Browse by Tags
All Tags »
IIS7 (
RSS)
Here is the latest in my link-listing series . Also check out my ASP.NET Tips, Tricks and Tutorials page for links to popular articles I've done myself in the past. ASP.NET Using ASP.NET 3.5's ListView and DataPager Controls - Displaying Data with the ListView : Scott Mitchell from www.4guysfromrolla.com (and also the author of the excellent ASP.NET Data Tutorials ) is starting a new series that covers using the new ASP.NET ListView control. This is the first in the series and discuses how to display data. Using ASP.NET 3.5's ListView and DataPager Controls - Grouping Data with the ListView : This is the second article in Scott Mitchell's series. In this article he discusses how to use the grouping feature of the ListView to...
Here is the latest in my link-listing series . Also check out my ASP.NET Tips, Tricks and Tutorials page for links to popular articles I've done myself in the past. ASP.NET Sending Email in ASP.NET 2.0: Reply-To, Priority, and Read Receipts : Scott Mitchell has a useful article that describes how to use some of the more advanced email features available with .NET 2.0 and ASP.NET 2.0. Improving the Presentation of an Extra-Wide GridView : Matt Berseth has a nice article that demonstrates how to add some cool CSS and AJAX effects to an ASP.NET GridView control to improve its readability. Also checkout his follow up article for even more custom styles. Cleanup Inactive Anonymous Users : ASP.NET 2.0 has support for an optional feature called "anonymous...
Many thanks to everyone in New Zealand who attended my "ASP.NET: End-to-End - Building a Complete Web Application Using ASP.NET 2.0, Visual Studio 2005, and IIS7 (Parts 1 and 2)" talk this afternoon. You can download the slides from my talk here . You can then download the application I built here (note: this .zip file is actually the version I published after the US TechEd, but is the same code I wrote on stage today). There is a "ReadMe.txt" file in the root of the demos .zip file that walksthrough how to setup the demos. I've included two versions of the app -- one is in the "IIS7" directory and allows you to run the application using IIS7 on Windows Vista Beta2. The other is a slightly modified version of the sample that also works on IIS5...
Many thanks to the 1200+ people who showed up to my TechEd breakout talk today. I had a blast and hope you did too. As promised, you can now download the slides from my talk here . And you can download my demos here . There is a "Readme.txt" file in the root of the demos .zip file that walks through how to setup the demos. I have included two versions of the app I built from scratch today -- one is in the "IIS7" directory and allows to you run the application using IIS7 (and use all of the features I showed today -- including URL Rewriting). The other is a slightly modified version of the sample that also works on IIS5, IIS6 and the built-in VS 2005 Web-Server. It doesn't use Url-Rewriting -- but the other core features I used are all there...
I had the pleasure of attending the Microsoft Finnish DevDays event today and presented both the opening and closing keynotes. We had 750 .NET developers attend which was a great turn-out, and the feedback from attendees was really good. Special thanks go to Teemu for inviting me to speak at the event. My closing keynote was a new talk with brand new content focused on "futures" and two of the projects we are working on. Specifically I talked about LINQ and DLINQ and built some demos that showed off the core concepts. The next CTP drop of LINQ/DLINQ has a built-in template for ASP.NET web projects in VS 2005 - so you can install it and just choose the ASP.NET LINQ template to get the C# 3.0 compiler with full LINQ support in it. I am super excited...
More Posts