Welcome to SofiaDev.Org's Blogs Sign in | Join | Help

Януари 2007 - Posts

Playing with strings (part 2 of n)

Do you know, that there's a build-in check for empty/null strings in .NET 2.0? So instead of doing this:   string strValue = ""; if (null == strValue || strValue.Length <= 0) {   //do something } You can do this: string
posted by branimir | 0 Comments

Starting a pet project for SofiaDev.org registration web

I've started a pet project of mine during the holidays, for automating the registration for SofiaDev.org. For now, the only way for registering is to get in touch with me (usually IM or email) and ask for an account. At the last meeting, a couple of
posted by branimir | 0 Comments