All Tags > c#
-
C# Version 3.0 - Implicit Typing
It's possible to declare local variables without specifying their types in C# version 3.0. Is this late-binding? Is it variants? Watch the session to find out.
Posted: 19/09/2006 by Mike Taulty
Tags: c#, C# Version 3.0
-
C# Version 3.0 - Object Initialisers
A quick look at the new Object Initialiser feature in the C# language version 3.0, which lets you create and initialise an instance of a class all in one line of code regardless of constructors.
Posted: 19/09/2006 by Mike Taulty
Tags: c#, C# Version 3.0
-
Windows Workflow Foundation: Correlation
Workflow Foundation has automatic capabilities for correlating messages that leave a Workflow instance with messages that are received by that same instance, making message exchange easier to deal with. ...
Posted: 26/08/2006 by Mike Taulty
-
Windows Workflow Foundation: Transactions
Workflow has rich capabilities for dealing with transactional work. In this session we'll explore how we can make use of the TransactionScope activity and also how to compensate for atomic transactions ...
Posted: 28/03/2006 by Mike Taulty
-
Writing user defined aggregate functions in .NET managed code
We can write new aggregate functions (sum, count) in managed languages such as C# and VB. Let's take a quick look at how that happens.
Posted: 24/03/2005 by Mike Taulty