Browse by Tags

All Tags » C# » ASP.NET (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)

Working with CSS and ASP.NET

If you are like us , you get someone else to do your skins for your website. When doing so, they may be unaware of how skinning, themes etc work in the ASP.NET world. As a matter of fact, the better they are, the less they will know about it. As I work...
Posted by wwright | 1 comment(s)
Filed under: , , ,

Some cool info on C# 3.0 in an easy to read, concise format

LINQ enables developers to query data sources directly out of code with a SQL like query language. You could write to get all customers out of a table. This new way of queries is only possible because of several new language features in C# 3.0, which...
Posted by wwright | with no comments
Filed under: , , ,

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: , , , ,

Formatting code for the ol' blog

Here are some tools to use for formatting code for the ol’ blog. You can thank your favorite CodeMonkey for digging all this up by making all checks payable to Wade Wright. 1) http://www.manoli.net/csharpformat/ 2) http://www.carlosag.net/Tools...
Posted by wwright | with no comments
Filed under: , ,

Goodies Downloaded this week

1) Beta 2 of Atlas/Ajax or whatever you wanna call it this week http://ajax.asp.net/ 2) .NET 3.0 Framework http://www.microsoft.com/downloads/details.aspx?FamilyId=10CC340B-F857-4A14-83F5-25634C3BF043&displaylang=en 3) The Visual Studio 2005 SP1 Beta...
Posted by wwright | with no comments
Filed under: , , ,

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: , , , , , ,
More Posts