a DotNetStyling - .Net World by Armen Ayvazyan : srpen 2007 - Posts
Welcome to DotNetStyling Sign in | Join | Help
Add to Technorati Favorites Add to Google Reader or Homepage Add to My AOL Subscribe in FeedLounge Subscribe in Bloglines Add to Excite MIX Add to flurry Add to Pageflakes Subscribe in NewsGator Online


srpen 2007 - Posts

Nullable value type variables.
.Net Framework 2.0 brought us ability of having nullable value type variables. Maybe it sounds unusually but there are cases where we could use this feature. To make it happen we have to put "?" mark operator after the type, like this: bool ? booleanvalue Read More...
Posted: 3. srpna 2007 16:31 by admin | (Comments Off)
Filed under: ,
Commerce Server 2007
Commerce Server 2007 is a huge and powerful application but it is a problem to find documentation or material about it. Including the fact that there are not so many people working on Commerce Server 2007, it is a new product and there is no book, it Read More...
Posted: 3. srpna 2007 21:29 by admin | (Comments Off)
Filed under:
How to Sort objects in collection. IComparer, IComparable
Probably you know about the IComparer and IComparable interfaces which bring us ability to sort items inside of the collection. I would like to talk about them as I know a lot of developers getting confused during implementation sorting functionality. Read More...
Posted: 3. srpna 2007 9:43 by admin | (Comments Off)
Filed under: ,