All Tags > c# > VB
-
Partial Methods in C# v3 and VB9
Posted: 23/09/2007 by Daniel Moth
Tags: c#, VB, VisualStudio
-
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
-
Writing User Defined Types with .NET managed code
SQL's type system can be extended with managed languages such as C# and VB. So, how do we do that? Let's look ...
Posted: 10/02/2005 by Mike Taulty
-
Writing triggers in .NET managed code
We can now write triggers in managed languages such as C# and VB. Let's take a look...
Posted: 03/02/2005 by Mike Taulty
-
Writing stored procedures in .NET managed code
In this session we'll look at how we can use managed languages such as C# and VB to write stored procedures for SQL Server.
Posted: 11/01/2005 by Mike Taulty
Tags: c#, SQL Server, VB