Official Site Blog for ASPNETWorld.com

Tuesday, November 29, 2005
New NPersist and ObjectMapper Released
Matssoft ObjectMapper and NPersist has moved to www.puzzleframework.com (Puzzle.NET). Puzzle.NET is a free, open source collection of tools and frameworks for Agile, Domain Driven Design and Development written by Roger Johansson and Mats Helander.
Puzzle.NET currently consists of the following 5 frameworks:
NPersist – Object/Relational Mapping
NAspect – Aspect Oriented Programming
NFactory – Dependency Injection
NPath – In-Memory Object Querying
NCore – Compression, Parsing, etc (core functionality reused by the other frameworks)
In addition, Puzzle.NET currently contains the following 3 tools:
ObjectMapper – GUI Editor for Persistent Domain Models
DomainExplorer – Persistent Domain Model Object Browser
QueryAnalyzer – NPath Test Bench
Read Mats' post on this release.

Sunday, November 27, 2005
Regex Kit: Regular Expression Visualizers for Visual Studio 2005
Roy Osherove has released Regex Debug Visualizers for Visual Studio 2005. This is really a nice addition to the built-in debug visualizers in VS 2005.
The regular expression visualizers support "visualizing" the following .NET types:
System.String
System.Text.RegularExpressions.Regex
System.Text.RegularExpressions.Match
System.Text.RegularExpressions.MatchCollection
Read Roy's post on this version 1 release and go download the kit!

Saturday, November 26, 2005
SQLite 3.0 Membership and Role Provider for ASP.NET 2.0
How about a simple, alternative database solution for your ASP.NET 2.0 site or application? Well, there's SQLite! SQLite is light-weight, reasonably fast, easy to deploy (great for low-cost shared hosting scenarios), and costs nothing!
What about ASP.NET 2.0 Membership and Role Provider support?
Peter Bromberg has recently made available a VS 2005 web site folder containing a sample web.config, a sample provider.db SQLite database, the SQL script required to generate tables and indexes, and SQLiteMembershipProvider and SQLiteRoleProvider that can be dropped into the APP_CODE folder.
The download can be found in the following article:
http://www.eggheadcafe.com/articles/20051119.asp

Friday, November 25, 2005
Commerce Starter Kit 1.0.2 Released!
Version 1.0.2 of the Commerce Starter Kit was released today with the following updates:
- Added support for PaymentsStandard
- Fixed the LocationSelector so it properly shows saved country/state
- Further fixed localization
- Added a log viewer for the admin section
- Created an IPN/PDT handler for PaymentsStandard
- Added the API dlls to the web root
- Added the WSDLs for the PayPal API to the Commerce.PayPal project
- Fixed DirectCheckout error using foreign credit cards
Source: CommerceStarterKit.org

Thursday, November 24, 2005
New Book: Programming Microsoft ASP.NET 2.0 Core Reference
Dino Esposito's latest book Programming Microsoft ASP.NET 2.0 Core Reference is here! The 800-page book covers fundamentals of ASP.NET which include pages, controls, security, data binding, data source controls, caching, state management, intrinsics, a bit of internals, themes, profile, and ADO.NET.
Dino has revealed that he is currently writing the second volume of the book which will feature more advanced topics. Read his blog post here.

Wednesday, November 23, 2005

Monday, November 21, 2005
NDoc for .NET 2.0
Jonas Lagerblad has posted an improved .NET 2.0 port of NDoc 1.3.1 to generate decent output for the MSDN and MSDN2 documenters. There is C# generics output support but Jonas did hint that there is still room for enhancement. Do check it out!

Sunday, November 20, 2005