Browse by Tags

All Tags » C# (RSS)

We are looking to hire good developers by Tim Marman

Notches is hiring developers . We’re looking to bring on developers to be part of the core engineering team. We want people that can contribute to the product in a myriad of ways beyond coding. We want people who can ask the tough questions and challenge...

ADO.NET vNext CTP (Aug 2006) available by Tim Marman

Microsoft has released the first CTP for ADO.NET vNext which implements their vision for an Entity Framework to simplify data access. The ADO.NET Entity Framework supports Object Relational Mapping scenarios using ADO.NET Entities, in this build you can...

Nullable Value Types and the Null Coalescing Operator by Tim Marman

Scott recently discovered one of my favorite syntactic niceties in C# 2.0, the Null Coalescing Operator. This operator allows you to return the left side of the statement if it is not null, otherwise return what is on the right. In other words, instead...
More Posts