Sign in
|
Join
CodeMonkey<wwright>:IConfused
Wade Wright's whimsical rants and dumping ground for things he doesn't want to forget.
This Blog
Home
Contact
Syndication
RSS
Atom
Comments RSS
Search
Go
Navigation
Home
Blogs
Sites that I have actually learned from:
Shane Henderson
Jomo Fischer
ScottGu
A List Apart
Tags
.NET
ASP.NET
BlogMailr
C#
C# 3.0
DLINQ
Downloads
Fun
Google
InstallFest
JasonA.net
LINQ
NDDNUG
Nullable Types
RDP
Remote Desktop
ScottGu
SQL Server
Telligent
Tips and Tricks
Vista
Web.Config
Recent Posts
Dallas InstallFest at NDDNUG - Santa's Got Nothing On Us
Gospel of the GUID - Answers to your Burning Questions, Comments and Insults.
Gospel of the GUID - Answers to your questions coming soon
The Gospel of the GUID - And Why It Matters!
Gamer Tag
Archives
December 2007 (1)
November 2007 (3)
September 2007 (1)
June 2007 (1)
January 2007 (2)
December 2006 (2)
November 2006 (14)
Browse by Tags
All Tags
»
DLINQ
»
C#
»
.NET
(
RSS
)
ASP.NET
C# 3.0
Downloads
Google
NDDNUG
Nullable Types
ScottGu
Tips and Tricks
Thursday, January 11, 2007 4:41 PM
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
Filed under:
Downloads
,
C#
,
.NET
,
DLINQ
,
ASP.NET
,
C# 3.0
,
Tips and Tricks
Monday, November 27, 2006 7:05 PM
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...
Posted by
wwright
| with
no comments
Filed under:
C#
,
.NET
,
DLINQ
,
ASP.NET
,
C# 3.0
,
Tips and Tricks
,
Nullable Types
Thursday, November 23, 2006 8:45 AM
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)
Filed under:
C#
,
.NET
,
DLINQ
,
ASP.NET
,
C# 3.0
,
Tips and Tricks
Friday, November 10, 2006 9:40 AM
Searching for code examples and stuff is never fun.
Since I have begun my DLINQ bender I have spent a lot of time searching for code examples and the like. Now it will be a little bit easier. http://www.searchaspnet.net/
Posted by
wwright
| with
no comments
Filed under:
C#
,
.NET
,
DLINQ
,
Google
,
ASP.NET
Thursday, November 09, 2006 9:36 PM
LINQ, ScottGu and NDDNUG
After a killer presentation by ScottGu at North Dallas .Net User Group I finally got around to playing with LINQ and in particular the database portion of it known as DLINQ. After about 20 hours of "learning the ropes" over the weekend, I decided...
Posted by
wwright
| with
no comments
Filed under:
C#
,
.NET
,
DLINQ
,
ScottGu
,
NDDNUG
,
ASP.NET
,
C# 3.0
More Posts