Browse by Tags

All Tags » C# » Tips and Tricks (RSS)

How to log in to the "Orcas" - January 2007 Community Technology Preview (CTP) Base Image

If you were like me and downloaded the CTP today, all anxious to give it a whirl, you probably found out like I did, that the credentials that the web page state to use DON'T WORK! The website says: VPC Credentials: Username: Administrator Password...
Posted by wwright | with no comments

How to easily deal with Nullable Types

If you have to work with mapping data to objects you know what a pain working with nulls has been historically. In the past, your database can deal with nulls very easy but your object model could not. As developers and architects, we would have to come...

The best way to show code in your blog

Forget what I said earlier ... get this: http://www.jtleigh.com/people/colin/software/CopySourceAsHtml/ This is a much better solution. For example: public IQueryable < Property > SecuredProperties { get { IQueryable < Property > q; //if the...
Posted by wwright | 1 comment(s)
More Posts