·
Releases the tension to become Master of T-SQL for doing complex
database operations.
·
Through this we can move our Business layer into database,
getting closer to Data for increasing performances by avoiding unnecessary
server trips.
·
Here .NET Framework Base Class Libraries (BCL) are available to
use, through which we can solve our complex logic operations like string
manipulations, threading operations, file management, cryptography, etc.
·
It is known as Managed Procedure that means it deals with
automatic garbage collection, memory management, exception handling, etc.
·
As a developer in C#.NET or VB.NET we can use our OOP's concepts
for more structured operations.
·
This feature provides the ability to leverage the features of
.NET Code Access Security (CAS) to prevent assemblies from performing certain
operations.