Sunday, July 29, 2007

Monday, July 23, 2007

Regionerate - a automatic creator of #region in C#

Regionerate - an automatic layout enforcement tool for the C# programming language. This great tool alone identifies parts of code (enums, properties, variables and etc.) and fences them in the #regions.

HomePage

Screencast (on flash)

Download stable version or latest version

Sunday, July 22, 2007

Mr. Bool

Nice site that includes a video tutorials, online courses and articles.
Mr. Bool
After 'Read more'

Thursday, July 19, 2007

App.Config and Custom Configuration Sections

Detailed explanation how to define and to use.

Click here

A replacement Switch to Delegates.

Excellent model how to substitute Switch Statement in Anonymous delegates in C#.

Click here

AjaxDaddy - Amazing AJAX collection.

A huge collection of  ajax scripts. Source and examples in action. Reveals greatest ajax solutions for professional developer.

A collection include follows controls:

Animate
Effects
Draggables
Droppables
Sortables
Selectables
Resizables
Slider
Tooltips
Slideshow
Imagebox
Autocompletion
Autoscrolling
Autoexpander
Accordion
Tabs in Textareas
3D Carousel
Fisheye menu

and other....

Home Page

Wednesday, July 18, 2007

Utility methods, utility classes, common classes - a blob is not an abstraction

Very interesting important article on a definition of right names what it this "Utility". Written by Jeffrey Palermo [MVP].
To reading click here

Monday, July 16, 2007

ASP.NET AJAX Control Development

An in depth guide to developing controls with the ASP.NET AJAX Framework by Kazi Manzur Rashid.
Read full guide

Download Sample Code

Solution to Method error 500 in CascadingDropDown

1. In WebService add attribute [System.Web.Script.Services.ScriptService()] to class.
2. If you use another asp controls in the same aspx page add in <%@ Page .... EnableEventValidation="false" ...%>

3. If yet you get error - try ValidateRequest="false" in the tag <%@ Page ...%>

Good luck :-)

Review - Google Applications for your Domain.

Google ApplicationsShort review of google apps for domains after a using during 2 weeks. General glimpse,positive and negavtive characteristics and other. To reading of the full review click here.

Thursday, July 12, 2007

Validation with Enterprise Library 3.x

Usually object validation requires writing a lot of code that examines properties and returns validation result. With VAB this scenario becomes extremely easy and simple. Let us consider sample class: link

Starting ASP.NET Development Server from a right click in explorer

Great solution to litlle trouble. Run Development Server from a right click:
ASP.NET

Link

Wednesday, July 11, 2007

Powerful/Free Download: Refactor! for ASP.NET 2.2

Refactor! for ASP.NET version 2.2 is shipping. Built by Developer Express, this FREE code refactoring tool includes 29 time-saving refactorings and is available to all developers working in Visual Studio 2005 and Orcas Beta 1.
Link

New Data Access Tutorials: A Custom Site Map Provider, and Working with Batched Data

Scott Mitchell adds five new tutorials to his series that explores common data access patterns in ASP.NET 2.0. In the first tutorial we learn how to build a custom database-driven site map provider. We then learn how to batch update, delete, and insert operations within a database transaction. Link