May 31st Links: ASP.NET, ASP.NET AJAX, Visual Studio and .NET

Below is this week's list of useful .NET links for my weekly link-listing series

This morning I also updated my ASP.NET 2.0 Tips, Tricks and Gotchas Page to also include some more recent content posts I've done on my own blog this past spring.  This page list ~60 past blog posts I've done, organized by category (VS, UI, Data, Security, Deployment, Performance, etc). 

ASP.NET

  • SubSonic Documentation and Project Site: SubSonic is a great, free, open source project for ASP.NET that provides a highly productive OR/M implementation that can dramatically improve productivity when building data driven sites.  Earlier today Rob Conery and the SubSonic team launched their new documentation and product home site - complete with videos, walkthroughs and samples.  Definitely worth checking out.
  • Rolling Your Own Website Administration Tool (Part 1) and Part2: These two recent 4GuysFromRolla articles cover how to build an online user and role management system on top of the ASP.NET Membership and Roles APIs.  You can use the approach and code in these articles to integrate an html admin tool to manage users within your site.
  • Official ASP.NET Provider Support from Oracle: Oracle has recently released a beta providing updated support for connecting to Oracle databases using .NET.  Included within this release are pre-built ASP.NET providers for storing ASP.NET Membership, Roles, Profile, Session State, Web Parts, and SiteMap data within Oracle databases.  This download also adds support for ASP.NET database cache invalidation for Oracle databases when using the ASP.NET Output Caching and Cache API features. 
  • Asynchronous Page in ASP.NET 2.0: Jeff Prosise has written up a great article for MSDN that covers using ASP.NET's Asynchronous Page support.  Async Pages was a new feature added in ASP.NET 2.0, and can significantly improve performance on your site when you are calling out to a remote web-service or network endpoint by allowing you to yield back your worker thread to ASP.NET while you block on the contents to return from the remote site.  Mads Kristensen recently posted a good tip when using this feature - which is to make sure you increase your connection limit to get the maximum benefit from it.

ASP.NET AJAX

  • DotNetNuke 4.5.2 Released: The DotNetNuke team earlier this week released an update of the very popular DotNetNuke portal and collaboration framework.  One of the major enhancements with the DotNetNuke 4.5 release is integrated support for ASP.NET AJAX 1.0.  Shaun Walker wrote a great blog post that talks more about DotNetNuke's ASP.NET AJAX support here.

Visual Studio

  • New Free Version of Refactor! for ASP.NET: Developer Express has released a great (free) add-on to Visual Studio 2005 that adds support for 29 refactorings for common ASP.NET scenarios (add validation, extract contentplaceholder, extract style, export to user-control, etc).  Definitely worth checking out.
  • Resharper 3.0 Beta: JetBrains has released a beta of their super popular add-in to Visual Studio.  Joe White published 31 Resharper Tutorials earlier this year that you might want to also check out.

.NET

  • MBUnit 2.4 RTM: Andrew Stopford and team have released version 2.4 of MBUnit - which is a great open source unit testing framework for .NET
  • IronPython Cookbook: This online Wiki contains a ton of good content on how to get started with the IronPython for .NET (Microsoft's Python implementation)

Hope this helps,

Scott

Published Thursday, May 31, 2007 10:10 PM by ScottGu

Comments

# re: May 31st Links: ASP.NET, ASP.NET AJAX, Visual Studio and .NET

Friday, June 01, 2007 1:26 AM by Caner Şahan

Thanks for your links. We are using subsonic for our development admin. It is very useful tool but has some basic bugs. Anyway it is very good generator.

When you change any database instance you must build again subsonic this is the one thing bad in sobsonic.

http://www.canersahan.com

Regards

# » May 31st Links: ASP.NET, ASP.NET AJAX, Visual Studio and .NET

Pingback from  » May 31st Links: ASP.NET, ASP.NET AJAX, Visual Studio and .NET

# May 31st Links: ASP.NET, ASP.NET AJAX, Visual Studio and .NET - ScottGu's Blog

Pingback from  May 31st Links: ASP.NET, ASP.NET AJAX, Visual Studio and .NET - ScottGu's Blog

# re: May 31st Links: ASP.NET, ASP.NET AJAX, Visual Studio and .NET

Friday, June 01, 2007 5:50 AM by help.net

Hi Scott

Any chance you can answer my last tow emails about Expression Studio and also your point of view about the huge amount of new things coming out from Microsoft?

Thanks a million

Paschal

# re: May 31st Links: ASP.NET, ASP.NET AJAX, Visual Studio and .NET

Friday, June 01, 2007 8:46 AM by christian

Any google maps control for ASP.NET?

# re: May 31st Links: ASP.NET, ASP.NET AJAX, Visual Studio and .NET

Friday, June 01, 2007 11:30 AM by Josh

Scott,

I was looking for something exactly like SubSonic, and sure enough, you pointed me right to it.

Thanks alot!

# re: May 31st Links: ASP.NET, ASP.NET AJAX, Visual Studio and .NET

Friday, June 01, 2007 5:59 PM by lexp

Scott, please investigate.

A bit offtopic:

I found an obvious bug which is closed as not-repro.

connect.microsoft.com/.../ViewFeedback.aspx

I think it is not correct behavior for asp.net team employee to close as not-repro such an obvious and clear bug.

# re: May 31st Links: ASP.NET, ASP.NET AJAX, Visual Studio and .NET

Friday, June 01, 2007 7:38 PM by Arnold Matusz

Hello Scott

Congratulaltions, this is again a nice collection of links, comments, etc.

Thank you very much.

Regards

# re: May 31st Links: ASP.NET, ASP.NET AJAX, Visual Studio and .NET

Friday, June 01, 2007 8:04 PM by Ben Young

Good article with very helpful links, thanks again scott.

# re: May 31st Links: ASP.NET, ASP.NET AJAX, Visual Studio and .NET

Saturday, June 02, 2007 7:19 AM by Vikram

This is a great job, Now I ned to hunt less for my weekly dose of reading on Dot net.

# re: May 31st Links: ASP.NET, ASP.NET AJAX, Visual Studio and .NET

Saturday, June 02, 2007 8:02 PM by Ben Hayat

Hi Scott;

Got a question about the final version of Orcas (VS2007) and Silverlight:

Hi Charlie;

Will the final version of Orcas(VS207) include Silverlight/WPF visual controls built in?

Secondly, Will the silverlight in VS2007 have data binding capabilities to develop database apps driven using LINQ which will run in the browser?

Thank you in advance!

# Link Listing - June 2, 2007

Sunday, June 03, 2007 12:20 AM by Christopher Steen

MIX08 Announced! [Via: gduthie ] Software Compensation 2007--Is it 1999 All Over Again? [Via: Steve...

# re: May 31st Links: ASP.NET, ASP.NET AJAX, Visual Studio and .NET

Sunday, June 03, 2007 2:56 PM by Mark Jana

Hi Scott;

I am a student from China,could you tell me something about asp.net 3.0?In particular his superiority?

# re: May 31st Links: ASP.NET, ASP.NET AJAX, Visual Studio and .NET

Sunday, June 03, 2007 3:49 PM by Liming

Awesome Links. Definitly have to browse every single link and do some study.

Thanks Scott.  

# re: May 31st Links: ASP.NET, ASP.NET AJAX, Visual Studio and .NET

Monday, June 04, 2007 2:00 AM by Inderpaul singh

If there is any solutions or additonal component is available for Running menus with Ajax.

# A whole slew of links to read

Monday, June 04, 2007 11:54 AM by CheezyArmadillo.com

A whole slew of links to read

# Tech - Ed 2007 (four of some)

Wednesday, June 06, 2007 8:14 AM by Heybo

By far the best presenters have been Scott Guthrie , Dino Esposito and suprisingly Luca Bolognese . Luca

# Automated Development

Thursday, June 07, 2007 10:30 AM by Automated Development

Pingback from  Automated Development

# New ASP.NET AJAX Control Toolkit Release

Friday, June 08, 2007 10:46 AM by ScottGu's Blog

Yesterday the ASP.NET AJAX Control Toolkit team released an updated version . You can download it from

# New ASP.NET AJAX Control Toolkit Release

Friday, June 08, 2007 12:25 PM by ASP.NET

Yesterday the ASP.NET AJAX Control Toolkit team released an updated version . You can download it from

# New ASP.NET AJAX Control Toolkit Release

Friday, June 08, 2007 12:31 PM by BusinessRx Reading List

Yesterday the ASP.NET AJAX Control Toolkit team released an updated version . You can download it from

# New ASP.NET AJAX Control Toolkit Release « Gurusoft

Friday, June 08, 2007 10:47 PM by New ASP.NET AJAX Control Toolkit Release « Gurusoft

Pingback from  New ASP.NET AJAX Control Toolkit Release  « Gurusoft

# Fabiano Fran??a » Blog Archive » links for 2007-06-24

Pingback from  Fabiano Fran??a  » Blog Archive   » links for 2007-06-24

# Free Refactoring Tool For ASP.NET

Friday, August 03, 2007 1:00 PM by The ASPx Blog

Refactor! For ASP.NET was released in May 2007 as free download. You'll find 29 great refactorings

# 【收藏】本周ASP.NET英文技术文章推荐[05/20 - 06/02]

Wednesday, December 12, 2007 2:17 AM by Jacky_Xu

摘要

本期共有11篇文章(毕竟是两周的内容,上周没来得及): Ajax和SilverLight应用程序的搜索引擎优化

最完整的Ajax类库、框架和工具包列表

5月31号列表:ASP...

# New ASP.NET AJAX Control Toolkit Release

Wednesday, February 27, 2008 12:27 PM by rox19840702

New ASP.NET AJAX Control Toolkit Release