Official Site Blog for ASPNETWorld.com
| | Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|
| 27 | 28 | 29 | 30 | 1 | 2 | 3 | | 4 | 5 | 6 | 7 | 8 | 9 | 10 | | 11 | 12 | 13 | 14 | 15 | 16 | 17 | | 18 | 19 | 20 | 21 | 22 | 23 | 24 | | 25 | 26 | 27 | 28 | 29 | 30 | 31 | | 1 | 2 | 3 | 4 | 5 | 6 | 7 |
Search
Links
Categories
Blogroll
|

Saturday, December 03, 2005
ASP.NET and Firefox 1.5
With the recent release of Firefox 1.5, there's yet another version of Firefox for ASP.NET web developers to test out against.
Based on the Gecko 1.8 engine, Firefox 1.5 features improved support for CSS 2 and CSS3 as well as many DHTML, JavaScript, and DOM enhancements. Feel free to leave comments on browser render-testing results with ASP.NET.
Firefox 1.5 is available for download below:
Workaround for VS 2005 Intellisense Issue in Web.config
Last month, Tim Heuer blogged about an issue in Visual Web Developer 2005 / VS 2005 in that Intellisense stops working for the Web.config file after using the ASP.NET Web Site Administration Tool (WSAT). This is purely an Intellisense issue as the ASP.NET application will still run normally.
Here's the workaround:
Just remove the xmlns attribute (which was added by WSAT) of the Web.config <configuration> node to get Intellisense back.
Scott Guthrie has a post on this workaround too.
This Intellisense issue is also being tracked at MSDN Product Feedback Center.

Friday, December 02, 2005
ASP.NET 2.0 Security FAQs / Wiki Released on Channel 9
Check out the new ASP.NET 2.0 Security FAQs on Channel 9 at MSDN. It's in Wiki form i.e. besides reading the FAQs, you can also contribute towards the content.
Here's a sample of the frequently-asked questions:
- How do I enforce strong passwords using membership feature in ASP.NET 2.0?
- How do I use Role Authorization in ASP.NET 2.0?
- What all security events do health monitoring feature logs by default?
- How do I encrypt sensitive data in machine.config or web.config file?
- How should I prevent someone from disassembling code?
- ...and lots more!
This is highly recommended stuff for anyone seeking security guidance in ASP.NET 2.0 application development.

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