.NET User Group Helping the .NET developers

Go Back
  • SQL Server Service Broker for the .NET Programmer

    This will be a short discussion and overview of the SQL Server Service Broker (SSB) with an emphasis on what it can do and how to set it up.

    With the ability to do asynchronous, reliable, in order delivery of messages up to 2GB in size within a single database or across multiple servers and ...

    Full story

    Comments (0)

  • SQL CLR for the .NET Programmer

    SQL Server 2005/2008 provides .NET developers with the ability to embed their assemblies in stored procedures, functions, triggers, and user-defined types. The value of this model is that functionality can be brought to the SQL platform that is not natively supported by SQL Server or simply out performs the T-SQL way of achieving a task....

    Full story

    Comments (3)